Date: Fri, 13 Jan 2012 15:41:23 +0800 (CST) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: cm@therek.net Subject: ports/164077: [PATCH] devel/p5-Test-Compile: update to 0.14 Message-ID: <20120113074123.7ED0C2641@sunpoet.net> Resent-Message-ID: <201201130750.q0D7o7Xk077523@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 164077 >Category: ports >Synopsis: [PATCH] devel/p5-Test-Compile: update to 0.14 >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: Fri Jan 13 07:50:06 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Sunpoet Po-Chuan Hsieh >Release: FreeBSD 9.0-PRERELEASE amd64 >Organization: The FreeBSD Project >Environment: System: FreeBSD bonjour.sunpoet.net 9.0-PRERELEASE FreeBSD 9.0-PRERELEASE #0: Sat Dec 24 06:18:22 CST 2011 >Description: - Update to 0.14 - Update *_DEPENDS: remove test dependency (p5-Test-Pod-Coverage) Changes: http://search.cpan.org/dist/Test-Compile/Changes Port maintainer (cm@therek.net) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- p5-Test-Compile-0.14.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/devel/p5-Test-Compile/Makefile,v retrieving revision 1.4 diff -u -u -r1.4 Makefile --- Makefile 17 Apr 2010 19:46:44 -0000 1.4 +++ Makefile 13 Jan 2012 07:41:16 -0000 @@ -6,21 +6,20 @@ # PORTNAME= Test-Compile -PORTVERSION= 0.13 +PORTVERSION= 0.14 CATEGORIES= devel perl5 MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:EGILES PKGNAMEPREFIX= p5- MAINTAINER= cm@therek.net COMMENT= Check whether Perl module files compile correctly -BUILD_DEPENDS= ${SITE_PERL}/Devel/CheckOS.pm:${PORTSDIR}/devel/p5-Devel-CheckOS \ - ${SITE_PERL}/Test/Pod/Coverage.pm:${PORTSDIR}/devel/p5-Test-Pod-Coverage \ - ${SITE_PERL}/UNIVERSAL/require.pm:${PORTSDIR}/devel/p5-UNIVERSAL-require \ - ${SITE_PERL}/URI/Escape.pm:${PORTSDIR}/net/p5-URI -RUN_DEPENDS= ${BUILD_DEPENDS} +BUILD_DEPENDS= p5-Devel-CheckOS>=0:${PORTSDIR}/devel/p5-Devel-CheckOS \ + p5-UNIVERSAL-require>=0:${PORTSDIR}/devel/p5-UNIVERSAL-require +RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= YES +PERL_CONFIGURE= yes MAN3= Test::Compile.3 Index: distinfo =================================================================== RCS file: /home/ncvs/ports/devel/p5-Test-Compile/distinfo,v retrieving revision 1.5 diff -u -u -r1.5 distinfo --- distinfo 3 Jul 2011 14:57:56 -0000 1.5 +++ distinfo 13 Jan 2012 07:41:16 -0000 @@ -1,2 +1,2 @@ -SHA256 (Test-Compile-0.13.tar.gz) = 174ca7ede879c5be28f00fc1431287416f6e8d29f01640937c38f4de792178da -SIZE (Test-Compile-0.13.tar.gz) = 39138 +SHA256 (Test-Compile-0.14.tar.gz) = 1e7a19a0769b7e3fce8e84bd374aa08dedb21783aa285d8accf56bf235e84951 +SIZE (Test-Compile-0.14.tar.gz) = 9353 Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/devel/p5-Test-Compile/pkg-plist,v retrieving revision 1.1 diff -u -u -r1.1 pkg-plist --- pkg-plist 15 Mar 2009 17:11:54 -0000 1.1 +++ pkg-plist 13 Jan 2012 07:41:16 -0000 @@ -1,3 +1,5 @@ %%SITE_PERL%%/Test/Compile.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Compile/.packlist -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Compile +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Compile +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test +@dirrmtry %%SITE_PERL%%/Test --- p5-Test-Compile-0.14.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?20120113074123.7ED0C2641>