ports/167920: [PATCH] devel/p5-Parse-RecDescent: update to 1.967009
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Tue May 15 12:50:02 UTC 2012
>Number: 167920
>Category: ports
>Synopsis: [PATCH] devel/p5-Parse-RecDescent: update to 1.967009
>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: Tue May 15 12:50:02 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator: Sunpoet Po-Chuan Hsieh
>Release: FreeBSD 9.0-STABLE amd64
>Organization:
The FreeBSD Project
>Environment:
System: FreeBSD bonjour.sunpoet.net 9.0-STABLE FreeBSD 9.0-STABLE #0: Sun May 6 00:46:29 CST
>Description:
- Update to 1.967009
- Add TEST_DEPENDS
- Cosmetic change
Changes: http://search.cpan.org/dist/Parse-RecDescent/Changes
Port maintainer (tobez at FreeBSD.org) is cc'd.
Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: CVS)
>How-To-Repeat:
>Fix:
--- p5-Parse-RecDescent-1.967.009.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/p5-Parse-RecDescent/Makefile,v
retrieving revision 1.29
diff -u -u -r1.29 Makefile
--- Makefile 13 Mar 2012 16:15:02 -0000 1.29
+++ Makefile 15 May 2012 12:29:07 -0000
@@ -6,19 +6,20 @@
#
PORTNAME= Parse-RecDescent
-PORTVERSION= 1.965.001
+PORTVERSION= 1.967.009
CATEGORIES= devel perl5
MASTER_SITES= CPAN
-MASTER_SITE_SUBDIR= CPAN:DCONWAY
PKGNAMEPREFIX= p5-
-DISTNAME= ${PORTNAME}-${PORTVERSION:C/\.(...)$/\1/}
+DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E}
MAINTAINER= tobez at FreeBSD.org
COMMENT= A recursive descent parsing framework for Perl
-BUILD_DEPENDS= ${RUN_DEPENDS}
+BUILD_DEPENDS= p5-ExtUtils-MakeMaker>=6.62:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker
-PERL_CONFIGURE= YES
+TEST_DEPENDS= p5-Test-Warn>=0:${PORTSDIR}/devel/p5-Test-Warn
+
+PERL_CONFIGURE= yes
MAN3= Parse::RecDescent.3
@@ -28,10 +29,4 @@
${INSTALL_DATA} ${WRKSRC}/tutorial/* ${DOCSDIR}/tutorial
.endif
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 500900
-RUN_DEPENDS+= p5-version>=0:${PORTSDIR}/devel/p5-version
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/devel/p5-Parse-RecDescent/distinfo,v
retrieving revision 1.14
diff -u -u -r1.14 distinfo
--- distinfo 21 Jun 2011 06:58:12 -0000 1.14
+++ distinfo 15 May 2012 12:29:07 -0000
@@ -1,2 +1,2 @@
-SHA256 (Parse-RecDescent-1.965001.tar.gz) = 00fa63039b062452d675712e58f0311d7323377af3cdd0fdccb1ecfe64b68d64
-SIZE (Parse-RecDescent-1.965001.tar.gz) = 154813
+SHA256 (Parse-RecDescent-1.967009.tar.gz) = e1000f0b82256269fb8daa43aab166a7832fc18b4689af7c8d6d1a49fe75c687
+SIZE (Parse-RecDescent-1.967009.tar.gz) = 170858
--- p5-Parse-RecDescent-1.967.009.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list