From leeym@utopia.leeym.com  Sat Dec 17 18:19:40 2005
Return-Path: <leeym@utopia.leeym.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id E40EA16A41F
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 17 Dec 2005 18:19:40 +0000 (GMT)
	(envelope-from leeym@utopia.leeym.com)
Received: from msr13.hinet.net (msr13.hinet.net [168.95.4.113])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 27A1C43D53
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 17 Dec 2005 18:19:40 +0000 (GMT)
	(envelope-from leeym@utopia.leeym.com)
Received: from utopia.leeym.com (arcadia.leeym.com [211.21.137.53])
	by msr13.hinet.net (8.9.3/8.9.3) with ESMTP id CAA17926;
	Sun, 18 Dec 2005 02:19:38 +0800 (CST)
Received: from localhost (localhost [127.0.0.1])
	by utopia.leeym.com (Postfix) with ESMTP id C4ADCB29D60;
	Sun, 18 Dec 2005 02:19:37 +0800 (CST)
Received: from utopia.leeym.com ([127.0.0.1])
 by localhost (utopia.leeym.com [127.0.0.1]) (amavisd-new, port 10024)
 with ESMTP id 61315-05; Sun, 18 Dec 2005 02:19:33 +0800 (CST)
Received: by utopia.leeym.com (Postfix, from userid 1000)
	id F118BB29D4B; Sun, 18 Dec 2005 02:19:32 +0800 (CST)
Message-Id: <20051217181932.F118BB29D4B@utopia.leeym.com>
Date: Sun, 18 Dec 2005 02:19:32 +0800 (CST)
From: Yen-Ming Lee <leeym@freebsd.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: croyle@gelemna.org
Subject: [PATCH] math/p5-Set-IntSpan: update to 1.09
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         90573
>Category:       ports
>Synopsis:       [PATCH] math/p5-Set-IntSpan: update to 1.09
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    leeym
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Dec 17 18:30:03 GMT 2005
>Closed-Date:    Sun Jan 01 19:06:53 GMT 2006
>Last-Modified:  Sun Jan 01 19:06:53 GMT 2006
>Originator:     Yen-Ming Lee
>Release:        FreeBSD 6.0-STABLE i386
>Organization:
FreeBSD Taiwan
>Environment:
System: FreeBSD utopia.leeym.com 6.0-STABLE FreeBSD 6.0-STABLE #0: Thu Nov 17 09:15:19 CST 2005
>Description:
- Update to 1.09

Port maintainer (croyle@gelemna.org) is cc'd.

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

--- p5-Set-IntSpan-1.09.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/math/p5-Set-IntSpan/Makefile,v
retrieving revision 1.11
diff -u -u -r1.11 Makefile
--- Makefile	26 Jul 2005 17:43:17 -0000	1.11
+++ Makefile	17 Dec 2005 18:19:17 -0000
@@ -6,8 +6,8 @@
 #
 
 PORTNAME=	Set-IntSpan
-PORTVERSION=	1.08
-PORTREVISION=	2
+PORTVERSION=	1.09
+PORTREVISION=	0
 CATEGORIES=	math perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	Set
@@ -21,8 +21,6 @@
 MAN3=		Set::IntSpan.3
 
 post-patch:
-	@${REINPLACE_CMD} -e 's|^our ||g' ${WRKSRC}/IntSpan.pm
-	@${REINPLACE_CMD} -Ee 's/(^use base.*)/\1 use vars qw(@EXPORT_OK $$VERSION);/' \
-		${WRKSRC}/IntSpan.pm
+	@${PERL} -pi -e 's/^our (\S+)/use vars qw($$1); $$1/' ${WRKSRC}/IntSpan.pm
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/math/p5-Set-IntSpan/distinfo,v
retrieving revision 1.4
diff -u -u -r1.4 distinfo
--- distinfo	25 Jul 2005 16:44:47 -0000	1.4
+++ distinfo	17 Dec 2005 18:19:17 -0000
@@ -1,2 +1,3 @@
-MD5 (Set-IntSpan-1.08.tar.gz) = 9d44f23bd2e4f3852e53f703f73fc699
-SIZE (Set-IntSpan-1.08.tar.gz) = 14148
+MD5 (Set-IntSpan-1.09.tar.gz) = 161b53631199cc9baf7c7f96ad68a31c
+SHA256 (Set-IntSpan-1.09.tar.gz) = 7a8f95af361e4365afb69e903080c9a116f202f44ed19e463b971ba988976b0d
+SIZE (Set-IntSpan-1.09.tar.gz) = 17524
--- p5-Set-IntSpan-1.09.patch ends here ---

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: leeym 
State-Changed-When: Mon Dec 19 14:38:09 UTC 2005 
State-Changed-Why:  
The maintainer is noticed. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=90573 
Responsible-Changed-From-To: freebsd-ports-bugs->leeym 
Responsible-Changed-By: leeym 
Responsible-Changed-When: Mon Dec 19 14:38:12 UTC 2005 
Responsible-Changed-Why:  
I will take care of this PR. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=90573 
State-Changed-From-To: feedback->closed 
State-Changed-By: leeym 
State-Changed-When: Sun Jan 1 19:06:52 UTC 2006 
State-Changed-Why:  
Committed, thanks. 

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