Date: Mon, 28 Aug 2006 08:49:43 +0800 (CST) From: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw> To: FreeBSD-gnats-submit@FreeBSD.org Cc: rafan@FreeBSD.org Subject: ports/102585: [PATCH] devel/p5-Module-ScanDeps: update to 0.63 Message-ID: <200608280049.k7S0nhYP017048@Pluto.CDPA.nsysu.edu.tw> Resent-Message-ID: <200608280050.k7S0oIkN010139@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 102585 >Category: ports >Synopsis: [PATCH] devel/p5-Module-ScanDeps: update to 0.63 >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 28 00:50:18 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Jin-Shan Tseng >Release: FreeBSD 6.1-STABLE i386 >Organization: NCHC >Environment: System: FreeBSD Pluto.CDPA.nsysu.edu.tw 6.1-STABLE FreeBSD 6.1-STABLE #0: Sun Aug 27 11:18:22 CST 2006 >Description: - Update to 0.63 Port maintainer (rafan@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-Module-ScanDeps-0.63.patch begins here --- diff -ruN --exclude=CVS /usr/ports/devel/p5-Module-ScanDeps/Makefile /root/p5-Module-ScanDeps/Makefile --- /usr/ports/devel/p5-Module-ScanDeps/Makefile Mon Jul 17 23:48:44 2006 +++ /root/p5-Module-ScanDeps/Makefile Mon Aug 28 08:45:01 2006 @@ -6,7 +6,7 @@ # PORTNAME= Module-ScanDeps -PORTVERSION= 0.62 +PORTVERSION= 0.63 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Module @@ -20,15 +20,18 @@ MAN1= scandeps.pl.1 MAN3= Module::ScanDeps.3 Module::ScanDeps::DataFeed.3 +post-patch: + @${REINPLACE_CMD} -e \ + 's|/usr/bin/perl|${PERL}|' ${WRKSRC}/Makefile.PL + pre-install: @${REINPLACE_CMD} -e \ 's|/usr/bin/perl|${PERL}|' ${WRKSRC}/script/scandeps.pl .include <bsd.port.pre.mk> -# workaround -.if ${PERL_LEVEL} < 500600 -IGNORE= requires perl 5.6.0 or above to build and run +.if ${PERL_LEVEL} < 500601 +IGNORE= requires perl 5.6.1 or later. Install lang/perl5.8 then try again .endif .include <bsd.port.post.mk> diff -ruN --exclude=CVS /usr/ports/devel/p5-Module-ScanDeps/distinfo /root/p5-Module-ScanDeps/distinfo --- /usr/ports/devel/p5-Module-ScanDeps/distinfo Mon Jul 17 23:48:44 2006 +++ /root/p5-Module-ScanDeps/distinfo Mon Aug 28 08:29:26 2006 @@ -1,3 +1,3 @@ -MD5 (Module-ScanDeps-0.62.tar.gz) = 61bcd14f6fd1953c540feb00474b021a -SHA256 (Module-ScanDeps-0.62.tar.gz) = d8bb86d91b171a89ebec9f9501d25e5553bb02660325198978968a7fa268c8db -SIZE (Module-ScanDeps-0.62.tar.gz) = 29462 +MD5 (Module-ScanDeps-0.63.tar.gz) = f20a1a0e3edd7a24463fcdd880979bc9 +SHA256 (Module-ScanDeps-0.63.tar.gz) = 5ea9702af76fa46b58ab4ceda6ac95fd926ef08592fe433315a27b374c275a8c +SIZE (Module-ScanDeps-0.63.tar.gz) = 27940 diff -ruN --exclude=CVS /usr/ports/devel/p5-Module-ScanDeps/pkg-plist /root/p5-Module-ScanDeps/pkg-plist --- /usr/ports/devel/p5-Module-ScanDeps/pkg-plist Sun Jan 22 09:48:00 2006 +++ /root/p5-Module-ScanDeps/pkg-plist Mon Aug 28 08:46:27 2006 @@ -1,3 +1,4 @@ +@comment $FreeBSD$ bin/scandeps.pl %%SITE_PERL%%/Module/ScanDeps.pm %%SITE_PERL%%/Module/ScanDeps/DataFeed.pm --- p5-Module-ScanDeps-0.63.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?200608280049.k7S0nhYP017048>