From owner-svn-ports-all@FreeBSD.ORG Tue Sep 3 12:27:13 2013 Return-Path: Delivered-To: svn-ports-all@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 CD9FD8F4; Tue, 3 Sep 2013 12:27:13 +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 BA07A21A4; Tue, 3 Sep 2013 12:27:13 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r83CRDo4000220; Tue, 3 Sep 2013 12:27:13 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r83CR938000136; Tue, 3 Sep 2013 12:27:09 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309031227.r83CR938000136@svn.freebsd.org> From: Andrej Zverev Date: Tue, 3 Sep 2013 12:27:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326139 - in head/www: p5-CGI-Struct p5-Catalyst-Authentication-Store-DBIx-Class p5-Catalyst-Plugin-CookiedSession p5-Dancer-Logger-Log4perl p5-Dancer-Plugin-ValidationClass p5-HTML-Def... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Sep 2013 12:27:14 -0000 Author: az Date: Tue Sep 3 12:27:09 2013 New Revision: 326139 URL: http://svnweb.freebsd.org/changeset/ports/326139 Log: - convert to the new perl5 framework Approved by: portmgr (bapt@, blanket) Modified: head/www/p5-CGI-Struct/Makefile head/www/p5-Catalyst-Authentication-Store-DBIx-Class/Makefile head/www/p5-Catalyst-Plugin-CookiedSession/Makefile (contents, props changed) head/www/p5-Dancer-Logger-Log4perl/Makefile head/www/p5-Dancer-Plugin-ValidationClass/Makefile (contents, props changed) head/www/p5-HTML-Defaultify/Makefile (contents, props changed) head/www/p5-HTML-Selector-XPath/Makefile head/www/p5-HTTP-Session/Makefile (contents, props changed) head/www/p5-LWP-ConnCache-MaxKeepAliveRequests/Makefile (contents, props changed) head/www/p5-POEx-Role-PSGIServer/Makefile (contents, props changed) head/www/p5-Perlbal-Plugin-PSGI/Makefile (contents, props changed) head/www/p5-Plack-App-Proxy/Makefile (contents, props changed) head/www/p5-Plack-Middleware-Expires/Makefile head/www/p5-Template-Mustache/Makefile (contents, props changed) head/www/p5-WWW-Mixi/Makefile (contents, props changed) head/www/p5-WWW-RobotRules-Parser/Makefile (contents, props changed) head/www/p5-WWW-Scraper-ISBN-ORA_Driver/Makefile head/www/p5-WWW-Tumblr/Makefile (contents, props changed) head/www/twiki/Makefile Modified: head/www/p5-CGI-Struct/Makefile ============================================================================== --- head/www/p5-CGI-Struct/Makefile Tue Sep 3 12:21:54 2013 (r326138) +++ head/www/p5-CGI-Struct/Makefile Tue Sep 3 12:27:09 2013 (r326139) @@ -13,7 +13,8 @@ LICENSE= BSD TEST_DEPENDS= p5-Test-Deep>=0:${PORTSDIR}/devel/p5-Test-Deep -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= CGI::Struct.3 Modified: head/www/p5-Catalyst-Authentication-Store-DBIx-Class/Makefile ============================================================================== --- head/www/p5-Catalyst-Authentication-Store-DBIx-Class/Makefile Tue Sep 3 12:21:54 2013 (r326138) +++ head/www/p5-Catalyst-Authentication-Store-DBIx-Class/Makefile Tue Sep 3 12:27:09 2013 (r326139) @@ -23,7 +23,8 @@ BUILD_DEPENDS= p5-Catalyst-Model-DBIC-Sc p5-namespace-autoclean>=0:${PORTSDIR}/devel/p5-namespace-autoclean RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Catalyst::Authentication::Realm::SimpleDB.3 \ Catalyst::Authentication::Store::DBIx::Class.3 \ Modified: head/www/p5-Catalyst-Plugin-CookiedSession/Makefile ============================================================================== --- head/www/p5-Catalyst-Plugin-CookiedSession/Makefile Tue Sep 3 12:21:54 2013 (r326138) +++ head/www/p5-Catalyst-Plugin-CookiedSession/Makefile Tue Sep 3 12:27:09 2013 (r326139) @@ -22,7 +22,8 @@ BUILD_DEPENDS= p5-Class-Accessor>=0:${PO p5-Catalyst-Runtime>=0:${PORTSDIR}/www/p5-Catalyst-Runtime RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Catalyst::Plugin::CookiedSession.3 Modified: head/www/p5-Dancer-Logger-Log4perl/Makefile ============================================================================== --- head/www/p5-Dancer-Logger-Log4perl/Makefile Tue Sep 3 12:21:54 2013 (r326138) +++ head/www/p5-Dancer-Logger-Log4perl/Makefile Tue Sep 3 12:27:09 2013 (r326139) @@ -16,7 +16,8 @@ BUILD_DEPENDS= p5-Dancer>=1.2001:${PORTS p5-Log-Log4perl>=0:${PORTSDIR}/devel/p5-Log-Log4perl RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Dancer::Logger::Log4perl.3 Modified: head/www/p5-Dancer-Plugin-ValidationClass/Makefile ============================================================================== --- head/www/p5-Dancer-Plugin-ValidationClass/Makefile Tue Sep 3 12:21:54 2013 (r326138) +++ head/www/p5-Dancer-Plugin-ValidationClass/Makefile Tue Sep 3 12:27:09 2013 (r326139) @@ -20,7 +20,8 @@ RUN_DEPENDS= \ p5-Validation-Class>0:${PORTSDIR}/devel/p5-Validation-Class BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Dancer::Plugin::ValidationClass.3 Modified: head/www/p5-HTML-Defaultify/Makefile ============================================================================== --- head/www/p5-HTML-Defaultify/Makefile Tue Sep 3 12:21:54 2013 (r326138) +++ head/www/p5-HTML-Defaultify/Makefile Tue Sep 3 12:27:09 2013 (r326139) @@ -13,7 +13,8 @@ COMMENT= Perl module to populate HTML fo RUN_DEPENDS= p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= HTML::Defaultify.3 .include Modified: head/www/p5-HTML-Selector-XPath/Makefile ============================================================================== --- head/www/p5-HTML-Selector-XPath/Makefile Tue Sep 3 12:21:54 2013 (r326138) +++ head/www/p5-HTML-Selector-XPath/Makefile Tue Sep 3 12:27:09 2013 (r326139) @@ -16,7 +16,8 @@ COMMENT= HTML::Selector::XPath - CSS Sel TEST_DEPENDS= p5-Test-Base>=0:${PORTSDIR}/devel/p5-Test-Base -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= HTML::Selector::XPath.3 Modified: head/www/p5-HTTP-Session/Makefile ============================================================================== --- head/www/p5-HTTP-Session/Makefile Tue Sep 3 12:21:54 2013 (r326138) +++ head/www/p5-HTTP-Session/Makefile Tue Sep 3 12:27:09 2013 (r326139) @@ -24,7 +24,8 @@ TEST_DEPENDS= \ p5-Test-Requires>0:${PORTSDIR}/devel/p5-Test-Requires \ p5-Test-Memory-Cycle>0:${PORTSDIR}/devel/p5-Test-Memory-Cycle -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= HTTP::Session.3 \ HTTP::Session::State::Cookie.3 \ Modified: head/www/p5-LWP-ConnCache-MaxKeepAliveRequests/Makefile ============================================================================== --- head/www/p5-LWP-ConnCache-MaxKeepAliveRequests/Makefile Tue Sep 3 12:21:54 2013 (r326138) +++ head/www/p5-LWP-ConnCache-MaxKeepAliveRequests/Makefile Tue Sep 3 12:27:09 2013 (r326139) @@ -18,7 +18,8 @@ RUN_DEPENDS= p5-libwww>=0:${PORTSDIR}/ww p5-Moose>=0:${PORTSDIR}/devel/p5-Moose BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= LWP::ConnCache::MaxKeepAliveRequests.3 Modified: head/www/p5-POEx-Role-PSGIServer/Makefile ============================================================================== --- head/www/p5-POEx-Role-PSGIServer/Makefile Tue Sep 3 12:21:54 2013 (r326138) +++ head/www/p5-POEx-Role-PSGIServer/Makefile Tue Sep 3 12:27:09 2013 (r326139) @@ -34,7 +34,8 @@ TEST_DEPENDS= p5-HTTP-Parser-XS>=0:${POR 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= POEx::Role::PSGIServer.3 \ POEx::Role::PSGIServer::ProxyWriter.3 \ Modified: head/www/p5-Perlbal-Plugin-PSGI/Makefile ============================================================================== --- head/www/p5-Perlbal-Plugin-PSGI/Makefile Tue Sep 3 12:21:54 2013 (r326138) +++ head/www/p5-Perlbal-Plugin-PSGI/Makefile Tue Sep 3 12:27:09 2013 (r326139) @@ -22,7 +22,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= Perlbal::Plugin::PSGI.3 Modified: head/www/p5-Plack-App-Proxy/Makefile ============================================================================== --- head/www/p5-Plack-App-Proxy/Makefile Tue Sep 3 12:21:54 2013 (r326138) +++ head/www/p5-Plack-App-Proxy/Makefile Tue Sep 3 12:27:09 2013 (r326139) @@ -19,7 +19,8 @@ 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::App::Proxy.3 \ Plack::App::Proxy::Backend.3 \ Modified: head/www/p5-Plack-Middleware-Expires/Makefile ============================================================================== --- head/www/p5-Plack-Middleware-Expires/Makefile Tue Sep 3 12:21:54 2013 (r326138) +++ head/www/p5-Plack-Middleware-Expires/Makefile Tue Sep 3 12:27:09 2013 (r326139) @@ -14,7 +14,8 @@ RUN_DEPENDS= p5-Plack>=0.9937:${PORTSDIR p5-Try-Tiny>=0.06:${PORTSDIR}/lang/p5-Try-Tiny \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Plack::Middleware::Expires.3 Modified: head/www/p5-Template-Mustache/Makefile ============================================================================== --- head/www/p5-Template-Mustache/Makefile Tue Sep 3 12:21:54 2013 (r326138) +++ head/www/p5-Template-Mustache/Makefile Tue Sep 3 12:27:09 2013 (r326139) @@ -20,7 +20,8 @@ BUILD_DEPENDS= p5-YAML-Syck>=1.15:${PORT RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS:= p5-Test-Mini-Unit>=v1.0.3:${PORTSDIR}/devel/p5-Test-Mini-Unit -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Template::Mustache.3 Modified: head/www/p5-WWW-Mixi/Makefile ============================================================================== --- head/www/p5-WWW-Mixi/Makefile Tue Sep 3 12:21:54 2013 (r326138) +++ head/www/p5-WWW-Mixi/Makefile Tue Sep 3 12:27:09 2013 (r326139) @@ -18,7 +18,8 @@ BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/ ja-p5-Jcode>=0:${PORTSDIR}/japanese/p5-Jcode RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= WWW::Mixi.3 WWW::Mixi::Cookbook.3 WWW::Mixi::Mixi.3 Modified: head/www/p5-WWW-RobotRules-Parser/Makefile ============================================================================== --- head/www/p5-WWW-RobotRules-Parser/Makefile Tue Sep 3 12:21:54 2013 (r326138) +++ head/www/p5-WWW-RobotRules-Parser/Makefile Tue Sep 3 12:27:09 2013 (r326139) @@ -19,7 +19,8 @@ BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/ RUN_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ p5-URI>=0:${PORTSDIR}/net/p5-URI -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= WWW::RobotRules::Parser.3 Modified: head/www/p5-WWW-Scraper-ISBN-ORA_Driver/Makefile ============================================================================== --- head/www/p5-WWW-Scraper-ISBN-ORA_Driver/Makefile Tue Sep 3 12:21:54 2013 (r326138) +++ head/www/p5-WWW-Scraper-ISBN-ORA_Driver/Makefile Tue Sep 3 12:27:09 2013 (r326139) @@ -15,7 +15,8 @@ RUN_DEPENDS= p5-Template-Extract>=0:${PO p5-WWW-Mechanize>=0:${PORTSDIR}/www/p5-WWW-Mechanize \ p5-WWW-Scraper-ISBN-Driver>=0.18:${PORTSDIR}/www/p5-WWW-Scraper-ISBN-Driver -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= WWW::Scraper::ISBN::ORA_Driver.3 Modified: head/www/p5-WWW-Tumblr/Makefile ============================================================================== --- head/www/p5-WWW-Tumblr/Makefile Tue Sep 3 12:21:54 2013 (r326138) +++ head/www/p5-WWW-Tumblr/Makefile Tue Sep 3 12:27:09 2013 (r326139) @@ -19,7 +19,8 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} WRKSRC= ${WRKDIR}/${PORTNAME} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= WWW::Tumblr.3 Modified: head/www/twiki/Makefile ============================================================================== --- head/www/twiki/Makefile Tue Sep 3 12:21:54 2013 (r326138) +++ head/www/twiki/Makefile Tue Sep 3 12:27:09 2013 (r326139) @@ -27,7 +27,7 @@ RUN_DEPENDS= \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ twiki-TWikiUserMappingContrib>=0:${PORTSDIR}/www/twiki-TWikiUserMappingContrib -USE_PERL5= yes +USES= perl5 WRKSRC= ${WRKDIR}/twiki post-extract: