- Update to 0.095

- Mark IGNORE under old perl (it requires warnings.pm)

PR:		ports/96574
Submitted by:	leeym@
This commit is contained in:
Andrej Zverev 2006-05-01 14:10:09 +00:00
parent a30d76e76c
commit 871a903820
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=161062
2 changed files with 11 additions and 5 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= Test-Deep
PORTVERSION= 0.093
PORTVERSION= 0.095
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Test
@ -29,4 +29,10 @@ post-patch:
@${PERL} -i -pe 'm/INSTALLDIRS\s+=>/ and $$_ = ""' \
${WRKSRC}/Makefile.PL
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500600
IGNORE= requires perl 5.6.0 or above
.endif
.include <bsd.port.post.mk>

View File

@ -1,3 +1,3 @@
MD5 (Test-Deep-0.093.tar.gz) = b47659e09457a72157d3db5b5be62f75
SHA256 (Test-Deep-0.093.tar.gz) = cad4958c84f1dffd6834f3986a90432e79c60d1b549f314dcc06e1c796eed8b9
SIZE (Test-Deep-0.093.tar.gz) = 29941
MD5 (Test-Deep-0.095.tar.gz) = fb6fe44d0f6e58a0dd552f9ee958cc24
SHA256 (Test-Deep-0.095.tar.gz) = 51db5f2dac676af5c7c168243f0284cff569f3c3bc5f2386caae90f365b5becb
SIZE (Test-Deep-0.095.tar.gz) = 30594