Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Dec 2011 06:50:06 +0800 (CST)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        ashish@FreeBSD.org
Subject:   ports/163581: [PATCH] textproc/p5-PPIx-Regexp: update to 0.024
Message-ID:  <20111223225006.DBF4D4B81@sunpoet.net>
Resent-Message-ID: <201112232300.pBNN0MGZ080676@freefall.freebsd.org>

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

>Number:         163581
>Category:       ports
>Synopsis:       [PATCH] textproc/p5-PPIx-Regexp: update to 0.024
>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:   Fri Dec 23 23:00:21 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Sunpoet Po-Chuan Hsieh
>Release:        FreeBSD 9.0-PRERELEASE amd64
>Organization:
The FreeBSD Project
>Environment:
System: FreeBSD bonjour.sunpoet.net 9.0-PRERELEASE FreeBSD 9.0-PRERELEASE #0: Sun Nov 20 12:43:06 CST 2011
>Description:
- Update to 0.024
- Update *_DEPENDS:
  - Scalar::List is already a core module
  - Test::More is a test-only dependency
- Update WWW: add missing trailing slash

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

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

--- p5-PPIx-Regexp-0.024.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/textproc/p5-PPIx-Regexp/Makefile,v
retrieving revision 1.9
diff -u -u -r1.9 Makefile
--- Makefile	17 Sep 2011 06:49:16 -0000	1.9
+++ Makefile	23 Dec 2011 22:48:46 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	PPIx-Regexp
-PORTVERSION=	0.020
+PORTVERSION=	0.024
 CATEGORIES=	textproc perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:WYANT
@@ -17,10 +17,7 @@
 
 BUILD_DEPENDS=	p5-List-MoreUtils>0:${PORTSDIR}/lang/p5-List-MoreUtils \
 		p5-PPI>=1.117:${PORTSDIR}/textproc/p5-PPI \
-		p5-Scalar-List-Utils>0:${PORTSDIR}/lang/p5-Scalar-List-Utils \
-		p5-Task-Weaken>0:${PORTSDIR}/devel/p5-Task-Weaken \
-		p5-Test-Simple>0:${PORTSDIR}/devel/p5-Test-Simple
-
+		p5-Task-Weaken>0:${PORTSDIR}/devel/p5-Task-Weaken
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 PERL_CONFIGURE=	yes
@@ -84,4 +81,10 @@
 	PPIx::Regexp::Tokenizer.3 \
 	PPIx::Regexp::Util.3
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 501001
+TEST_DEPENDS+=	p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple
+.endif
+
+.include <bsd.port.post.mk>
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/textproc/p5-PPIx-Regexp/distinfo,v
retrieving revision 1.6
diff -u -u -r1.6 distinfo
--- distinfo	20 May 2011 18:22:39 -0000	1.6
+++ distinfo	23 Dec 2011 22:48:46 -0000
@@ -1,2 +1,2 @@
-SHA256 (PPIx-Regexp-0.020.tar.gz) = 9543c05496c865e628ef10fdeb039b05c8d6e14ae1f2241e7bddadd3bfbb2fcb
-SIZE (PPIx-Regexp-0.020.tar.gz) = 136055
+SHA256 (PPIx-Regexp-0.024.tar.gz) = b5e4d64e7c09903640b03f858a3fc6b323a37a87148cb5aa25796d3c5f6f8bdf
+SIZE (PPIx-Regexp-0.024.tar.gz) = 145003
Index: pkg-descr
===================================================================
RCS file: /home/ncvs/ports/textproc/p5-PPIx-Regexp/pkg-descr,v
retrieving revision 1.1
diff -u -u -r1.1 pkg-descr
--- pkg-descr	26 May 2010 02:14:37 -0000	1.1
+++ pkg-descr	23 Dec 2011 22:48:46 -0000
@@ -1,4 +1,4 @@
 The purpose of the PPIx-Regexp package is to parse regular expressions
 in a manner similar to the way the PPI package parses Perl.
 
-WWW:	http://search.cpan.org/dist/PPIx-Regexp
+WWW:	http://search.cpan.org/dist/PPIx-Regexp/
--- p5-PPIx-Regexp-0.024.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?20111223225006.DBF4D4B81>