From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Dec 17 18:30:07 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4DC3916A41F for ; Sat, 17 Dec 2005 18:30:07 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 67C4F43D53 for ; Sat, 17 Dec 2005 18:30:04 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id jBHIU44O066136 for ; Sat, 17 Dec 2005 18:30:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id jBHIU3Mv066135; Sat, 17 Dec 2005 18:30:03 GMT (envelope-from gnats) Resent-Date: Sat, 17 Dec 2005 18:30:03 GMT Resent-Message-Id: <200512171830.jBHIU3Mv066135@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Yen-Ming Lee Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E40EA16A41F for ; 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 ; 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 To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: croyle@gelemna.org Subject: ports/90573: [PATCH] math/p5-Set-IntSpan: update to 1.09 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Dec 2005 18:30:07 -0000 >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@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 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: