diff options
author | vanilla <vanilla@FreeBSD.org> | 2001-04-17 03:19:11 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2001-04-17 03:19:11 +0800 |
commit | 7cb9f7b2f5113d6666ea7438685fe2b9af2b7282 (patch) | |
tree | d4d92009aa62c630c9262169e84806b04f4a928b | |
parent | c8e780b3531bce8f26d58a679a624c3904951e86 (diff) | |
download | freebsd-ports-gnome-7cb9f7b2f5113d6666ea7438685fe2b9af2b7282.tar.gz freebsd-ports-gnome-7cb9f7b2f5113d6666ea7438685fe2b9af2b7282.tar.zst freebsd-ports-gnome-7cb9f7b2f5113d6666ea7438685fe2b9af2b7282.zip |
Upgrade to 1.11.
-rw-r--r-- | lang/p5-Expect/Makefile | 7 | ||||
-rw-r--r-- | lang/p5-Expect/distinfo | 2 | ||||
-rw-r--r-- | lang/p5-Expect/pkg-plist | 2 |
3 files changed, 6 insertions, 5 deletions
diff --git a/lang/p5-Expect/Makefile b/lang/p5-Expect/Makefile index 9173a89e4435..d39799653818 100644 --- a/lang/p5-Expect/Makefile +++ b/lang/p5-Expect/Makefile @@ -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> diff --git a/lang/p5-Expect/distinfo b/lang/p5-Expect/distinfo index f063f72608b3..d38fd1396361 100644 --- a/lang/p5-Expect/distinfo +++ b/lang/p5-Expect/distinfo @@ -1 +1 @@ -MD5 (Expect.pm-1.07.tar.gz) = 4777efd478187b1cd29083a9e24ac3bc +MD5 (Expect-1.11.tar.gz) = 41b6966366b6ee6a205255ca7a6bcf33 diff --git a/lang/p5-Expect/pkg-plist b/lang/p5-Expect/pkg-plist index 80591329f0ec..df9bb614f2d4 100644 --- a/lang/p5-Expect/pkg-plist +++ b/lang/p5-Expect/pkg-plist @@ -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 |