Date: Mon, 2 Sep 2013 18:23:34 +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: r326053 - in head/www: libwww p5-Amon2-Lite p5-Apache-ParseFormData p5-Blog-Spam p5-CGI-Application-Plugin-HTDot p5-Catalyst-View-REST-XML p5-Emplacken p5-Flea p5-FurlX-Coro p5-LWP-User... Message-ID: <201309021823.r82INYWV045386@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: az Date: Mon Sep 2 18:23:34 2013 New Revision: 326053 URL: http://svnweb.freebsd.org/changeset/ports/326053 Log: - convert to the new perl5 framework Approved by: portmgr (bapt@, blanket) Modified: head/www/libwww/Makefile (contents, props changed) head/www/p5-Amon2-Lite/Makefile (contents, props changed) head/www/p5-Apache-ParseFormData/Makefile (contents, props changed) head/www/p5-Blog-Spam/Makefile head/www/p5-CGI-Application-Plugin-HTDot/Makefile (contents, props changed) head/www/p5-Catalyst-View-REST-XML/Makefile (contents, props changed) head/www/p5-Emplacken/Makefile (contents, props changed) head/www/p5-Flea/Makefile (contents, props changed) head/www/p5-FurlX-Coro/Makefile (contents, props changed) head/www/p5-LWP-UserAgent-WithCache/Makefile (contents, props changed) head/www/p5-Path-Class-URI/Makefile (contents, props changed) head/www/p5-Plack-Middleware-Reproxy/Makefile (contents, props changed) head/www/p5-REST-Client/Makefile head/www/p5-Reddit/Makefile (contents, props changed) head/www/p5-Template-Multilingual/Makefile (contents, props changed) head/www/p5-WWW-FreeProxy/Makefile (contents, props changed) head/www/p5-WWW-NicoVideo-Download/Makefile (contents, props changed) head/www/p5-WWW-SourceForge/Makefile (contents, props changed) head/www/p5-ZConf-RSS-GUI-GTK/Makefile Modified: head/www/libwww/Makefile ============================================================================== --- head/www/libwww/Makefile Mon Sep 2 18:22:05 2013 (r326052) +++ head/www/libwww/Makefile Mon Sep 2 18:23:34 2013 (r326053) @@ -20,7 +20,8 @@ USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes USE_GMAKE= yes CONFIGURE_ARGS= --enable-shared --enable-static --with-zlib --with-ssl=${OPENSSLBASE} -USE_PERL5_BUILD=yes +USES= perl5 +USE_PERL5= build USE_LDCONFIG= yes USE_OPENSSL= yes Modified: head/www/p5-Amon2-Lite/Makefile ============================================================================== --- head/www/p5-Amon2-Lite/Makefile Mon Sep 2 18:22:05 2013 (r326052) +++ head/www/p5-Amon2-Lite/Makefile Mon Sep 2 18:23:34 2013 (r326053) @@ -23,7 +23,8 @@ TEST_DEPENDS= \ p5-Tiffany>0:${PORTSDIR}/textproc/p5-Tiffany \ p5-Plack-Middleware-ReverseProxy>0:${PORTSDIR}/www/p5-Plack-Middleware-ReverseProxy -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= Amon2::Lite.3 \ Amon2::Setup::Flavor::Lite.3 Modified: head/www/p5-Apache-ParseFormData/Makefile ============================================================================== --- head/www/p5-Apache-ParseFormData/Makefile Mon Sep 2 18:22:05 2013 (r326052) +++ head/www/p5-Apache-ParseFormData/Makefile Mon Sep 2 18:23:34 2013 (r326053) @@ -18,7 +18,8 @@ COMMENT= Module allows you to easily dec BUILD_DEPENDS= ${APACHE_PKGNAMEPREFIX}mod_perl2>=0:${PORTSDIR}/www/mod_perl2 RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure USE_APACHE= 22+ MAN3= Apache::ParseFormData.3 Modified: head/www/p5-Blog-Spam/Makefile ============================================================================== --- head/www/p5-Blog-Spam/Makefile Mon Sep 2 18:22:05 2013 (r326052) +++ head/www/p5-Blog-Spam/Makefile Mon Sep 2 18:23:34 2013 (r326053) @@ -17,7 +17,8 @@ RUN_DEPENDS= p5-Net-CIDR-Lite>=0:${PORTS p5-URI-Find>=0:${PORTSDIR}/textproc/p5-URI-Find \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN1= blogspam.1 MAN3= Blog::Spam::API.3 \ Modified: head/www/p5-CGI-Application-Plugin-HTDot/Makefile ============================================================================== --- head/www/p5-CGI-Application-Plugin-HTDot/Makefile Mon Sep 2 18:22:05 2013 (r326052) +++ head/www/p5-CGI-Application-Plugin-HTDot/Makefile Mon Sep 2 18:23:34 2013 (r326053) @@ -21,7 +21,8 @@ BUILD_DEPENDS= p5-CGI-Application>=4.0:$ p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= CGI::Application::Plugin::HTDot.3 Modified: head/www/p5-Catalyst-View-REST-XML/Makefile ============================================================================== --- head/www/p5-Catalyst-View-REST-XML/Makefile Mon Sep 2 18:22:05 2013 (r326052) +++ head/www/p5-Catalyst-View-REST-XML/Makefile Mon Sep 2 18:23:34 2013 (r326053) @@ -19,7 +19,8 @@ RUN_DEPENDS= \ p5-XML-Simple>0:${PORTSDIR}/textproc/p5-XML-Simple BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Catalyst::View::REST::XML.3 Modified: head/www/p5-Emplacken/Makefile ============================================================================== --- head/www/p5-Emplacken/Makefile Mon Sep 2 18:22:05 2013 (r326052) +++ head/www/p5-Emplacken/Makefile Mon Sep 2 18:23:34 2013 (r326053) @@ -29,7 +29,8 @@ RUN_DEPENDS= p5-Class-Load>=0:${PORTSDIR p5-autodie>=0:${PORTSDIR}/devel/p5-autodie \ p5-namespace-autoclean>=0:${PORTSDIR}/devel/p5-namespace-autoclean -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Emplacken.3 \ Emplacken::Types.3 Modified: head/www/p5-Flea/Makefile ============================================================================== --- head/www/p5-Flea/Makefile Mon Sep 2 18:22:05 2013 (r326052) +++ head/www/p5-Flea/Makefile Mon Sep 2 18:23:34 2013 (r326053) @@ -27,7 +27,8 @@ RUN_DEPENDS= \ p5-URI>0:${PORTSDIR}/net/p5-URI BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Flea.3 Modified: head/www/p5-FurlX-Coro/Makefile ============================================================================== --- head/www/p5-FurlX-Coro/Makefile Mon Sep 2 18:22:05 2013 (r326052) +++ head/www/p5-FurlX-Coro/Makefile Mon Sep 2 18:23:34 2013 (r326053) @@ -17,7 +17,8 @@ BUILD_DEPENDS= \ ${RUN_DEPENDS} \ p5-Test-Requires>0:${PORTSDIR}/devel/p5-Test-Requires -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= FurlX::Coro.3 \ FurlX::Coro::HTTP.3 Modified: head/www/p5-LWP-UserAgent-WithCache/Makefile ============================================================================== --- head/www/p5-LWP-UserAgent-WithCache/Makefile Mon Sep 2 18:22:05 2013 (r326052) +++ head/www/p5-LWP-UserAgent-WithCache/Makefile Mon Sep 2 18:23:34 2013 (r326053) @@ -19,7 +19,8 @@ BUILD_DEPENDS= p5-Cache-Cache>=0:${PORTS p5-libwww>=0:${PORTSDIR}/www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= LWP::UserAgent::WithCache.3 Modified: head/www/p5-Path-Class-URI/Makefile ============================================================================== --- head/www/p5-Path-Class-URI/Makefile Mon Sep 2 18:22:05 2013 (r326052) +++ head/www/p5-Path-Class-URI/Makefile Mon Sep 2 18:23:34 2013 (r326053) @@ -21,7 +21,8 @@ RUN_DEPENDS= \ p5-Exporter-Lite>0:${PORTSDIR}/devel/p5-Exporter-Lite BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Path::Class::URI.3 \ Path::Class::Unicode.3 Modified: head/www/p5-Plack-Middleware-Reproxy/Makefile ============================================================================== --- head/www/p5-Plack-Middleware-Reproxy/Makefile Mon Sep 2 18:22:05 2013 (r326052) +++ head/www/p5-Plack-Middleware-Reproxy/Makefile Mon Sep 2 18:23:34 2013 (r326053) @@ -15,7 +15,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 MAN3= Plack::Middleware::Reproxy.3 \ Plack::Middleware::Reproxy::Callback.3 \ Modified: head/www/p5-REST-Client/Makefile ============================================================================== --- head/www/p5-REST-Client/Makefile Mon Sep 2 18:22:05 2013 (r326052) +++ head/www/p5-REST-Client/Makefile Mon Sep 2 18:23:34 2013 (r326053) @@ -22,7 +22,8 @@ BUILD_DEPENDS= p5-Crypt-SSLeay>0:${PORTS p5-libwww>0:${PORTSDIR}/www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= REST::Client.3 Modified: head/www/p5-Reddit/Makefile ============================================================================== --- head/www/p5-Reddit/Makefile Mon Sep 2 18:22:05 2013 (r326052) +++ head/www/p5-Reddit/Makefile Mon Sep 2 18:23:34 2013 (r326053) @@ -20,7 +20,8 @@ RUN_DEPENDS= p5-Moose>=0:${PORTSDIR}/dev p5-HTTP-Cookies>=6:${PORTSDIR}/www/p5-HTTP-Cookies \ p5-libwww>=5.829:${PORTSDIR}/www/p5-libwww -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Reddit.3 Modified: head/www/p5-Template-Multilingual/Makefile ============================================================================== --- head/www/p5-Template-Multilingual/Makefile Mon Sep 2 18:22:05 2013 (r326052) +++ head/www/p5-Template-Multilingual/Makefile Mon Sep 2 18:23:34 2013 (r326053) @@ -16,7 +16,8 @@ COMMENT= Multilingual templates for Temp RUN_DEPENDS= p5-Template-Toolkit>=0:${PORTSDIR}/www/p5-Template-Toolkit -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Template::Multilingual.3 \ Template::Multilingual::Parser.3 Modified: head/www/p5-WWW-FreeProxy/Makefile ============================================================================== --- head/www/p5-WWW-FreeProxy/Makefile Mon Sep 2 18:22:05 2013 (r326052) +++ head/www/p5-WWW-FreeProxy/Makefile Mon Sep 2 18:23:34 2013 (r326053) @@ -17,7 +17,8 @@ COMMENT= Fetch proxies from free proxy l BUILD_DEPENDS= p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= YES +USES= perl5 +USE_PERL5= configure MAN3= WWW::FreeProxy.3 WWW::FreeProxy::Proxy4Free.3 WWW::FreeProxy::Samair.3 WWW::FreeProxy::Look.3 WWW::FreeProxy::PublicProxyServers.3 Modified: head/www/p5-WWW-NicoVideo-Download/Makefile ============================================================================== --- head/www/p5-WWW-NicoVideo-Download/Makefile Mon Sep 2 18:22:05 2013 (r326052) +++ head/www/p5-WWW-NicoVideo-Download/Makefile Mon Sep 2 18:23:34 2013 (r326053) @@ -20,7 +20,8 @@ BUILD_DEPENDS= p5-Any-Moose>=0:${PORTSDI p5-libwww>=0:${PORTSDIR}/www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= WWW::NicoVideo::Download.3 Modified: head/www/p5-WWW-SourceForge/Makefile ============================================================================== --- head/www/p5-WWW-SourceForge/Makefile Mon Sep 2 18:22:05 2013 (r326052) +++ head/www/p5-WWW-SourceForge/Makefile Mon Sep 2 18:23:34 2013 (r326053) @@ -21,7 +21,8 @@ BUILD_DEPENDS= p5-WWW-Mechanize>=0:${POR p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= WWW::SourceForge.3 WWW::SourceForge::Project.3 Modified: head/www/p5-ZConf-RSS-GUI-GTK/Makefile ============================================================================== --- head/www/p5-ZConf-RSS-GUI-GTK/Makefile Mon Sep 2 18:22:05 2013 (r326052) +++ head/www/p5-ZConf-RSS-GUI-GTK/Makefile Mon Sep 2 18:23:34 2013 (r326053) @@ -15,7 +15,8 @@ COMMENT= Provides a GTK backend for ZCon RUN_DEPENDS= p5-ZConf-RSS>=0:${PORTSDIR}/www/p5-ZConf-RSS \ p5-Gtk2>=0:${PORTSDIR}/x11-toolkits/p5-Gtk2 -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= ZConf::RSS::GUI::GTK.3
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309021823.r82INYWV045386>