mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-02 11:09:29 +00:00
Upgrade to 1.14.
Submitted by: Mathieu Arnold <m@absolight.net> PR: ports/52206
This commit is contained in:
parent
8ef9a110c0
commit
92af189d28
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=81057
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= ReadLine-Gnu
|
||||
PORTVERSION= 1.12
|
||||
PORTVERSION= 1.14
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Term
|
||||
@ -18,7 +18,6 @@ COMMENT= Perl 5 module that allows Term::ReadLine to use GNU readline
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||
MAN3= Term::ReadLine::Gnu.3
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (Term-ReadLine-Gnu-1.12.tar.gz) = 6ad27f54ca35e7c05d4e241f5c949fcb
|
||||
MD5 (Term-ReadLine-Gnu-1.14.tar.gz) = c82301a465cb7e3400ef31c5888440c5
|
||||
|
@ -1,11 +0,0 @@
|
||||
--- Makefile.PL.orig Fri May 10 01:12:43 2002
|
||||
+++ Makefile.PL Fri May 10 01:12:59 2002
|
||||
@@ -79,7 +79,7 @@
|
||||
close(F);
|
||||
|
||||
# compile it
|
||||
-$comp_cmd = "$Config{cc} $RLINC $Config{ccflags} $defs $frlver -o rlver $RLLIB $ldflags $Config{ldflags} $libs";
|
||||
+$comp_cmd = "$Config{cc} $RLINC $Config{ccflags} $defs $frlver -o rlver $RLLIB $ldflags $libs";
|
||||
print $comp_cmd, "\n";
|
||||
system($comp_cmd);
|
||||
if ($?) {
|
@ -6,3 +6,5 @@ This module supplements Term::ReadLine so that it uses GNU readline,
|
||||
which comes with FreeBSD. Applications that use Term::ReadLine do
|
||||
not need to be modified to gain the benefits of this package; it will
|
||||
happen transparently upon installation.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Term-ReadLine-Gnu/
|
||||
|
@ -1,14 +1,14 @@
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Term/ReadLine/Gnu.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Term/ReadLine/Gnu/XS.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Term/ReadLine/Gnu/euc_jp.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Term/ReadLine/Gnu/Gnu.so
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Term/ReadLine/Gnu/Gnu.bs
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Term/ReadLine/Gnu/XS/autosplit.ix
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Term/ReadLine/Gnu/.packlist
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Term/ReadLine/Gnu/XS
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Term/ReadLine/Gnu
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Term/ReadLine/Gnu
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Term/ReadLine 2>/dev/null || true
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Term 2>/dev/null || true
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Term/ReadLine 2>/dev/null || true
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Term 2>/dev/null || true
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/Term/ReadLine/Gnu.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/Term/ReadLine/Gnu/XS.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/Term/ReadLine/Gnu/euc_jp.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Term/ReadLine/Gnu/.packlist
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Term/ReadLine/Gnu/Gnu.bs
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Term/ReadLine/Gnu/Gnu.so
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Term/ReadLine/Gnu/XS/autosplit.ix
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Term/ReadLine/Gnu/XS
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Term/ReadLine/Gnu
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Term/ReadLine/Gnu
|
||||
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Term/ReadLine 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Term 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/Term/ReadLine 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/Term 2>/dev/null || true
|
||||
|
Loading…
x
Reference in New Issue
Block a user