mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Update to 0.30
PR: 31006 Submitted by: Shell Hung <shell@shellhung.org>
This commit is contained in:
parent
d724a32fe4
commit
0c6a982296
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=48397
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= Test-Simple
|
||||
PORTVERSION= 0.19
|
||||
PORTVERSION= 0.30
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Test
|
||||
@ -16,7 +16,8 @@ MAINTAINER= shell@shellhung.org
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Test::More.3 Test::Simple.3 Test::Tutorial.3
|
||||
MAN3= Test::More.3 Test::Simple.3 Test::Tutorial.3 \
|
||||
Test::Builder.3
|
||||
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (Test-Simple-0.19.tar.gz) = 78b0da6fa889c8d65b800c210b663b3a
|
||||
MD5 (Test-Simple-0.30.tar.gz) = 5d95769dc7e036a6c93e1f537f3e44c7
|
||||
|
@ -1,7 +1,7 @@
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Test/Builder.pm
|
||||
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%%/%%PERL_ARCH%%/auto/Test 2>/dev/null || true
|
||||
|
Loading…
Reference in New Issue
Block a user