diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2001-08-25 13:54:09 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2001-08-25 13:54:09 +0000 |
commit | 5d3b64aa05f4680d62a24964ca79d791ba2c176f (patch) | |
tree | b84a81ddf030332132d4f54f35f1fec9c23fce8c /devel | |
parent | c84686b4ffcd7e9cebdce6e4a5c79130b771c6a7 (diff) |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Test-Simple/Makefile | 4 | ||||
-rw-r--r-- | devel/p5-Test-Simple/distinfo | 2 | ||||
-rw-r--r-- | devel/p5-Test-Simple/pkg-plist | 3 |
3 files changed, 5 insertions, 4 deletions
diff --git a/devel/p5-Test-Simple/Makefile b/devel/p5-Test-Simple/Makefile index 428b29f59aa7..40ea6626fa0c 100644 --- a/devel/p5-Test-Simple/Makefile +++ b/devel/p5-Test-Simple/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Test-Simple -PORTVERSION= 0.13 +PORTVERSION= 0.14 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Test @@ -16,7 +16,7 @@ MAINTAINER= shell@shellhung.org PERL_CONFIGURE= yes -MAN3= Test::More.3 Test::Simple.3 +MAN3= Test::More.3 Test::Simple.3 Test::Tutorial.3 MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} .include <bsd.port.mk> diff --git a/devel/p5-Test-Simple/distinfo b/devel/p5-Test-Simple/distinfo index f3c10efe4f05..b93c746b499e 100644 --- a/devel/p5-Test-Simple/distinfo +++ b/devel/p5-Test-Simple/distinfo @@ -1 +1 @@ -MD5 (Test-Simple-0.13.tar.gz) = 1bf9e3de9a93ee5e3e2cd1f22dc6897c +MD5 (Test-Simple-0.14.tar.gz) = c912576e2c6a13bc94051460b164f3b6 diff --git a/devel/p5-Test-Simple/pkg-plist b/devel/p5-Test-Simple/pkg-plist index ee4d65022324..c842db81042f 100644 --- a/devel/p5-Test-Simple/pkg-plist +++ b/devel/p5-Test-Simple/pkg-plist @@ -1,7 +1,8 @@ lib/perl5/site_perl/%%PERL_VER%%/Test/More.pm lib/perl5/site_perl/%%PERL_VER%%/Test/Simple.pm +lib/perl5/site_perl/%%PERL_VER%%/Test/Tutorial.pod lib/perl5/site_perl/%%PERL_VER%%/Test/Utils.pm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Test/Simple/.packlist @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Test/Simple -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Test 2>/dev/null || true @unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Test 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Test 2>/dev/null || true |