Date: Mon, 22 Aug 2011 23:23:25 +0800 (CST) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: lth@FreeBSD.org Subject: ports/160001: [PATCH] devel/p5-Module-CoreList: update to 2.55 Message-ID: <20110822152325.0C5D73114@sunpoet.net> Resent-Message-ID: <201108221530.p7MFUAOx065565@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 160001 >Category: ports >Synopsis: [PATCH] devel/p5-Module-CoreList: update to 2.55 >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: Mon Aug 22 15:30:10 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Sunpoet Po-Chuan Hsieh >Release: FreeBSD 8.2-STABLE amd64 >Organization: The FreeBSD Project >Environment: System: FreeBSD bonjour.sunpoet.net 8.2-STABLE FreeBSD 8.2-STABLE #0: Sat Jul 9 23:23:51 CST >Description: - Update to 2.55 - Pet portlint Port maintainer (lth@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- p5-Module-CoreList-2.55.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/devel/p5-Module-CoreList/Makefile,v retrieving revision 1.42 diff -u -u -r1.42 Makefile --- Makefile 24 Jul 2011 12:24:43 -0000 1.42 +++ Makefile 22 Aug 2011 15:23:31 -0000 @@ -6,7 +6,7 @@ # PORTNAME= Module-CoreList -PORTVERSION= 2.54 +PORTVERSION= 2.55 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -24,13 +24,15 @@ .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 500809 -PLIST_FILES+= bin/corelist +PLIST_SUB= BIN_CORELIST="" +.else +PLIST_SUB= BIN_CORELIST="@comment " .endif pre-patch: @${MV} ${WRKSRC}/corelist ${WRKSRC}/p5corelist - @${PERL} -pi -e 's,^corelist$$,p5corelist,' ${WRKSRC}/MANIFEST - @${PERL} -pi -e 's,corelist,p5corelist,' ${WRKSRC}/Makefile.PL ${WRKSRC}/t/pod.t + @${REINPLACE_CMD} -e 's|^corelist$$|p5corelist|' ${WRKSRC}/MANIFEST + @${REINPLACE_CMD} -e 's|corelist|p5corelist|' ${WRKSRC}/Makefile.PL ${WRKSRC}/t/pod.t post-install: @${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL Index: distinfo =================================================================== RCS file: /home/ncvs/ports/devel/p5-Module-CoreList/distinfo,v retrieving revision 1.41 diff -u -u -r1.41 distinfo --- distinfo 24 Jul 2011 12:24:43 -0000 1.41 +++ distinfo 22 Aug 2011 15:23:31 -0000 @@ -1,2 +1,2 @@ -SHA256 (Module-CoreList-2.54.tar.gz) = 8ae82799b89fda1996b871d8f2f3b521b0266b14773b9c2b7fa47cea3ef12d8a -SIZE (Module-CoreList-2.54.tar.gz) = 76111 +SHA256 (Module-CoreList-2.55.tar.gz) = 4aba1a5de52ab210fe4d915e9e3c8d8e77881f90840bf375ab12cfea1af31b2f +SIZE (Module-CoreList-2.55.tar.gz) = 76776 Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/devel/p5-Module-CoreList/pkg-plist,v retrieving revision 1.7 diff -u -u -r1.7 pkg-plist --- pkg-plist 15 Jan 2009 15:34:33 -0000 1.7 +++ pkg-plist 22 Aug 2011 15:23:31 -0000 @@ -1,3 +1,4 @@ +%%BIN_CORELIST%%bin/corelist bin/p5corelist %%SITE_PERL%%/Module/CoreList.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Module/CoreList/.packlist --- p5-Module-CoreList-2.55.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?20110822152325.0C5D73114>