From owner-svn-ports-head@FreeBSD.ORG Sat Sep 8 02:41:01 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B369C1065670; Sat, 8 Sep 2012 02:41:01 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 85C9B8FC20; Sat, 8 Sep 2012 02:41:01 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q882f1h5005815; Sat, 8 Sep 2012 02:41:01 GMT (envelope-from swills@svn.freebsd.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q882f1XQ005810; Sat, 8 Sep 2012 02:41:01 GMT (envelope-from swills@svn.freebsd.org) Message-Id: <201209080241.q882f1XQ005810@svn.freebsd.org> From: Steve Wills Date: Sat, 8 Sep 2012 02:41:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r303853 - head/devel/p5-Test-Compile X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Sep 2012 02:41:01 -0000 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 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