From owner-svn-ports-head@FreeBSD.ORG Tue Sep 3 15:28:45 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id EF7EB9F0; Tue, 3 Sep 2013 15:28:44 +0000 (UTC) (envelope-from az@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id DA5B8252C; Tue, 3 Sep 2013 15:28:44 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r83FSiZY012341; Tue, 3 Sep 2013 15:28:44 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r83FSe21012282; Tue, 3 Sep 2013 15:28:40 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309031528.r83FSe21012282@svn.freebsd.org> From: Andrej Zverev Date: Tue, 3 Sep 2013 15:28:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326161 - in head/www: p5-AnyEvent-ReverseHTTP p5-CGI-Utils p5-Catalyst-Model-Adaptor p5-Catalyst-Model-CDBI-Plain p5-Catalyst-Plugin-Cache-Memcached-Fast p5-Corona p5-HTML-Macro p5-HTM... 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.14 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: Tue, 03 Sep 2013 15:28:45 -0000 Author: az Date: Tue Sep 3 15:28:40 2013 New Revision: 326161 URL: http://svnweb.freebsd.org/changeset/ports/326161 Log: - convert to the new perl5 framework Approved by: portmgr (bapt@, blanket) Modified: head/www/p5-AnyEvent-ReverseHTTP/Makefile (contents, props changed) head/www/p5-CGI-Utils/Makefile (contents, props changed) head/www/p5-Catalyst-Model-Adaptor/Makefile (contents, props changed) head/www/p5-Catalyst-Model-CDBI-Plain/Makefile (contents, props changed) head/www/p5-Catalyst-Plugin-Cache-Memcached-Fast/Makefile (contents, props changed) head/www/p5-Corona/Makefile (contents, props changed) head/www/p5-HTML-Macro/Makefile (contents, props changed) head/www/p5-HTML-RobotsMETA/Makefile (contents, props changed) head/www/p5-HTML-TreeBuilder-LibXML/Makefile head/www/p5-Net-Flickr-Backup/Makefile (contents, props changed) head/www/p5-Net-STF-Client/Makefile (contents, props changed) head/www/p5-Plack-Server-POE/Makefile (contents, props changed) head/www/p5-SOAP-Transport-HTTP-Plack/Makefile (contents, props changed) head/www/p5-Template-Plugin-Comma/Makefile (contents, props changed) head/www/p5-Template-Plugin-JSON/Makefile (contents, props changed) head/www/p5-Template-Simple/Makefile head/www/p5-URI-Escape-XS/Makefile head/www/p5-WWW-Scripter-Plugin-JavaScript/Makefile (contents, props changed) head/www/podcastamatic/Makefile (contents, props changed) Modified: head/www/p5-AnyEvent-ReverseHTTP/Makefile ============================================================================== --- head/www/p5-AnyEvent-ReverseHTTP/Makefile Tue Sep 3 15:27:14 2013 (r326160) +++ head/www/p5-AnyEvent-ReverseHTTP/Makefile Tue Sep 3 15:28:40 2013 (r326161) @@ -22,7 +22,8 @@ RUN_DEPENDS= \ p5-URI>0:${PORTSDIR}/net/p5-URI BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= AnyEvent::ReverseHTTP.3 Modified: head/www/p5-CGI-Utils/Makefile ============================================================================== --- head/www/p5-CGI-Utils/Makefile Tue Sep 3 15:27:14 2013 (r326160) +++ head/www/p5-CGI-Utils/Makefile Tue Sep 3 15:28:40 2013 (r326161) @@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= mopsfelder@gmail.com COMMENT= Utilities for retrieving information through the CGI -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= CGI::Utils.3 \ CGI::Utils::UploadFile.3 Modified: head/www/p5-Catalyst-Model-Adaptor/Makefile ============================================================================== --- head/www/p5-Catalyst-Model-Adaptor/Makefile Tue Sep 3 15:27:14 2013 (r326160) +++ head/www/p5-Catalyst-Model-Adaptor/Makefile Tue Sep 3 15:28:40 2013 (r326161) @@ -20,7 +20,8 @@ BUILD_DEPENDS:= ${RUN_DEPENDS} TEST_DEPENDS= p5-Test-use-ok>=0:${PORTSDIR}/devel/p5-Test-use-ok \ p5-Test-WWW-Mechanize-Catalyst>=0:${PORTSDIR}/devel/p5-Test-WWW-Mechanize-Catalyst -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Catalyst::Helper::Model::Adaptor.3 \ Catalyst::Helper::Model::Factory.3 \ Modified: head/www/p5-Catalyst-Model-CDBI-Plain/Makefile ============================================================================== --- head/www/p5-Catalyst-Model-CDBI-Plain/Makefile Tue Sep 3 15:27:14 2013 (r326160) +++ head/www/p5-Catalyst-Model-CDBI-Plain/Makefile Tue Sep 3 15:28:40 2013 (r326161) @@ -19,7 +19,8 @@ BUILD_DEPENDS= p5-Class-DBI>0:${PORTSDIR RUN_DEPENDS= p5-Catalyst-Runtime>0:${PORTSDIR}/www/p5-Catalyst-Runtime \ p5-Catalyst-Devel>0:${PORTSDIR}/www/p5-Catalyst-Devel -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Catalyst::Model::CDBI::Plain.3 Catalyst::Helper::Model::CDBI::Plain.3 Modified: head/www/p5-Catalyst-Plugin-Cache-Memcached-Fast/Makefile ============================================================================== --- head/www/p5-Catalyst-Plugin-Cache-Memcached-Fast/Makefile Tue Sep 3 15:27:14 2013 (r326160) +++ head/www/p5-Catalyst-Plugin-Cache-Memcached-Fast/Makefile Tue Sep 3 15:28:40 2013 (r326161) @@ -20,7 +20,8 @@ BUILD_DEPENDS= p5-Cache-Memcached-Fast>= p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Catalyst::Plugin::Cache::Memcached::Fast.3 Modified: head/www/p5-Corona/Makefile ============================================================================== --- head/www/p5-Corona/Makefile Tue Sep 3 15:27:14 2013 (r326160) +++ head/www/p5-Corona/Makefile Tue Sep 3 15:28:40 2013 (r326161) @@ -22,7 +22,8 @@ RUN_DEPENDS= \ BUILD_DEPENDS:= ${RUN_DEPENDS} TEST_DEPENDS= p5-Test-TCP>0:${PORTSDIR}/devel/p5-Test-TCP -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN1= corona.1 MAN3= Corona.3 \ Modified: head/www/p5-HTML-Macro/Makefile ============================================================================== --- head/www/p5-HTML-Macro/Makefile Tue Sep 3 15:27:14 2013 (r326160) +++ head/www/p5-HTML-Macro/Makefile Tue Sep 3 15:28:40 2013 (r326161) @@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= groovis@groovis.net COMMENT= Process HTML templates with loops, conditionals, macros and more -PERL_CONFIGURE= YES +USES= perl5 +USE_PERL5= configure MAN3= HTML::Macro.3 HTML::Macro::Loop.3 Modified: head/www/p5-HTML-RobotsMETA/Makefile ============================================================================== --- head/www/p5-HTML-RobotsMETA/Makefile Tue Sep 3 15:27:14 2013 (r326160) +++ head/www/p5-HTML-RobotsMETA/Makefile Tue Sep 3 15:28:40 2013 (r326161) @@ -18,7 +18,8 @@ COMMENT= Parse HTML For Robots Exclusion BUILD_DEPENDS= p5-HTML-Parser>=3:${PORTSDIR}/www/p5-HTML-Parser RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= HTML::RobotsMETA.3 \ HTML::RobotsMETA::Rules.3 Modified: head/www/p5-HTML-TreeBuilder-LibXML/Makefile ============================================================================== --- head/www/p5-HTML-TreeBuilder-LibXML/Makefile Tue Sep 3 15:27:14 2013 (r326160) +++ head/www/p5-HTML-TreeBuilder-LibXML/Makefile Tue Sep 3 15:28:40 2013 (r326161) @@ -20,7 +20,8 @@ BUILD_DEPENDS= p5-Filter>=0:${PORTSDIR}/ RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Web-Query>=0:${PORTSDIR}/www/p5-Web-Query -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= HTML::TreeBuilder::LibXML::Node.3 \ HTML::TreeBuilder::LibXML.3 Modified: head/www/p5-Net-Flickr-Backup/Makefile ============================================================================== --- head/www/p5-Net-Flickr-Backup/Makefile Tue Sep 3 15:27:14 2013 (r326160) +++ head/www/p5-Net-Flickr-Backup/Makefile Tue Sep 3 15:28:40 2013 (r326161) @@ -26,7 +26,8 @@ BUILD_DEPENDS= p5-File-Find-Rule>=0:${PO p5-libwww>=1.38:${PORTSDIR}/www/libwww RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::Flickr::Backup.3 Modified: head/www/p5-Net-STF-Client/Makefile ============================================================================== --- head/www/p5-Net-STF-Client/Makefile Tue Sep 3 15:27:14 2013 (r326160) +++ head/www/p5-Net-STF-Client/Makefile Tue Sep 3 15:28:40 2013 (r326161) @@ -26,7 +26,8 @@ TEST_DEPENDS= \ p5-Test-Simple>0:${PORTSDIR}/devel/p5-Test-Simple \ p5-Plack>0:${PORTSDIR}/www/p5-Plack -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::STF::Bucket.3 \ Net::STF::Client.3 \ Modified: head/www/p5-Plack-Server-POE/Makefile ============================================================================== --- head/www/p5-Plack-Server-POE/Makefile Tue Sep 3 15:27:14 2013 (r326160) +++ head/www/p5-Plack-Server-POE/Makefile Tue Sep 3 15:28:40 2013 (r326161) @@ -23,7 +23,8 @@ BUILD_DEPENDS:= ${RUN_DEPENDS} TEST_DEPENDS= p5-Test-Requires>=0:${PORTSDIR}/devel/p5-Test-Requires \ p5-Test-TCP>=0:${PORTSDIR}/devel/p5-Test-TCP -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Plack::Server::POE.3 Modified: head/www/p5-SOAP-Transport-HTTP-Plack/Makefile ============================================================================== --- head/www/p5-SOAP-Transport-HTTP-Plack/Makefile Tue Sep 3 15:27:14 2013 (r326160) +++ head/www/p5-SOAP-Transport-HTTP-Plack/Makefile Tue Sep 3 15:28:40 2013 (r326161) @@ -13,7 +13,8 @@ RUN_DEPENDS= \ p5-SOAP-Lite>0:${PORTSDIR}/net/p5-SOAP-Lite BUILD_DEPENDS= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= SOAP::Transport::HTTP::Plack.3 \ XMLRPC::Transport::HTTP::Plack.3 Modified: head/www/p5-Template-Plugin-Comma/Makefile ============================================================================== --- head/www/p5-Template-Plugin-Comma/Makefile Tue Sep 3 15:27:14 2013 (r326160) +++ head/www/p5-Template-Plugin-Comma/Makefile Tue Sep 3 15:28:40 2013 (r326161) @@ -17,7 +17,8 @@ COMMENT= TT Plugin to commify numbers BUILD_DEPENDS= p5-Template-Toolkit>=0:${PORTSDIR}/www/p5-Template-Toolkit RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Template::Plugin::Comma.3 Modified: head/www/p5-Template-Plugin-JSON/Makefile ============================================================================== --- head/www/p5-Template-Plugin-JSON/Makefile Tue Sep 3 15:27:14 2013 (r326160) +++ head/www/p5-Template-Plugin-JSON/Makefile Tue Sep 3 15:28:40 2013 (r326161) @@ -20,7 +20,8 @@ BUILD_DEPENDS= p5-JSON>=2.12:${PORTSDIR} RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-use-ok>=0:${PORTSDIR}/devel/p5-Test-use-ok -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Template::Plugin::JSON.3 Modified: head/www/p5-Template-Simple/Makefile ============================================================================== --- head/www/p5-Template-Simple/Makefile Tue Sep 3 15:27:14 2013 (r326160) +++ head/www/p5-Template-Simple/Makefile Tue Sep 3 15:28:40 2013 (r326161) @@ -18,7 +18,8 @@ LICENSE= ART20 BUILD_DEPENDS= p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Template::Simple.3 Modified: head/www/p5-URI-Escape-XS/Makefile ============================================================================== --- head/www/p5-URI-Escape-XS/Makefile Tue Sep 3 15:27:14 2013 (r326160) +++ head/www/p5-URI-Escape-XS/Makefile Tue Sep 3 15:28:40 2013 (r326161) @@ -13,7 +13,8 @@ COMMENT= Drop-In replacement for URI::Es LICENSE= ART10 GPLv1 LICENSE_COMB= dual -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= URI::Escape::XS.3 Modified: head/www/p5-WWW-Scripter-Plugin-JavaScript/Makefile ============================================================================== --- head/www/p5-WWW-Scripter-Plugin-JavaScript/Makefile Tue Sep 3 15:27:14 2013 (r326160) +++ head/www/p5-WWW-Scripter-Plugin-JavaScript/Makefile Tue Sep 3 15:28:40 2013 (r326161) @@ -14,7 +14,8 @@ RUN_DEPENDS= p5-WWW-Scripter>0:${PORTSDI p5-JE>0:${PORTSDIR}/www/p5-JE BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= WWW::Scripter::Plugin::JavaScript.3 \ WWW::Scripter::Plugin::JavaScript::JE.3 Modified: head/www/podcastamatic/Makefile ============================================================================== --- head/www/podcastamatic/Makefile Tue Sep 3 15:27:14 2013 (r326160) +++ head/www/podcastamatic/Makefile Tue Sep 3 15:28:40 2013 (r326161) @@ -20,7 +20,8 @@ RUN_DEPENDS= p5-MP3-Info>=0:${PORTSDIR}/ p5-MP4-Info>=0:${PORTSDIR}/multimedia/p5-MP4-Info USE_ZIP= yes -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run NO_BUILD= yes