svn commit: r326021 - in head/www: checkbot p5-Apache-Gallery p5-CGI-Application-Plugin-ConfigAuto p5-Catalyst-View-HTML-Template p5-Dancer-Plugin-Feed p5-HTML-ContentExtractor p5-HTTP-Engine-Middl...
Andrej Zverev
az at FreeBSD.org
Mon Sep 2 16:08:01 UTC 2013
Author: az
Date: Mon Sep 2 16:07:56 2013
New Revision: 326021
URL: http://svnweb.freebsd.org/changeset/ports/326021
Log:
- convert to the new perl5 framework
Reviewed by: portmgr (bapt@, blanket)
Modified:
head/www/checkbot/Makefile (contents, props changed)
head/www/p5-Apache-Gallery/Makefile (contents, props changed)
head/www/p5-CGI-Application-Plugin-ConfigAuto/Makefile (contents, props changed)
head/www/p5-Catalyst-View-HTML-Template/Makefile (contents, props changed)
head/www/p5-Dancer-Plugin-Feed/Makefile (contents, props changed)
head/www/p5-HTML-ContentExtractor/Makefile (contents, props changed)
head/www/p5-HTTP-Engine-Middleware/Makefile (contents, props changed)
head/www/p5-LWP-Authen-OAuth/Makefile (contents, props changed)
head/www/p5-Mojolicious-Plugin-YamlConfig/Makefile (contents, props changed)
head/www/p5-Net-Flickr-RDF/Makefile (contents, props changed)
head/www/p5-Plack-Handler-SCGI/Makefile (contents, props changed)
head/www/p5-Plack-Middleware-Debug/Makefile (contents, props changed)
head/www/p5-Plack-Middleware-InteractiveDebugger/Makefile (contents, props changed)
head/www/p5-Plack-Middleware-XForwardedFor/Makefile
head/www/p5-RT-Client-REST/Makefile
head/www/p5-URI-Encode/Makefile
head/www/p5-WWW-Google-Calculator/Makefile (contents, props changed)
head/www/p5-WWW-Scripter-Plugin-Ajax/Makefile (contents, props changed)
head/www/photo_gallery/Makefile (contents, props changed)
Modified: head/www/checkbot/Makefile
==============================================================================
--- head/www/checkbot/Makefile Mon Sep 2 16:04:20 2013 (r326020)
+++ head/www/checkbot/Makefile Mon Sep 2 16:07:56 2013 (r326021)
@@ -26,7 +26,8 @@ RUN_DEPENDS= p5-libwww>=0:${PORTSDIR}/ww
p5-Time-Duration>=0:${PORTSDIR}/devel/p5-Time-Duration
MAN1= checkbot.1
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
PLIST_FILES= bin/checkbot ${SITE_PERL:S!${LOCALBASE}/!!}/${PERL_ARCH}/auto/checkbot/.packlist
PLIST_DIRS= ${SITE_PERL:S!${LOCALBASE}/!!}/${PERL_ARCH}/auto/checkbot
Modified: head/www/p5-Apache-Gallery/Makefile
==============================================================================
--- head/www/p5-Apache-Gallery/Makefile Mon Sep 2 16:04:20 2013 (r326020)
+++ head/www/p5-Apache-Gallery/Makefile Mon Sep 2 16:07:56 2013 (r326021)
@@ -28,7 +28,8 @@ BUILD_DEPENDS= p5-URI>=0:${PORTSDIR}/net
p5-CGI.pm>=0:${PORTSDIR}/www/p5-CGI.pm
RUN_DEPENDS:= ${BUILD_DEPENDS}
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
USE_APACHE= 22+
PLIST_DIRSTRY+= www/icons
Modified: head/www/p5-CGI-Application-Plugin-ConfigAuto/Makefile
==============================================================================
--- head/www/p5-CGI-Application-Plugin-ConfigAuto/Makefile Mon Sep 2 16:04:20 2013 (r326020)
+++ head/www/p5-CGI-Application-Plugin-ConfigAuto/Makefile Mon Sep 2 16:07:56 2013 (r326021)
@@ -18,7 +18,8 @@ RUN_DEPENDS= p5-CGI-Application>=0:${POR
p5-Config-Auto>=0:${PORTSDIR}/devel/p5-Config-Auto
BUILD_DEPENDS:= ${RUN_DEPENDS}
-PERL_MODBUILD= yes
+USES= perl5
+USE_PERL5= modbuild
MAN3= CGI::Application::Plugin::ConfigAuto.3
Modified: head/www/p5-Catalyst-View-HTML-Template/Makefile
==============================================================================
--- head/www/p5-Catalyst-View-HTML-Template/Makefile Mon Sep 2 16:04:20 2013 (r326020)
+++ head/www/p5-Catalyst-View-HTML-Template/Makefile Mon Sep 2 16:07:56 2013 (r326021)
@@ -19,7 +19,8 @@ BUILD_DEPENDS= p5-Catalyst-Runtime>=5:${
p5-HTML-Template>0:${PORTSDIR}/www/p5-HTML-Template
RUN_DEPENDS:= ${BUILD_DEPENDS}
-PERL_MODBUILD= yes
+USES= perl5
+USE_PERL5= modbuild
MAN3= Catalyst::Helper::View::HTML::Template.3 \
Catalyst::View::HTML::Template.3
Modified: head/www/p5-Dancer-Plugin-Feed/Makefile
==============================================================================
--- head/www/p5-Dancer-Plugin-Feed/Makefile Mon Sep 2 16:04:20 2013 (r326020)
+++ head/www/p5-Dancer-Plugin-Feed/Makefile Mon Sep 2 16:07:56 2013 (r326021)
@@ -17,7 +17,8 @@ BUILD_DEPENDS= p5-Dancer>=1.2001:${PORTS
p5-XML-Feed>=0:${PORTSDIR}/textproc/p5-XML-Feed
RUN_DEPENDS:= ${BUILD_DEPENDS}
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Dancer::Plugin::Feed.3
Modified: head/www/p5-HTML-ContentExtractor/Makefile
==============================================================================
--- head/www/p5-HTML-ContentExtractor/Makefile Mon Sep 2 16:04:20 2013 (r326020)
+++ head/www/p5-HTML-ContentExtractor/Makefile Mon Sep 2 16:07:56 2013 (r326021)
@@ -18,7 +18,8 @@ RUN_DEPENDS= p5-HTML-Tree>=3.13:${PORTSD
p5-HTML-TableExtract>=2.10:${PORTSDIR}/www/p5-HTML-TableExtract
BUILD_DEPENDS:= ${RUN_DEPENDS}
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= HTML::ContentExtractor.3
Modified: head/www/p5-HTTP-Engine-Middleware/Makefile
==============================================================================
--- head/www/p5-HTTP-Engine-Middleware/Makefile Mon Sep 2 16:04:20 2013 (r326020)
+++ head/www/p5-HTTP-Engine-Middleware/Makefile Mon Sep 2 16:07:56 2013 (r326021)
@@ -23,7 +23,8 @@ RUN_DEPENDS= \
p5-libwww>0:${PORTSDIR}/www/p5-libwww \
p5-DateTime>0:${PORTSDIR}/devel/p5-DateTime
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= HTTP::Engine::Middleware.3 \
HTTP::Engine::Middleware::AccessLog.3 \
Modified: head/www/p5-LWP-Authen-OAuth/Makefile
==============================================================================
--- head/www/p5-LWP-Authen-OAuth/Makefile Mon Sep 2 16:04:20 2013 (r326020)
+++ head/www/p5-LWP-Authen-OAuth/Makefile Mon Sep 2 16:07:56 2013 (r326021)
@@ -14,7 +14,8 @@ RUN_DEPENDS= \
p5-URI>0:${PORTSDIR}/net/p5-URI
BUILD_DEPENDS:= ${RUN_DEPENDS}
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= LWP::Authen::OAuth.3
Modified: head/www/p5-Mojolicious-Plugin-YamlConfig/Makefile
==============================================================================
--- head/www/p5-Mojolicious-Plugin-YamlConfig/Makefile Mon Sep 2 16:04:20 2013 (r326020)
+++ head/www/p5-Mojolicious-Plugin-YamlConfig/Makefile Mon Sep 2 16:07:56 2013 (r326021)
@@ -18,7 +18,8 @@ BUILD_DEPENDS= p5-Mojolicious>=1.80:${PO
p5-YAML-Tiny>=1.51:${PORTSDIR}/textproc/p5-YAML-Tiny
RUN_DEPENDS:= ${BUILD_DEPENDS}
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Mojolicious::Plugin::YamlConfig.3
Modified: head/www/p5-Net-Flickr-RDF/Makefile
==============================================================================
--- head/www/p5-Net-Flickr-RDF/Makefile Mon Sep 2 16:04:20 2013 (r326020)
+++ head/www/p5-Net-Flickr-RDF/Makefile Mon Sep 2 16:07:56 2013 (r326021)
@@ -22,7 +22,8 @@ BUILD_DEPENDS= p5-Net-Flickr-API>=1.7:${
p5-TimeDate>=1.16:${PORTSDIR}/devel/p5-TimeDate
RUN_DEPENDS:= ${BUILD_DEPENDS}
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Net::Flickr::RDF.3
Modified: head/www/p5-Plack-Handler-SCGI/Makefile
==============================================================================
--- head/www/p5-Plack-Handler-SCGI/Makefile Mon Sep 2 16:04:20 2013 (r326020)
+++ head/www/p5-Plack-Handler-SCGI/Makefile Mon Sep 2 16:07:56 2013 (r326021)
@@ -20,7 +20,8 @@ RUN_DEPENDS= \
p5-Try-Tiny>=0.04:${PORTSDIR}/lang/p5-Try-Tiny
BUILD_DEPENDS:= ${RUN_DEPENDS}
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Plack::Handler::SCGI.3
Modified: head/www/p5-Plack-Middleware-Debug/Makefile
==============================================================================
--- head/www/p5-Plack-Middleware-Debug/Makefile Mon Sep 2 16:04:20 2013 (r326020)
+++ head/www/p5-Plack-Middleware-Debug/Makefile Mon Sep 2 16:07:56 2013 (r326021)
@@ -25,7 +25,8 @@ RUN_DEPENDS= \
BUILD_DEPENDS:= ${RUN_DEPENDS}
TEST_DEPENDS= p5-Test-Requires>0:${PORTSDIR}/devel/p5-Test-Requires
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Plack::Middleware::Debug.3 \
Plack::Middleware::Debug::Base.3 \
Modified: head/www/p5-Plack-Middleware-InteractiveDebugger/Makefile
==============================================================================
--- head/www/p5-Plack-Middleware-InteractiveDebugger/Makefile Mon Sep 2 16:04:20 2013 (r326020)
+++ head/www/p5-Plack-Middleware-InteractiveDebugger/Makefile Mon Sep 2 16:07:56 2013 (r326021)
@@ -18,7 +18,8 @@ RUN_DEPENDS= \
p5-Try-Tiny>0:${PORTSDIR}/lang/p5-Try-Tiny
BUILD_DEPENDS= ${RUN_DEPENDS}
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Plack::Middleware::InteractiveDebugger.3
Modified: head/www/p5-Plack-Middleware-XForwardedFor/Makefile
==============================================================================
--- head/www/p5-Plack-Middleware-XForwardedFor/Makefile Mon Sep 2 16:04:20 2013 (r326020)
+++ head/www/p5-Plack-Middleware-XForwardedFor/Makefile Mon Sep 2 16:07:56 2013 (r326021)
@@ -15,7 +15,8 @@ BUILD_DEPENDS= p5-Net-Netmask>=1.9015:${
p5-Regexp-Common>=2010010201:${PORTSDIR}/textproc/p5-Regexp-Common
RUN_DEPENDS:= ${BUILD_DEPENDS}
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Plack::Middleware::XForwardedFor.3
Modified: head/www/p5-RT-Client-REST/Makefile
==============================================================================
--- head/www/p5-RT-Client-REST/Makefile Mon Sep 2 16:04:20 2013 (r326020)
+++ head/www/p5-RT-Client-REST/Makefile Mon Sep 2 16:07:56 2013 (r326021)
@@ -17,7 +17,8 @@ BUILD_DEPENDS= p5-Error>=0:${PORTSDIR}/l
p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception
RUN_DEPENDS:= ${BUILD_DEPENDS}
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= RT::Client::REST.3 \
RT::Client::REST::Attachment.3 \
Modified: head/www/p5-URI-Encode/Makefile
==============================================================================
--- head/www/p5-URI-Encode/Makefile Mon Sep 2 16:04:20 2013 (r326020)
+++ head/www/p5-URI-Encode/Makefile Mon Sep 2 16:07:56 2013 (r326021)
@@ -14,7 +14,8 @@ COMMENT= Simple URI Encoding/Decoding
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= URI::Encode.3
Modified: head/www/p5-WWW-Google-Calculator/Makefile
==============================================================================
--- head/www/p5-WWW-Google-Calculator/Makefile Mon Sep 2 16:04:20 2013 (r326020)
+++ head/www/p5-WWW-Google-Calculator/Makefile Mon Sep 2 16:07:56 2013 (r326021)
@@ -23,7 +23,8 @@ BUILD_DEPENDS= p5-Class-Accessor>=0:${PO
p5-WWW-Mechanize>=0:${PORTSDIR}/www/p5-WWW-Mechanize
RUN_DEPENDS:= ${BUILD_DEPENDS}
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= WWW::Google::Calculator.3
Modified: head/www/p5-WWW-Scripter-Plugin-Ajax/Makefile
==============================================================================
--- head/www/p5-WWW-Scripter-Plugin-Ajax/Makefile Mon Sep 2 16:04:20 2013 (r326020)
+++ head/www/p5-WWW-Scripter-Plugin-Ajax/Makefile Mon Sep 2 16:07:56 2013 (r326021)
@@ -14,7 +14,8 @@ RUN_DEPENDS= p5-WWW-Scripter-Plugin-Java
p5-XML-DOM-Lite>0:${PORTSDIR}/textproc/p5-XML-DOM-Lite
BUILD_DEPENDS:= ${RUN_DEPENDS}
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= WWW::Scripter::Plugin::Ajax.3
Modified: head/www/photo_gallery/Makefile
==============================================================================
--- head/www/photo_gallery/Makefile Mon Sep 2 16:04:20 2013 (r326020)
+++ head/www/photo_gallery/Makefile Mon Sep 2 16:07:56 2013 (r326021)
@@ -20,7 +20,7 @@ RUN_DEPENDS= anytopnm:${PORTSDIR}/graphi
p5-URI>=0:${PORTSDIR}/net/p5-URI
USE_APACHE_RUN= 22+
-USE_PERL5= yes
+USES= perl5
NO_BUILD= yes
do-install:
More information about the svn-ports-all
mailing list