From sunpoet@sunpoet.net  Fri Dec 23 22:51:16 2011
Return-Path: <sunpoet@sunpoet.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 593BF1065673
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 23 Dec 2011 22:51:16 +0000 (UTC)
	(envelope-from sunpoet@sunpoet.net)
Received: from sunpoet.net (sunpoet.net [220.133.12.240])
	by mx1.freebsd.org (Postfix) with ESMTP id 178888FC1F
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 23 Dec 2011 22:51:15 +0000 (UTC)
Received: by sunpoet.net (Postfix, from userid 1000)
	id DBF4D4B81; Sat, 24 Dec 2011 06:50:06 +0800 (CST)
Message-Id: <20111223225006.DBF4D4B81@sunpoet.net>
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: [PATCH] textproc/p5-PPIx-Regexp: update to 0.024
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         163581
>Category:       ports
>Synopsis:       [PATCH] textproc/p5-PPIx-Regexp: update to 0.024
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    ashish
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Dec 23 23:00:21 UTC 2011
>Closed-Date:    Fri Jan 27 09:46:47 UTC 2012
>Last-Modified:  Fri Jan 27 09:46:47 UTC 2012
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->ashish 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Fri Dec 23 23:00:36 UTC 2011 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=163581 

From: ashish@FreeBSD.org (Ashish SHUKLA)
To: bug-followup@FreeBSD.org,sunpoet@FreeBSD.org
Cc:  
Subject: Re: ports/163581: [PATCH] textproc/p5-PPIx-Regexp: update to 0.024
Date: Sat, 24 Dec 2011 04:44:15 +0530

 --=-=-=
 Content-Type: text/plain
 Content-Transfer-Encoding: quoted-printable
 
 Hi,
 
 Thanks for the diff. I'll commit it after sweeping commits are allowed agai=
 n.
 
 =2D-=20
 Ashish SHUKLA      | GPG: F682 CDCC 39DC 0FEA E116  20B6 C746 CFA9 E74F A4B0
 freebsd.org!ashish | http://people.freebsd.org/~ashish/
 
 Avoid Success At All Costs !!
 
 --=-=-=
 Content-Type: application/pgp-signature
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v2.0.18 (FreeBSD)
 
 iQIcBAEBCgAGBQJO9QtLAAoJEMdGz6nnT6Swhs4P/2tv6wGhhAaRq+q9Lov16ovJ
 WrPdKmigy2ZvNGJUuWLxFaXG6xs5COWHdRdlemM0PMThvg4oyCv858TOzH0XgcPa
 LvW24wkqErCq6ggmTs/FHxRT7Mr6CTwT3LfY7J8D0Ki1TmdTygJm5gbAnBxRF39a
 B4ph8ow8Cp2L9snkQlJb8SIdIPEPfkAgtFWx923baisCao4nHpGmqY4RCLgAJ3cw
 /v6MN4jJSsf8zxSdUoRlIlGR+BLINVIkuoKmhBrSR3UuVYXuWKfPAunkPE6+oMC9
 WCYBJK0EWwMUd9RbLyXt6rLSik6ene03yxtjV6J6+AhPmG1puM9JAuBNH/3GNH6W
 kryO3f9NPQk2+4FcfYggOzGjIhkZRvV8lBnCo4byMSkqZ8TqQw3rA8GBbghuUiwC
 yItfB+nKljMPoEvzU+RQslZhmlThder2bSIYiv0DTtISl/YotieoDlRIfX34rizF
 7fJsx8GZeEruttgKQ7ko34sF0VkQzZDLvmE6TnFpwv28Xc+RAPq9w2ZIXE27HRYZ
 RUSaU1B2SCUlwuJ5T3LMaJc5M9VRmi8jKrAI2XCN67gAkuQyYoNaKF35q1BkLeQu
 wc0Lfb8WwiWUANo1CN5AwD4nVAyKGQNuD0Dm/DXDp3kX8q2G9W5OXm74KImE5Mhy
 fB5QgFi6z/rIRX70pZyx
 =vvHk
 -----END PGP SIGNATURE-----
 --=-=-=--

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/163581: commit references a PR
Date: Fri, 27 Jan 2012 09:39:08 +0000 (UTC)

 ashish      2012-01-27 09:38:43 UTC
 
   FreeBSD ports repository
 
   Modified files:
     textproc/p5-PPIx-Regexp Makefile distinfo pkg-descr 
   Log:
   - 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
   
   PR:             ports/163581
   Submitted by:   sunpoet
   
   Revision  Changes    Path
   1.10      +9 -6      ports/textproc/p5-PPIx-Regexp/Makefile
   1.7       +2 -2      ports/textproc/p5-PPIx-Regexp/distinfo
   1.2       +1 -1      ports/textproc/p5-PPIx-Regexp/pkg-descr
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: open->closed 
State-Changed-By: ashish 
State-Changed-When: Fri Jan 27 09:46:45 UTC 2012 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=163581 
>Unformatted:
