1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-20 08:27:15 +00:00

Update to 0.62.

This commit is contained in:
Anton Berezin 2005-10-10 10:32:48 +00:00
parent 08d02d59e6
commit 817f917859
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=144791
3 changed files with 8 additions and 4 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= Test-Simple
PORTVERSION= 0.61
PORTVERSION= 0.62
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Test
@ -21,6 +21,7 @@ RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Test::Builder.3 Test::More.3 Test::Simple.3 Test::Tutorial.3 \
Test::Builder::Module.3
Test::Builder::Module.3 Test::Builder::Tester.3 \
Test::Builder::Tester::Color.3
.include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
MD5 (Test-Simple-0.61.tar.gz) = 1356b8ba36b1c60dcc0d1c43b0d54cb5
SIZE (Test-Simple-0.61.tar.gz) = 62054
MD5 (Test-Simple-0.62.tar.gz) = a30f927c5dfff73180fe7b4bbf774a7e
SIZE (Test-Simple-0.62.tar.gz) = 70383

View File

@ -1,10 +1,13 @@
%%SITE_PERL%%/Test/Builder.pm
%%SITE_PERL%%/Test/Builder/Module.pm
%%SITE_PERL%%/Test/Builder/Tester.pm
%%SITE_PERL%%/Test/Builder/Tester/Color.pm
%%SITE_PERL%%/Test/More.pm
%%SITE_PERL%%/Test/Simple.pm
%%SITE_PERL%%/Test/Tutorial.pod
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Simple/.packlist
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Simple
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Test 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/Test/Builder/Tester 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/Test/Builder 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/Test 2>/dev/null || true