ports/90573: [PATCH] math/p5-Set-IntSpan: update to 1.09

Yen-Ming Lee leeym at FreeBSD.org
Sat Dec 17 18:30:07 UTC 2005


>Number:         90573
>Category:       ports
>Synopsis:       [PATCH] math/p5-Set-IntSpan: update to 1.09
>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:   Sat Dec 17 18:30:03 GMT 2005
>Closed-Date:
>Last-Modified:
>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 at 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:
>Unformatted:



More information about the freebsd-ports-bugs mailing list