From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 09:44:19 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 D71E77EC; Mon, 2 Sep 2013 09:44:19 +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 A928F2D06; Mon, 2 Sep 2013 09:44:19 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r829iJkf034498; Mon, 2 Sep 2013 09:44:19 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r829iEnH034419; Mon, 2 Sep 2013 09:44:14 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309020944.r829iEnH034419@svn.freebsd.org> From: Andrej Zverev Date: Mon, 2 Sep 2013 09:44:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325960 - in head: finance/p5-Business-MaxMind-CreditCardFraudDetection finance/p5-Business-PayPal-IPN finance/p5-Business-Stripe finance/p5-PayflowPro www/asql www/p5-AnyEvent-HTTP-LWP... 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: Mon, 02 Sep 2013 09:44:19 -0000 Author: az Date: Mon Sep 2 09:44:14 2013 New Revision: 325960 URL: http://svnweb.freebsd.org/changeset/ports/325960 Log: - convert to the new perl5 framework Approved by: portmgr (bapt@, blanket) Modified: head/finance/p5-Business-MaxMind-CreditCardFraudDetection/Makefile head/finance/p5-Business-PayPal-IPN/Makefile (contents, props changed) head/finance/p5-Business-Stripe/Makefile (contents, props changed) head/finance/p5-PayflowPro/Makefile (contents, props changed) head/www/asql/Makefile (contents, props changed) head/www/p5-AnyEvent-HTTP-LWP-UserAgent/Makefile (contents, props changed) head/www/p5-AnyEvent-Mojo/Makefile (contents, props changed) head/www/p5-Catalyst-Controller-ActionRole/Makefile head/www/p5-Catalyst-Model-Tarantool/Makefile head/www/p5-FCGI-ProcManager/Makefile (contents, props changed) head/www/p5-File-Mork/Makefile (contents, props changed) head/www/p5-HTML-Parser/Makefile head/www/p5-HTTP-WebTest/Makefile (contents, props changed) head/www/p5-Mozilla-CA/Makefile (contents, props changed) head/www/p5-Nginx-Simple/Makefile (contents, props changed) head/www/p5-POE-Component-Server-HTTPServer/Makefile (contents, props changed) head/www/p5-POE-Component-Server-PSGI/Makefile (contents, props changed) head/www/p5-Plack-Middleware-ConsoleLogger/Makefile (contents, props changed) head/www/p5-Plack-Middleware-Header/Makefile (contents, props changed) head/www/p5-Template-Plugin-VMethods/Makefile (contents, props changed) head/www/p5-Template-Toolkit-Simple/Makefile (contents, props changed) head/www/p5-URI-Escape-JavaScript/Makefile (contents, props changed) head/www/p5-WWW-IMDb/Makefile (contents, props changed) head/www/p5-WWW-TV/Makefile (contents, props changed) Modified: head/finance/p5-Business-MaxMind-CreditCardFraudDetection/Makefile ============================================================================== --- head/finance/p5-Business-MaxMind-CreditCardFraudDetection/Makefile Mon Sep 2 09:36:29 2013 (r325959) +++ head/finance/p5-Business-MaxMind-CreditCardFraudDetection/Makefile Mon Sep 2 09:44:14 2013 (r325960) @@ -21,7 +21,8 @@ RUN_DEPENDS+= p5-libwww>0.0:${PORTSDIR}/ p5-Crypt-SSLeay>0.0:${PORTSDIR}/security/p5-Crypt-SSLeay BUILD_DEPENDS+= p5-libwww>0.0:${PORTSDIR}/www/p5-libwww -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Business::MaxMind::CreditCardFraudDetection.3 \ Business::MaxMind::HTTPBase.3 \ Modified: head/finance/p5-Business-PayPal-IPN/Makefile ============================================================================== --- head/finance/p5-Business-PayPal-IPN/Makefile Mon Sep 2 09:36:29 2013 (r325959) +++ head/finance/p5-Business-PayPal-IPN/Makefile Mon Sep 2 09:44:14 2013 (r325960) @@ -19,7 +19,8 @@ BUILD_DEPENDS= p5-Crypt-SSLeay>=0.56:${P RUN_DEPENDS= p5-Crypt-SSLeay>=0.56:${PORTSDIR}/security/p5-Crypt-SSLeay \ p5-libwww>=5.805:${PORTSDIR}/www/p5-libwww -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Business::PayPal::IPN.3 Modified: head/finance/p5-Business-Stripe/Makefile ============================================================================== --- head/finance/p5-Business-Stripe/Makefile Mon Sep 2 09:36:29 2013 (r325959) +++ head/finance/p5-Business-Stripe/Makefile Mon Sep 2 09:44:14 2013 (r325960) @@ -17,7 +17,8 @@ RUN_DEPENDS= p5-HTTP-Message>=0.0:${PORT WRKSRC= ${WRKDIR}/aquaron-Business-Stripe-c067843 -PERL_CONFIGURE= YES +USES= perl5 +USE_PERL5= configure MAN3= Business::Stripe.3 Business::README.3 Modified: head/finance/p5-PayflowPro/Makefile ============================================================================== --- head/finance/p5-PayflowPro/Makefile Mon Sep 2 09:36:29 2013 (r325959) +++ head/finance/p5-PayflowPro/Makefile Mon Sep 2 09:44:14 2013 (r325960) @@ -18,7 +18,8 @@ COMMENT= Pure Perl PayflowPro payment ga RUN_DEPENDS+= p5-libwww>0.0:${PORTSDIR}/www/p5-libwww BUILD_DEPENDS+= p5-libwww>0.0:${PORTSDIR}/www/p5-libwww -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure post-install: ${INSTALL_DATA} ${WRKSRC}/ca-bundle.crt ${LOCALBASE}/etc Modified: head/www/asql/Makefile ============================================================================== --- head/www/asql/Makefile Mon Sep 2 09:36:29 2013 (r325959) +++ head/www/asql/Makefile Mon Sep 2 09:44:14 2013 (r325960) @@ -20,6 +20,6 @@ RUN_DEPENDS= p5-DBD-SQLite>=0:${PORTSDIR NO_BUILD= yes PLIST_FILES= bin/asql -USE_PERL5= yes +USES= perl5 .include Modified: head/www/p5-AnyEvent-HTTP-LWP-UserAgent/Makefile ============================================================================== --- head/www/p5-AnyEvent-HTTP-LWP-UserAgent/Makefile Mon Sep 2 09:36:29 2013 (r325959) +++ head/www/p5-AnyEvent-HTTP-LWP-UserAgent/Makefile Mon Sep 2 09:44:14 2013 (r325960) @@ -17,7 +17,8 @@ RUN_DEPENDS= \ p5-libwww>=5.815:${PORTSDIR}/www/p5-libwww BUILD_DEPENDS= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= AnyEvent::HTTP::LWP::UserAgent.3 Modified: head/www/p5-AnyEvent-Mojo/Makefile ============================================================================== --- head/www/p5-AnyEvent-Mojo/Makefile Mon Sep 2 09:36:29 2013 (r325959) +++ head/www/p5-AnyEvent-Mojo/Makefile Mon Sep 2 09:44:14 2013 (r325960) @@ -23,7 +23,8 @@ RUN_DEPENDS= \ # p5-Test-Exception>0:${PORTSDIR}/devel/p5-Test-Exception BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= AnyEvent::Mojo.3 \ AnyEvent::Mojo::Server.3 \ Modified: head/www/p5-Catalyst-Controller-ActionRole/Makefile ============================================================================== --- head/www/p5-Catalyst-Controller-ActionRole/Makefile Mon Sep 2 09:36:29 2013 (r325959) +++ head/www/p5-Catalyst-Controller-ActionRole/Makefile Mon Sep 2 09:44:14 2013 (r325960) @@ -20,7 +20,8 @@ BUILD_DEPENDS= p5-Catalyst-Runtime>=5.71 p5-namespace-clean>=0:${PORTSDIR}/devel/p5-namespace-clean RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= YES +USES= perl5 +USE_PERL5= configure MAN3= Catalyst::Controller::ActionRole.3 Modified: head/www/p5-Catalyst-Model-Tarantool/Makefile ============================================================================== --- head/www/p5-Catalyst-Model-Tarantool/Makefile Mon Sep 2 09:36:29 2013 (r325959) +++ head/www/p5-Catalyst-Model-Tarantool/Makefile Mon Sep 2 09:44:14 2013 (r325960) @@ -15,7 +15,8 @@ BUILD_DEPENDS= p5-Catalyst-Runtime>=5.90 p5-MR-Tarantool>=0.0.24:${PORTSDIR}/databases/p5-MR-Tarantool RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} MAN3= Catalyst::Model::Tarantool.3 Modified: head/www/p5-FCGI-ProcManager/Makefile ============================================================================== --- head/www/p5-FCGI-ProcManager/Makefile Mon Sep 2 09:36:29 2013 (r325959) +++ head/www/p5-FCGI-ProcManager/Makefile Mon Sep 2 09:44:14 2013 (r325960) @@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= peter@vereshagin.org COMMENT= Functions for managing FastCGI applications -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= FCGI::ProcManager.3 \ FCGI::ProcManager::Constrained.3 Modified: head/www/p5-File-Mork/Makefile ============================================================================== --- head/www/p5-File-Mork/Makefile Mon Sep 2 09:36:29 2013 (r325959) +++ head/www/p5-File-Mork/Makefile Mon Sep 2 09:44:14 2013 (r325960) @@ -18,7 +18,8 @@ COMMENT= A module to read Mozilla URL hi BUILD_DEPENDS= p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser RUN_DEPENDS= p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN1= mork.1 MAN3= File::Mork.3 Modified: head/www/p5-HTML-Parser/Makefile ============================================================================== --- head/www/p5-HTML-Parser/Makefile Mon Sep 2 09:36:29 2013 (r325959) +++ head/www/p5-HTML-Parser/Makefile Mon Sep 2 09:44:14 2013 (r325960) @@ -13,7 +13,8 @@ COMMENT= Perl5 module for parsing HTML d RUN_DEPENDS= p5-HTML-Tagset>=3:${PORTSDIR}/www/p5-HTML-Tagset BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= HTML::Entities.3 \ HTML::Filter.3 \ Modified: head/www/p5-HTTP-WebTest/Makefile ============================================================================== --- head/www/p5-HTTP-WebTest/Makefile Mon Sep 2 09:36:29 2013 (r325959) +++ head/www/p5-HTTP-WebTest/Makefile Mon Sep 2 09:44:14 2013 (r325960) @@ -20,7 +20,8 @@ BUILD_DEPENDS= \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ p5-Test-MockObject>=0:${PORTSDIR}/devel/p5-Test-MockObject \ -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure INSTALL_TARGET= pure_install MAN1= wt.1 Modified: head/www/p5-Mozilla-CA/Makefile ============================================================================== --- head/www/p5-Mozilla-CA/Makefile Mon Sep 2 09:36:29 2013 (r325959) +++ head/www/p5-Mozilla-CA/Makefile Mon Sep 2 09:44:14 2013 (r325960) @@ -9,7 +9,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= kuriyama@FreeBSD.org COMMENT= Perl extension for Mozilla CA cert bundle in PEM format -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Mozilla::CA.3 Modified: head/www/p5-Nginx-Simple/Makefile ============================================================================== --- head/www/p5-Nginx-Simple/Makefile Mon Sep 2 09:36:29 2013 (r325959) +++ head/www/p5-Nginx-Simple/Makefile Mon Sep 2 09:44:14 2013 (r325960) @@ -10,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= simond@irrelevant.org COMMENT= Perl 5 module for easy to use interface for Nginx Perl Module -PERL_CONFIGURE= YES +USES= perl5 +USE_PERL5= configure MAN3= Nginx::Simple::Dispatch.3 Nginx::Simple::Cookie.3 \ Nginx::Simple::Ajax.3 Nginx::Simple.3 \ Modified: head/www/p5-POE-Component-Server-HTTPServer/Makefile ============================================================================== --- head/www/p5-POE-Component-Server-HTTPServer/Makefile Mon Sep 2 09:36:29 2013 (r325959) +++ head/www/p5-POE-Component-Server-HTTPServer/Makefile Mon Sep 2 09:44:14 2013 (r325960) @@ -22,7 +22,8 @@ BUILD_DEPENDS= p5-POE>=0:${PORTSDIR}/dev p5-MIME-Types>=0:${PORTSDIR}/mail/p5-MIME-Types RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= POE::Component::Server::HTTPServer.3 \ POE::Component::Server::HTTPServer::BasicAuthenHandler.3 \ Modified: head/www/p5-POE-Component-Server-PSGI/Makefile ============================================================================== --- head/www/p5-POE-Component-Server-PSGI/Makefile Mon Sep 2 09:36:29 2013 (r325959) +++ head/www/p5-POE-Component-Server-PSGI/Makefile Mon Sep 2 09:44:14 2013 (r325960) @@ -17,7 +17,8 @@ COMMENT= Perl extension to PSGI Server i RUN_DEPENDS= p5-POEx-Role-PSGIServer>0:${PORTSDIR}/www/p5-POEx-Role-PSGIServer BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= POE::Component::Server::PSGI.3 \ Plack::Server::POE.3 Modified: head/www/p5-Plack-Middleware-ConsoleLogger/Makefile ============================================================================== --- head/www/p5-Plack-Middleware-ConsoleLogger/Makefile Mon Sep 2 09:36:29 2013 (r325959) +++ head/www/p5-Plack-Middleware-ConsoleLogger/Makefile Mon Sep 2 09:44:14 2013 (r325960) @@ -19,7 +19,8 @@ RUN_DEPENDS= \ p5-JavaScript-Value-Escape>0:${PORTSDIR}/lang/p5-JavaScript-Value-Escape BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Plack::Middleware::ConsoleLogger.3 Modified: head/www/p5-Plack-Middleware-Header/Makefile ============================================================================== --- head/www/p5-Plack-Middleware-Header/Makefile Mon Sep 2 09:36:29 2013 (r325959) +++ head/www/p5-Plack-Middleware-Header/Makefile Mon Sep 2 09:44:14 2013 (r325960) @@ -18,7 +18,8 @@ RUN_DEPENDS= \ p5-Plack>0:${PORTSDIR}/www/p5-Plack BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Plack::Middleware::Header.3 Modified: head/www/p5-Template-Plugin-VMethods/Makefile ============================================================================== --- head/www/p5-Template-Plugin-VMethods/Makefile Mon Sep 2 09:36:29 2013 (r325959) +++ head/www/p5-Template-Plugin-VMethods/Makefile Mon Sep 2 09:44:14 2013 (r325960) @@ -17,7 +17,8 @@ COMMENT= Install vmethods for Template-T BUILD_DEPENDS:= ${RUN_DEPENDS} RUN_DEPENDS= p5-Template-Toolkit>0:${PORTSDIR}/www/p5-Template-Toolkit -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Template::Plugin::VMethods.3 Modified: head/www/p5-Template-Toolkit-Simple/Makefile ============================================================================== --- head/www/p5-Template-Toolkit-Simple/Makefile Mon Sep 2 09:36:29 2013 (r325959) +++ head/www/p5-Template-Toolkit-Simple/Makefile Mon Sep 2 09:44:14 2013 (r325960) @@ -17,7 +17,8 @@ COMMENT= A Simple Interface to Template 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::Toolkit::Simple.3 Modified: head/www/p5-URI-Escape-JavaScript/Makefile ============================================================================== --- head/www/p5-URI-Escape-JavaScript/Makefile Mon Sep 2 09:36:29 2013 (r325959) +++ head/www/p5-URI-Escape-JavaScript/Makefile Mon Sep 2 09:44:14 2013 (r325960) @@ -15,7 +15,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= kostjnspb@yandex.ru COMMENT= Perl implementation of JavaScript's escape()/unescape() functions -PERL_CONFIGURE= YES +USES= perl5 +USE_PERL5= configure MAN3= URI::Escape::JavaScript.3 Modified: head/www/p5-WWW-IMDb/Makefile ============================================================================== --- head/www/p5-WWW-IMDb/Makefile Mon Sep 2 09:36:29 2013 (r325959) +++ head/www/p5-WWW-IMDb/Makefile Mon Sep 2 09:44:14 2013 (r325960) @@ -20,7 +20,8 @@ RUN_DEPENDS= p5-libwww>=0:${PORTSDIR}/ww p5-XML-LibXML>=0:${PORTSDIR}/textproc/p5-XML-LibXML WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= IMDb.3 IMDb::People.3 IMDb::Title.3 Modified: head/www/p5-WWW-TV/Makefile ============================================================================== --- head/www/p5-WWW-TV/Makefile Mon Sep 2 09:36:29 2013 (r325959) +++ head/www/p5-WWW-TV/Makefile Mon Sep 2 09:44:14 2013 (r325960) @@ -16,7 +16,8 @@ COMMENT= Perl interface to the database RUN_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= WWW::TV.3 WWW::TV::Episode.3 WWW::TV::Series.3