Date: Sat, 8 Sep 2012 02:41:01 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r303853 - head/devel/p5-Test-Compile Message-ID: <201209080241.q882f1XQ005810@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Sat Sep 8 02:41:00 2012 New Revision: 303853 URL: http://svn.freebsd.org/changeset/ports/303853 Log: - Update to 0.20 PR: ports/170907 Approved by: maintainer timeout (cm@therek.net, >2 weeks) Modified: head/devel/p5-Test-Compile/Makefile (contents, props changed) head/devel/p5-Test-Compile/distinfo (contents, props changed) head/devel/p5-Test-Compile/pkg-plist (contents, props changed) Modified: head/devel/p5-Test-Compile/Makefile ============================================================================== --- head/devel/p5-Test-Compile/Makefile Sat Sep 8 02:38:33 2012 (r303852) +++ head/devel/p5-Test-Compile/Makefile Sat Sep 8 02:41:00 2012 (r303853) @@ -6,7 +6,7 @@ # PORTNAME= Test-Compile -PORTVERSION= 0.14 +PORTVERSION= 0.20 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:EGILES @@ -21,6 +21,6 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes -MAN3= Test::Compile.3 +MAN3= Test::Compile.3 Test::Compile::Internal.3 .include <bsd.port.mk> Modified: head/devel/p5-Test-Compile/distinfo ============================================================================== --- head/devel/p5-Test-Compile/distinfo Sat Sep 8 02:38:33 2012 (r303852) +++ head/devel/p5-Test-Compile/distinfo Sat Sep 8 02:41:00 2012 (r303853) @@ -1,2 +1,2 @@ -SHA256 (Test-Compile-0.14.tar.gz) = 1e7a19a0769b7e3fce8e84bd374aa08dedb21783aa285d8accf56bf235e84951 -SIZE (Test-Compile-0.14.tar.gz) = 9353 +SHA256 (Test-Compile-0.20.tar.gz) = 61ea7fd9c647d54cfa2e1c05c0a0742785ca63ca763c6f041824c13b23b1ecbc +SIZE (Test-Compile-0.20.tar.gz) = 13200 Modified: head/devel/p5-Test-Compile/pkg-plist ============================================================================== --- head/devel/p5-Test-Compile/pkg-plist Sat Sep 8 02:38:33 2012 (r303852) +++ head/devel/p5-Test-Compile/pkg-plist Sat Sep 8 02:41:00 2012 (r303853) @@ -1,5 +1,7 @@ %%SITE_PERL%%/Test/Compile.pm +%%SITE_PERL%%/Test/Compile/Internal.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Compile/.packlist @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Compile @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test +@dirrmtry %%SITE_PERL%%/Test/Compile @dirrmtry %%SITE_PERL%%/Test
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209080241.q882f1XQ005810>