From owner-svn-ports-head@freebsd.org Mon Aug 29 12:54:52 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DBF81BC705C; Mon, 29 Aug 2016 12:54:52 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B068CD69; Mon, 29 Aug 2016 12:54:52 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7TCsppP021834; Mon, 29 Aug 2016 12:54:51 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7TCsohE021826; Mon, 29 Aug 2016 12:54:50 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201608291254.u7TCsohE021826@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Mon, 29 Aug 2016 12:54:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421058 - in head: devel/p5-Devel-InheritNamespace www/p5-Catalyst-View-TT-Alloy www/p5-CatalystX-AppBuilder www/p5-CatalystX-VirtualComponents X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 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: Mon, 29 Aug 2016 12:54:53 -0000 Author: mat Date: Mon Aug 29 12:54:50 2016 New Revision: 421058 URL: https://svnweb.freebsd.org/changeset/ports/421058 Log: Cleanup recently added ports. Pointy hat to: pi Sponsored by: Absolight Modified: head/devel/p5-Devel-InheritNamespace/Makefile (contents, props changed) head/devel/p5-Devel-InheritNamespace/pkg-plist (contents, props changed) head/www/p5-Catalyst-View-TT-Alloy/Makefile (contents, props changed) head/www/p5-Catalyst-View-TT-Alloy/pkg-plist (contents, props changed) head/www/p5-CatalystX-AppBuilder/Makefile (contents, props changed) head/www/p5-CatalystX-AppBuilder/pkg-plist (contents, props changed) head/www/p5-CatalystX-VirtualComponents/Makefile (contents, props changed) head/www/p5-CatalystX-VirtualComponents/pkg-plist (contents, props changed) Modified: head/devel/p5-Devel-InheritNamespace/Makefile ============================================================================== --- head/devel/p5-Devel-InheritNamespace/Makefile Mon Aug 29 12:54:44 2016 (r421057) +++ head/devel/p5-Devel-InheritNamespace/Makefile Mon Aug 29 12:54:50 2016 (r421058) @@ -3,6 +3,7 @@ PORTNAME= Devel-InheritNamespace PORTVERSION= 0.00003 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -12,6 +13,11 @@ COMMENT= Inherit an entire namespace LICENSE= ART10 +BUILD_DEPENDS= p5-Moose>=0:devel/p5-Moose \ + p5-Module-Pluggable>=0:devel/p5-Module-Pluggable +RUN_DEPENDS= p5-Moose>=0:devel/p5-Moose \ + p5-Module-Pluggable>=0:devel/p5-Module-Pluggable + USES= perl5 USE_PERL5= modbuild Modified: head/devel/p5-Devel-InheritNamespace/pkg-plist ============================================================================== --- head/devel/p5-Devel-InheritNamespace/pkg-plist Mon Aug 29 12:54:44 2016 (r421057) +++ head/devel/p5-Devel-InheritNamespace/pkg-plist Mon Aug 29 12:54:50 2016 (r421058) @@ -1,3 +1,2 @@ -%%PERL5_MAN3%%/Devel::InheritNamespace.3.gz %%SITE_PERL%%/Devel/InheritNamespace.pm -@dir %%SITE_PERL%%/Devel +%%PERL5_MAN3%%/Devel::InheritNamespace.3.gz Modified: head/www/p5-Catalyst-View-TT-Alloy/Makefile ============================================================================== --- head/www/p5-Catalyst-View-TT-Alloy/Makefile Mon Aug 29 12:54:44 2016 (r421057) +++ head/www/p5-Catalyst-View-TT-Alloy/Makefile Mon Aug 29 12:54:50 2016 (r421058) @@ -3,6 +3,7 @@ PORTNAME= Catalyst-View-TT-Alloy PORTVERSION= 0.00007 +PORTREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -16,8 +17,7 @@ LICENSE_COMB= dual BUILD_DEPENDS= p5-Catalyst-Runtime>=5.7:www/p5-Catalyst-Runtime \ p5-Data-Dump>=0:devel/p5-Data-Dump \ p5-Path-Class>=0:devel/p5-Path-Class \ - p5-Template-Alloy>=0:www/p5-Template-Alloy \ - p5-parent>=0:devel/p5-parent + p5-Template-Alloy>=0:www/p5-Template-Alloy RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 Modified: head/www/p5-Catalyst-View-TT-Alloy/pkg-plist ============================================================================== --- head/www/p5-Catalyst-View-TT-Alloy/pkg-plist Mon Aug 29 12:54:44 2016 (r421057) +++ head/www/p5-Catalyst-View-TT-Alloy/pkg-plist Mon Aug 29 12:54:50 2016 (r421058) @@ -1,10 +1,4 @@ -%%PERL5_MAN3%%/Catalyst::View::TT::Alloy.3.gz -%%PERL5_MAN3%%/Catalyst::Helper::View::TT::Alloy.3.gz -%%SITE_PERL%%/Catalyst/View/TT/Alloy.pm %%SITE_PERL%%/Catalyst/Helper/View/TT/Alloy.pm -@dir %%SITE_PERL%%/Catalyst/View/TT -@dir %%SITE_PERL%%/Catalyst/View -@dir %%SITE_PERL%%/Catalyst/Helper/View/TT -@dir %%SITE_PERL%%/Catalyst/Helper/View -@dir %%SITE_PERL%%/Catalyst/Helper -@dir %%SITE_PERL%%/Catalyst +%%SITE_PERL%%/Catalyst/View/TT/Alloy.pm +%%PERL5_MAN3%%/Catalyst::Helper::View::TT::Alloy.3.gz +%%PERL5_MAN3%%/Catalyst::View::TT::Alloy.3.gz Modified: head/www/p5-CatalystX-AppBuilder/Makefile ============================================================================== --- head/www/p5-CatalystX-AppBuilder/Makefile Mon Aug 29 12:54:44 2016 (r421057) +++ head/www/p5-CatalystX-AppBuilder/Makefile Mon Aug 29 12:54:50 2016 (r421058) @@ -3,6 +3,7 @@ PORTNAME= CatalystX-AppBuilder PORTVERSION= 0.00011 +PORTREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,10 +16,9 @@ LICENSE= ART10 RUN_DEPENDS= p5-Catalyst-Runtime>=5.8:www/p5-Catalyst-Runtime \ p5-Moose>=0:devel/p5-Moose \ p5-namespace-clean>=0:devel/p5-namespace-clean -BUILD_DEPENDS= p5-Test-Simple>=0:devel/p5-Test-Simple \ - p5-Module-Build-Tiny>=0.035:devel/p5-Module-Build-Tiny +BUILD_DEPENDS= ${RUN_DEPENDS} USES= perl5 -USE_PERL5= modbuild +USE_PERL5= modbuildtiny .include Modified: head/www/p5-CatalystX-AppBuilder/pkg-plist ============================================================================== --- head/www/p5-CatalystX-AppBuilder/pkg-plist Mon Aug 29 12:54:44 2016 (r421057) +++ head/www/p5-CatalystX-AppBuilder/pkg-plist Mon Aug 29 12:54:50 2016 (r421058) @@ -1,3 +1,2 @@ -%%SITE_PERL%%/CatalystX/AppBuilder.pm %%PERL5_MAN3%%/CatalystX::AppBuilder.3.gz -@dir %%SITE_PERL%%/CatalystX +%%SITE_PERL%%/CatalystX/AppBuilder.pm Modified: head/www/p5-CatalystX-VirtualComponents/Makefile ============================================================================== --- head/www/p5-CatalystX-VirtualComponents/Makefile Mon Aug 29 12:54:44 2016 (r421057) +++ head/www/p5-CatalystX-VirtualComponents/Makefile Mon Aug 29 12:54:50 2016 (r421058) @@ -3,6 +3,7 @@ PORTNAME= CatalystX-VirtualComponents PORTVERSION= 0.00004 +PORTREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/www/p5-CatalystX-VirtualComponents/pkg-plist ============================================================================== --- head/www/p5-CatalystX-VirtualComponents/pkg-plist Mon Aug 29 12:54:44 2016 (r421057) +++ head/www/p5-CatalystX-VirtualComponents/pkg-plist Mon Aug 29 12:54:50 2016 (r421058) @@ -1,3 +1,2 @@ -%%SITE_PERL%%/CatalystX/VirtualComponents.pm %%PERL5_MAN3%%/CatalystX::VirtualComponents.3.gz -@dir %%SITE_PERL%%/CatalystX +%%SITE_PERL%%/CatalystX/VirtualComponents.pm