ports/96574: [PATCH] devel/p5-Test-Deep: update to 0.095
Yen-Ming Lee
leeym at FreeBSD.org
Mon May 1 04:20:13 UTC 2006
>Number: 96574
>Category: ports
>Synopsis: [PATCH] devel/p5-Test-Deep: update to 0.095
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Mon May 01 04:20:11 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator: Yen-Ming Lee
>Release: FreeBSD 6.1-RC i386
>Organization:
FreeBSD Taiwan
>Environment:
System: FreeBSD utopia.leeym.com 6.1-RC FreeBSD 6.1-RC #0: Tue Apr 11 08:54:13 CST 2006
>Description:
- Update to 0.095
- Mark IGNORE under old perl (it requires warnings.pm)
Port maintainer (az at FreeBSD.org) is cc'd.
Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:
--- p5-Test-Deep-0.095.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/p5-Test-Deep/Makefile,v
retrieving revision 1.5
diff -u -u -r1.5 Makefile
--- Makefile 12 Dec 2005 11:23:06 -0000 1.5
+++ Makefile 1 May 2006 04:11:56 -0000
@@ -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 @@
@${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>
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/devel/p5-Test-Deep/distinfo,v
retrieving revision 1.4
diff -u -u -r1.4 distinfo
--- distinfo 12 Dec 2005 11:23:06 -0000 1.4
+++ distinfo 1 May 2006 04:11:56 -0000
@@ -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
--- p5-Test-Deep-0.095.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list