mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
Upgrade to 1.11.
This commit is contained in:
parent
4633abfbb3
commit
0ff8ac6584
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=41475
@ -6,12 +6,11 @@
|
||||
#
|
||||
|
||||
PORTNAME= Expect
|
||||
PORTVERSION= 1.07
|
||||
PORTVERSION= 1.11
|
||||
CATEGORIES= lang perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Expect
|
||||
PKGNAMEPREFIX= p5-
|
||||
DISTNAME= ${PORTNAME}.pm-${PORTVERSION}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
||||
@ -22,7 +21,9 @@ RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Expect.3 Expect_intro.3
|
||||
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||
MAN3= Expect.3 \
|
||||
Expect_FAQ.3 \
|
||||
Expect_intro.3
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (Expect.pm-1.07.tar.gz) = 4777efd478187b1cd29083a9e24ac3bc
|
||||
MD5 (Expect-1.11.tar.gz) = 41b6966366b6ee6a205255ca7a6bcf33
|
||||
|
@ -1,6 +1,6 @@
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Expect.pod
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Expect.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Expect_FAQ.pod
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Expect_intro.pod
|
||||
lib/perl5/site_perl/%%PERL_VER%%/term-filter.pl
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Expect/.packlist
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Expect
|
||||
|
Loading…
Reference in New Issue
Block a user