1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00

- update to 0.61

This commit is contained in:
Yen-Ming Lee 2005-09-26 04:12:31 +00:00
parent ebf7e2fe4c
commit 7e0a7f2bee
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=143561
3 changed files with 7 additions and 4 deletions

View File

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

View File

@ -1,2 +1,2 @@
MD5 (Test-Simple-0.60.tar.gz) = 14a024ac89f68d2702f0238bd9947dc7
SIZE (Test-Simple-0.60.tar.gz) = 58204
MD5 (Test-Simple-0.61.tar.gz) = 1356b8ba36b1c60dcc0d1c43b0d54cb5
SIZE (Test-Simple-0.61.tar.gz) = 62054

View File

@ -1,8 +1,10 @@
%%SITE_PERL%%/Test/Builder.pm
%%SITE_PERL%%/Test/Builder/Module.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 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/Test 2>/dev/null || true