diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-04-16 19:19:11 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-04-16 19:19:11 +0000 |
commit | 0ff8ac6584a3067f2cf8926ccb467f520248c500 (patch) | |
tree | f63106577c57cc14a81fbb5bbe672bb5b052d06e /lang/p5-Expect | |
parent | 4633abfbb3655fe9c9606994874daa614a56f9ba (diff) | |
download | ports-0ff8ac6584a3067f2cf8926ccb467f520248c500.tar.gz ports-0ff8ac6584a3067f2cf8926ccb467f520248c500.zip |
Notes
Diffstat (limited to 'lang/p5-Expect')
-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 |