Skip site navigation (1)Skip section navigation (2)
Date:      Mon,  1 May 2006 12:12:19 +0800 (CST)
From:      Yen-Ming Lee <leeym@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        az@FreeBSD.org
Subject:   ports/96574: [PATCH] devel/p5-Test-Deep: update to 0.095
Message-ID:  <20060501041219.3F52DB29C76@utopia.leeym.com>
Resent-Message-ID: <200605010420.k414KCGo085135@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060501041219.3F52DB29C76>