Skip site navigation (1)Skip section navigation (2)
Date:      Fri,  7 Sep 2007 18:20:53 +0800 (CST)
From:      Cheng-Lung Sung <clsung@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        az@FreeBSD.org
Subject:   ports/116197: [PATCH] devel/p5-Test-Deep: update to 0.098
Message-ID:  <20070908075606.2E86929631@DHCP-19018.iis.sinica.edu.tw>
Resent-Message-ID: <200709080830.l888UESY022723@freefall.freebsd.org>

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

>Number:         116197
>Category:       ports
>Synopsis:       [PATCH] devel/p5-Test-Deep: update to 0.098
>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:   Sat Sep 08 08:30:13 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Cheng-Lung Sung
>Release:        FreeBSD 7.0-CURRENT i386
>Organization:
FreeBSD @ Taiwan
>Environment:
System: FreeBSD DHCP-19018.iis.sinica.edu.tw 7.0-CURRENT FreeBSD 7.0-CURRENT #27: Fri Jul 20 17:35:27 CST 2007
>Description:
- Update to 0.098

Port maintainer (az@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- p5-Test-Deep-0.098.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/p5-Test-Deep/Makefile,v
retrieving revision 1.7
diff -u -u -r1.7 Makefile
--- Makefile	28 Nov 2006 19:01:01 -0000	1.7
+++ Makefile	7 Sep 2007 10:12:30 -0000
@@ -6,33 +6,26 @@
 #
 
 PORTNAME=	Test-Deep
-PORTVERSION=	0.096
+PORTVERSION=	0.098
 CATEGORIES=	devel perl5
-MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
-MASTER_SITE_SUBDIR=	Test
+MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
 MAINTAINER=	az@FreeBSD.org
 COMMENT=	Test data structures for differences deeply
 
 BUILD_DEPENDS=	${SITE_PERL}/Test/NoWarnings.pm:${PORTSDIR}/devel/p5-Test-NoWarnings \
-		${SITE_PERL}/Test/Tester.pm:${PORTSDIR}/devel/p5-Test-Tester \
-		${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils
+		${SITE_PERL}/Test/Tester.pm:${PORTSDIR}/devel/p5-Test-Tester
 RUN_DEPENDS=	${BUILD_DEPENDS}
 
 PERL_CONFIGURE=	yes
-INSTALL_TARGET=	pure_install
 
-MAN3=		Test::Deep.3
-
-post-patch:
-	@${PERL} -i -pe 'm/INSTALLDIRS\s+=>/ and $$_ = ""' \
-			${WRKSRC}/Makefile.PL
+MAN3=		Test::Deep.3 Test::Deep::NoTest.3
 
 .include <bsd.port.pre.mk>
 
-.if ${PERL_LEVEL} < 500600
-IGNORE=		requires perl 5.6.0 or above
+.if ${PERL_LEVEL} < 500703
+RUN_DEPENDS+=	${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils
 .endif
 
 .include <bsd.port.post.mk>
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/devel/p5-Test-Deep/distinfo,v
retrieving revision 1.6
diff -u -u -r1.6 distinfo
--- distinfo	28 Nov 2006 19:01:01 -0000	1.6
+++ distinfo	7 Sep 2007 10:12:30 -0000
@@ -1,3 +1,3 @@
-MD5 (Test-Deep-0.096.tar.gz) = 593cbc52d0170df46979e88645977bd5
-SHA256 (Test-Deep-0.096.tar.gz) = 87438bb557f4362f905dbadf36131a972f0b0b0dfac2c14a9ba4b7ce478dfeec
-SIZE (Test-Deep-0.096.tar.gz) = 30894
+MD5 (Test-Deep-0.098.tar.gz) = 61cb7357d39b173d1a29080079f471df
+SHA256 (Test-Deep-0.098.tar.gz) = f2241cb7f038fa796e13ee80f84ab88de80726b4a6032da168d1bf317354f4e8
+SIZE (Test-Deep-0.098.tar.gz) = 31005
--- p5-Test-Deep-0.098.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?20070908075606.2E86929631>