Date: Tue, 3 Sep 2013 15:07:52 +0000 (UTC) From: Andrej Zverev <az@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326156 - in head/www: p5-AnyEvent-HTTP p5-AnyEvent-SCGI p5-Apache-LogFormat-Compiler p5-Ark p5-CGI-Application-Plugin-DBH p5-CGI-PSGI p5-Catalyst-View-XML-Simple p5-HTML-Template p5-HT... Message-ID: <201309031507.r83F7qxZ099385@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: az Date: Tue Sep 3 15:07:52 2013 New Revision: 326156 URL: http://svnweb.freebsd.org/changeset/ports/326156 Log: - convert to the new perl5 framework Approved by: portmgr (bapt@, blanket) Modified: head/www/p5-AnyEvent-HTTP/Makefile (contents, props changed) head/www/p5-AnyEvent-SCGI/Makefile (contents, props changed) head/www/p5-Apache-LogFormat-Compiler/Makefile (contents, props changed) head/www/p5-Ark/Makefile (contents, props changed) head/www/p5-CGI-Application-Plugin-DBH/Makefile head/www/p5-CGI-PSGI/Makefile (contents, props changed) head/www/p5-Catalyst-View-XML-Simple/Makefile (contents, props changed) head/www/p5-HTML-Template/Makefile (contents, props changed) head/www/p5-HTTP-Headers-Fast/Makefile (contents, props changed) head/www/p5-I18N-AcceptLanguage/Makefile (contents, props changed) head/www/p5-Net-Flickr-API/Makefile (contents, props changed) head/www/p5-Plack-Handler-CLI/Makefile (contents, props changed) head/www/p5-Plack-Middleware-Precompressed/Makefile (contents, props changed) head/www/p5-WWW-Google-News/Makefile (contents, props changed) head/www/p5-WWW-Google-PageRank/Makefile (contents, props changed) head/www/p5-WWW-Google-Video/Makefile (contents, props changed) head/www/p5-WWW-Mechanize-TreeBuilder/Makefile (contents, props changed) head/www/p5-WebDAO/Makefile head/www/pwebstats/Makefile (contents, props changed) Modified: head/www/p5-AnyEvent-HTTP/Makefile ============================================================================== --- head/www/p5-AnyEvent-HTTP/Makefile Tue Sep 3 14:49:48 2013 (r326155) +++ head/www/p5-AnyEvent-HTTP/Makefile Tue Sep 3 15:07:52 2013 (r326156) @@ -16,7 +16,8 @@ BUILD_DEPENDS= p5-AnyEvent>=5.33:${PORTS p5-common-sense>=3.3:${PORTSDIR}/devel/p5-common-sense RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= AnyEvent::HTTP.3 Modified: head/www/p5-AnyEvent-SCGI/Makefile ============================================================================== --- head/www/p5-AnyEvent-SCGI/Makefile Tue Sep 3 14:49:48 2013 (r326155) +++ head/www/p5-AnyEvent-SCGI/Makefile Tue Sep 3 15:07:52 2013 (r326156) @@ -18,7 +18,8 @@ RUN_DEPENDS= \ p5-AnyEvent>=5.2:${PORTSDIR}/devel/p5-AnyEvent BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= AnyEvent::SCGI.3 Modified: head/www/p5-Apache-LogFormat-Compiler/Makefile ============================================================================== --- head/www/p5-Apache-LogFormat-Compiler/Makefile Tue Sep 3 14:49:48 2013 (r326155) +++ head/www/p5-Apache-LogFormat-Compiler/Makefile Tue Sep 3 15:07:52 2013 (r326156) @@ -13,7 +13,8 @@ TEST_DEPENDS= \ p5-HTTP-Message>0:${PORTSDIR}/www/p5-HTTP-Message \ p5-Try-Tiny>0:${PORTSDIR}/lang/p5-Try-Tiny -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= Apache::LogFormat::Compiler.3 Modified: head/www/p5-Ark/Makefile ============================================================================== --- head/www/p5-Ark/Makefile Tue Sep 3 14:49:48 2013 (r326155) +++ head/www/p5-Ark/Makefile Tue Sep 3 15:07:52 2013 (r326156) @@ -38,7 +38,8 @@ RUN_DEPENDS= \ p5-Text-SimpleTable>=0.05:${PORTSDIR}/textproc/p5-Text-SimpleTable \ p5-URI>0:${PORTSDIR}/net/p5-URI -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Ark::Command.3 \ Ark::Command::Controller.3 \ Modified: head/www/p5-CGI-Application-Plugin-DBH/Makefile ============================================================================== --- head/www/p5-CGI-Application-Plugin-DBH/Makefile Tue Sep 3 14:49:48 2013 (r326155) +++ head/www/p5-CGI-Application-Plugin-DBH/Makefile Tue Sep 3 15:07:52 2013 (r326156) @@ -17,7 +17,8 @@ BUILD_DEPENDS= p5-CGI-Application>=0:${P RUN_DEPENDS:= ${BUILD_DEPENDS} WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= CGI::Application::Plugin::DBH.3 Modified: head/www/p5-CGI-PSGI/Makefile ============================================================================== --- head/www/p5-CGI-PSGI/Makefile Tue Sep 3 14:49:48 2013 (r326155) +++ head/www/p5-CGI-PSGI/Makefile Tue Sep 3 15:07:52 2013 (r326156) @@ -15,7 +15,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= kuriyama@FreeBSD.org COMMENT= Perl extension to enable CGI.pm applications to adapt PSGI -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= CGI::PSGI.3 Modified: head/www/p5-Catalyst-View-XML-Simple/Makefile ============================================================================== --- head/www/p5-Catalyst-View-XML-Simple/Makefile Tue Sep 3 14:49:48 2013 (r326155) +++ head/www/p5-Catalyst-View-XML-Simple/Makefile Tue Sep 3 15:07:52 2013 (r326156) @@ -26,7 +26,8 @@ BUILD_DEPENDS= \ p5-Catalyst-Runtime>0:${PORTSDIR}/www/p5-Catalyst-Runtime \ p5-XML-Simple>0:${PORTSDIR}/textproc/p5-XML-Simple -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Catalyst::View::XML::Simple.3 Modified: head/www/p5-HTML-Template/Makefile ============================================================================== --- head/www/p5-HTML-Template/Makefile Tue Sep 3 14:49:48 2013 (r326155) +++ head/www/p5-HTML-Template/Makefile Tue Sep 3 15:07:52 2013 (r326156) @@ -9,7 +9,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= kuriyama@FreeBSD.org COMMENT= Perl module to use HTML Templates from CGI scripts -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= HTML::Template.3 \ HTML::Template::FAQ.3 Modified: head/www/p5-HTTP-Headers-Fast/Makefile ============================================================================== --- head/www/p5-HTTP-Headers-Fast/Makefile Tue Sep 3 14:49:48 2013 (r326155) +++ head/www/p5-HTTP-Headers-Fast/Makefile Tue Sep 3 15:07:52 2013 (r326156) @@ -14,7 +14,8 @@ RUN_DEPENDS= p5-HTTP-Date>0:${PORTSDIR}/ BUILD_DEPENDS:= ${RUN_DEPENDS} TEST_DEPENDS= p5-Test-Requires>0:${PORTSDIR}/devel/p5-Test-Requires -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= HTTP::Headers::Fast.3 Modified: head/www/p5-I18N-AcceptLanguage/Makefile ============================================================================== --- head/www/p5-I18N-AcceptLanguage/Makefile Tue Sep 3 14:49:48 2013 (r326155) +++ head/www/p5-I18N-AcceptLanguage/Makefile Tue Sep 3 15:07:52 2013 (r326156) @@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= kuriyama@FreeBSD.org COMMENT= Perl extension to matches language preference (HTTP Accept-Language) -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= I18N::AcceptLanguage.3 Modified: head/www/p5-Net-Flickr-API/Makefile ============================================================================== --- head/www/p5-Net-Flickr-API/Makefile Tue Sep 3 14:49:48 2013 (r326155) +++ head/www/p5-Net-Flickr-API/Makefile Tue Sep 3 15:07:52 2013 (r326156) @@ -24,7 +24,8 @@ BUILD_DEPENDS= p5-Config-Simple>=0:${POR p5-XML-XPath>=0:${PORTSDIR}/textproc/p5-XML-XPath RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= Net::Flickr::API.3 Modified: head/www/p5-Plack-Handler-CLI/Makefile ============================================================================== --- head/www/p5-Plack-Handler-CLI/Makefile Tue Sep 3 14:49:48 2013 (r326155) +++ head/www/p5-Plack-Handler-CLI/Makefile Tue Sep 3 15:07:52 2013 (r326156) @@ -20,7 +20,8 @@ TEST_DEPENDS= \ p5-Test-TCP>0:${PORTSDIR}/devel/p5-Test-TCP \ p5-Router-Simple>0:${PORTSDIR}/www/p5-Router-Simple -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= Plack::Handler::CLI.3 Modified: head/www/p5-Plack-Middleware-Precompressed/Makefile ============================================================================== --- head/www/p5-Plack-Middleware-Precompressed/Makefile Tue Sep 3 14:49:48 2013 (r326155) +++ head/www/p5-Plack-Middleware-Precompressed/Makefile Tue Sep 3 15:07:52 2013 (r326156) @@ -15,7 +15,8 @@ RUN_DEPENDS= \ p5-Array-RefElem>0:${PORTSDIR}/misc/p5-Array-RefElem BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Plack::Middleware::Precompressed.3 Modified: head/www/p5-WWW-Google-News/Makefile ============================================================================== --- head/www/p5-WWW-Google-News/Makefile Tue Sep 3 14:49:48 2013 (r326155) +++ head/www/p5-WWW-Google-News/Makefile Tue Sep 3 15:07:52 2013 (r326156) @@ -20,7 +20,8 @@ BUILD_DEPENDS= p5-URI>=0:${PORTSDIR}/net p5-libwww>=0:${PORTSDIR}/www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= WWW::Google::News.3 Modified: head/www/p5-WWW-Google-PageRank/Makefile ============================================================================== --- head/www/p5-WWW-Google-PageRank/Makefile Tue Sep 3 14:49:48 2013 (r326155) +++ head/www/p5-WWW-Google-PageRank/Makefile Tue Sep 3 15:07:52 2013 (r326156) @@ -18,7 +18,8 @@ BUILD_DEPENDS= p5-URI>=0:${PORTSDIR}/net p5-libwww>=0:${PORTSDIR}/www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= WWW::Google::PageRank.3 Modified: head/www/p5-WWW-Google-Video/Makefile ============================================================================== --- head/www/p5-WWW-Google-Video/Makefile Tue Sep 3 14:49:48 2013 (r326155) +++ head/www/p5-WWW-Google-Video/Makefile Tue Sep 3 15:07:52 2013 (r326156) @@ -17,7 +17,8 @@ COMMENT= An interface to fetch the Googl BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= WWW::Google::Video.3 Modified: head/www/p5-WWW-Mechanize-TreeBuilder/Makefile ============================================================================== --- head/www/p5-WWW-Mechanize-TreeBuilder/Makefile Tue Sep 3 14:49:48 2013 (r326155) +++ head/www/p5-WWW-Mechanize-TreeBuilder/Makefile Tue Sep 3 15:07:52 2013 (r326156) @@ -20,7 +20,8 @@ BUILD_DEPENDS= p5-MooseX-Role-Parameteri p5-Moose>=0:${PORTSDIR}/devel/p5-Moose RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= WWW::Mechanize::TreeBuilder.3 Modified: head/www/p5-WebDAO/Makefile ============================================================================== --- head/www/p5-WebDAO/Makefile Tue Sep 3 14:49:48 2013 (r326155) +++ head/www/p5-WebDAO/Makefile Tue Sep 3 15:07:52 2013 (r326156) @@ -23,7 +23,8 @@ BUILD_DEPENDS= p5-DateTime>=0.37:${PORTS RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Class>=0:${PORTSDIR}/devel/p5-Test-Class -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN1= wd_fcgi.fpl.1 \ wd_shell.pl.1 Modified: head/www/pwebstats/Makefile ============================================================================== --- head/www/pwebstats/Makefile Tue Sep 3 14:49:48 2013 (r326155) +++ head/www/pwebstats/Makefile Tue Sep 3 15:07:52 2013 (r326156) @@ -16,7 +16,7 @@ COMMENT= Analyse a web server log RUN_DEPENDS= fly:${PORTSDIR}/graphics/fly -USE_PERL5= yes +USES= perl5 NO_BUILD= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309031507.r83F7qxZ099385>