ports/162792: [PATCH] lang/p5-Test-XPath: update to 0.16
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Wed Nov 23 17:20:11 UTC 2011
>Number: 162792
>Category: ports
>Synopsis: [PATCH] lang/p5-Test-XPath: update to 0.16
>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: Wed Nov 23 17:20:10 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator: Sunpoet Po-Chuan Hsieh
>Release: FreeBSD 9.0-RC1 amd64
>Organization:
The FreeBSD Project
>Environment:
System: FreeBSD bonjour.sunpoet.net 9.0-RC1 FreeBSD 9.0-RC1 #0: Sun Nov 6 07:24:13 CST
>Description:
- Update to 0.16
- Sort TEST_DEPENDS
- Cosmetic change
Changes: http://search.cpan.org/dist/Test-XPath/Changes
Port maintainer (milki at rescomp.berkeley.edu) is cc'd.
Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:
--- p5-Test-XPath-0.16.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/lang/p5-Test-XPath/Makefile,v
retrieving revision 1.4
diff -u -u -r1.4 Makefile
--- Makefile 11 Aug 2011 02:15:42 -0000 1.4
+++ Makefile 23 Nov 2011 17:15:52 -0000
@@ -6,7 +6,7 @@
#
PORTNAME= Test-XPath
-PORTVERSION= 0.15
+PORTVERSION= 0.16
CATEGORIES= lang perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:DWHEELER
@@ -22,12 +22,12 @@
TEST_DEPENDS= p5-Test-XPath>=0:${PORTSDIR}/lang/p5-Test-XPath
-PERL_MODBUILD= 0.30+
+PERL_MODBUILD= yes
-MAN3= Test::XPath.3
+MAN3= Test::XPath.3
OPTIONS= CSS "Include CSS selectors" Off \
- PODT "Include Pod package test dependencies" Off
+ PODT "Include Pod package test dependencies" Off
.include <bsd.port.options.mk>
@@ -36,7 +36,8 @@
.endif
.if !defined(WITHOUT_PODT)
-TEST_DEPENDS+= p5-Test-Pod>=1.20:${PORTSDIR}/devel/p5-Test-Pod \
- p5-Pod-Coverage>=0:${PORTSDIR}/devel/p5-Pod-Coverage
+TEST_DEPENDS+= p5-Pod-Coverage>=0:${PORTSDIR}/devel/p5-Pod-Coverage \
+ p5-Test-Pod>=1.41:${PORTSDIR}/devel/p5-Test-Pod
.endif
+
.include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/lang/p5-Test-XPath/distinfo,v
retrieving revision 1.4
diff -u -u -r1.4 distinfo
--- distinfo 11 Aug 2011 02:15:42 -0000 1.4
+++ distinfo 23 Nov 2011 17:15:52 -0000
@@ -1,2 +1,2 @@
-SHA256 (Test-XPath-0.15.tar.gz) = 0c59ed30f0a0fa8d944edf3f2d032963b9aa4bbce4655be54f4a3ed6aecc5d11
-SIZE (Test-XPath-0.15.tar.gz) = 16108
+SHA256 (Test-XPath-0.16.tar.gz) = b14f8578e0cef100e0c99f91b238d859560c2c8ef20d617e2ba367264b3b4427
+SIZE (Test-XPath-0.16.tar.gz) = 16227
--- p5-Test-XPath-0.16.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list