Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Sep 2013 17:29:36 +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: r326042 - in head/www: p5-Amon2-Plugin-Web-MobileAgent p5-CGI-Application-Dispatch p5-CGI-Application-Plugin-Forward p5-CGI-Application-Plugin-JSON p5-Catalyst-Plugin-SmartURI p5-Cataly...
Message-ID:  <201309021729.r82HTa8I011835@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: az
Date: Mon Sep  2 17:29:36 2013
New Revision: 326042
URL: http://svnweb.freebsd.org/changeset/ports/326042

Log:
  - convert to the new perl5 framework
  
  Approved by:	portmgr (bapt@, blanket)

Modified:
  head/www/p5-Amon2-Plugin-Web-MobileAgent/Makefile   (contents, props changed)
  head/www/p5-CGI-Application-Dispatch/Makefile
  head/www/p5-CGI-Application-Plugin-Forward/Makefile
  head/www/p5-CGI-Application-Plugin-JSON/Makefile   (contents, props changed)
  head/www/p5-Catalyst-Plugin-SmartURI/Makefile   (contents, props changed)
  head/www/p5-Catalyst-TraitFor-Controller-DBIC-DoesPaging/Makefile   (contents, props changed)
  head/www/p5-HTTP-Daemon-SSL/Makefile   (contents, props changed)
  head/www/p5-HTTP-Server-Simple-Mason/Makefile   (contents, props changed)
  head/www/p5-Net-YAP/Makefile   (contents, props changed)
  head/www/p5-Plack-Handler-AnyEvent-SCGI/Makefile   (contents, props changed)
  head/www/p5-Plack-Middleware-ReverseProxy/Makefile   (contents, props changed)
  head/www/p5-Plack-Middleware-Status/Makefile   (contents, props changed)
  head/www/p5-WWW-HatenaDiary/Makefile   (contents, props changed)
  head/www/p5-WWW-Scripter/Makefile   (contents, props changed)
  head/www/p5-WWW-Shorten-Googl/Makefile   (contents, props changed)
  head/www/p5-WWW-WebArchive/Makefile   (contents, props changed)
  head/www/p5-WebService-BuzzurlAPI/Makefile   (contents, props changed)
  head/www/p5-webservice-validator-html-w3c/Makefile   (contents, props changed)
  head/www/squidstats/Makefile   (contents, props changed)

Modified: head/www/p5-Amon2-Plugin-Web-MobileAgent/Makefile
==============================================================================
--- head/www/p5-Amon2-Plugin-Web-MobileAgent/Makefile	Mon Sep  2 17:18:59 2013	(r326041)
+++ head/www/p5-Amon2-Plugin-Web-MobileAgent/Makefile	Mon Sep  2 17:29:36 2013	(r326042)
@@ -29,7 +29,8 @@ TEST_DEPENDS=	\
 	p5-String-CamelCase>0:${PORTSDIR}/textproc/p5-String-CamelCase \
 	p5-Module-Find>0:${PORTSDIR}/devel/p5-Module-Find
 
-PERL_MODBUILD=	yes
+USES=		perl5
+USE_PERL5=	modbuild
 
 MAN3=	Amon2::Plugin::Web::MobileAgent.3 \
 	Amon2::Plugin::Web::MobileCharset.3 \

Modified: head/www/p5-CGI-Application-Dispatch/Makefile
==============================================================================
--- head/www/p5-CGI-Application-Dispatch/Makefile	Mon Sep  2 17:18:59 2013	(r326041)
+++ head/www/p5-CGI-Application-Dispatch/Makefile	Mon Sep  2 17:29:36 2013	(r326042)
@@ -22,7 +22,8 @@ BUILD_DEPENDS=	p5-CGI-Application>=4.50:
 		p5-Try-Tiny>=0:${PORTSDIR}/lang/p5-Try-Tiny
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-PERL_MODBUILD=	yes
+USES=		perl5
+USE_PERL5=	modbuild
 
 MAN3=		CGI::Application::Dispatch.3 \
 		CGI::Application::Dispatch::PSGI.3 \

Modified: head/www/p5-CGI-Application-Plugin-Forward/Makefile
==============================================================================
--- head/www/p5-CGI-Application-Plugin-Forward/Makefile	Mon Sep  2 17:18:59 2013	(r326041)
+++ head/www/p5-CGI-Application-Plugin-Forward/Makefile	Mon Sep  2 17:29:36 2013	(r326042)
@@ -14,7 +14,8 @@ BUILD_DEPENDS=	p5-CGI-Application>=0:${P
 		p5-CGI-Application-Plugin-AutoRunmode>=0:${PORTSDIR}/www/p5-CGI-Application-Plugin-AutoRunmode
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-PERL_MODBUILD=	yes
+USES=		perl5
+USE_PERL5=	modbuild
 
 MAN3=	CGI::Application::Plugin::Forward.3
 

Modified: head/www/p5-CGI-Application-Plugin-JSON/Makefile
==============================================================================
--- head/www/p5-CGI-Application-Plugin-JSON/Makefile	Mon Sep  2 17:18:59 2013	(r326041)
+++ head/www/p5-CGI-Application-Plugin-JSON/Makefile	Mon Sep  2 17:29:36 2013	(r326042)
@@ -21,7 +21,8 @@ RUN_DEPENDS=	p5-CGI-Application>4.01:${P
 		p5-JSON>=0:${PORTSDIR}/converters/p5-JSON \
 		p5-JSON-Any>=0:${PORTSDIR}/converters/p5-JSON-Any
 
-PERL_MODBUILD=	yes
+USES=		perl5
+USE_PERL5=	modbuild
 
 MAN3=	CGI::Application::Plugin::JSON.3
 

Modified: head/www/p5-Catalyst-Plugin-SmartURI/Makefile
==============================================================================
--- head/www/p5-Catalyst-Plugin-SmartURI/Makefile	Mon Sep  2 17:18:59 2013	(r326041)
+++ head/www/p5-Catalyst-Plugin-SmartURI/Makefile	Mon Sep  2 17:29:36 2013	(r326042)
@@ -22,7 +22,8 @@ BUILD_DEPENDS=	p5-Catalyst-Runtime>=5.70
 		p5-parent>=0:${PORTSDIR}/devel/p5-parent
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Catalyst::Plugin::SmartURI.3
 

Modified: head/www/p5-Catalyst-TraitFor-Controller-DBIC-DoesPaging/Makefile
==============================================================================
--- head/www/p5-Catalyst-TraitFor-Controller-DBIC-DoesPaging/Makefile	Mon Sep  2 17:18:59 2013	(r326041)
+++ head/www/p5-Catalyst-TraitFor-Controller-DBIC-DoesPaging/Makefile	Mon Sep  2 17:29:36 2013	(r326042)
@@ -24,7 +24,8 @@ TEST_DEPENDS=	p5-Catalyst-View-JSON>=0:$
 		p5-SQL-Translator>=0:${PORTSDIR}/databases/p5-SQL-Translator \
 		p5-Test-Deep>=0:${PORTSDIR}/devel/p5-Test-Deep
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Catalyst::TraitFor::Controller::DBIC::DoesPaging.3
 

Modified: head/www/p5-HTTP-Daemon-SSL/Makefile
==============================================================================
--- head/www/p5-HTTP-Daemon-SSL/Makefile	Mon Sep  2 17:18:59 2013	(r326041)
+++ head/www/p5-HTTP-Daemon-SSL/Makefile	Mon Sep  2 17:29:36 2013	(r326042)
@@ -17,7 +17,8 @@ COMMENT=	A simple http server class with
 RUN_DEPENDS=	p5-IO-Socket-SSL>=0:${PORTSDIR}/security/p5-IO-Socket-SSL \
 		p5-libwww>=0:${PORTSDIR}/www/p5-libwww
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		HTTP::Daemon::SSL.3
 

Modified: head/www/p5-HTTP-Server-Simple-Mason/Makefile
==============================================================================
--- head/www/p5-HTTP-Server-Simple-Mason/Makefile	Mon Sep  2 17:18:59 2013	(r326041)
+++ head/www/p5-HTTP-Server-Simple-Mason/Makefile	Mon Sep  2 17:29:36 2013	(r326042)
@@ -19,7 +19,8 @@ BUILD_DEPENDS=	p5-HTTP-Server-Simple>=0:
 		p5-Hook-LexWrap>=0:${PORTSDIR}/devel/p5-Hook-LexWrap
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-PERL_CONFIGURE=yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=	HTTP::Server::Simple::Mason.3
 

Modified: head/www/p5-Net-YAP/Makefile
==============================================================================
--- head/www/p5-Net-YAP/Makefile	Mon Sep  2 17:18:59 2013	(r326041)
+++ head/www/p5-Net-YAP/Makefile	Mon Sep  2 17:29:36 2013	(r326042)
@@ -17,7 +17,8 @@ COMMENT=	Conduit to communicate with the
 BUILD_DEPENDS=	p5-Net-OAuth-Simple>=1.0:${PORTSDIR}/net/p5-Net-OAuth-Simple
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Net::YAP.3
 

Modified: head/www/p5-Plack-Handler-AnyEvent-SCGI/Makefile
==============================================================================
--- head/www/p5-Plack-Handler-AnyEvent-SCGI/Makefile	Mon Sep  2 17:18:59 2013	(r326041)
+++ head/www/p5-Plack-Handler-AnyEvent-SCGI/Makefile	Mon Sep  2 17:29:36 2013	(r326042)
@@ -20,7 +20,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::Handler::AnyEvent::SCGI.3
 

Modified: head/www/p5-Plack-Middleware-ReverseProxy/Makefile
==============================================================================
--- head/www/p5-Plack-Middleware-ReverseProxy/Makefile	Mon Sep  2 17:18:59 2013	(r326041)
+++ head/www/p5-Plack-Middleware-ReverseProxy/Makefile	Mon Sep  2 17:29:36 2013	(r326042)
@@ -13,7 +13,8 @@ RUN_DEPENDS=	\
 	p5-Plack>=0.9988:${PORTSDIR}/www/p5-Plack
 BUILD_DEPENDS:=	${RUN_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=	Plack::Middleware::ReverseProxy.3
 

Modified: head/www/p5-Plack-Middleware-Status/Makefile
==============================================================================
--- head/www/p5-Plack-Middleware-Status/Makefile	Mon Sep  2 17:18:59 2013	(r326041)
+++ head/www/p5-Plack-Middleware-Status/Makefile	Mon Sep  2 17:29:36 2013	(r326042)
@@ -19,7 +19,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::Status.3
 

Modified: head/www/p5-WWW-HatenaDiary/Makefile
==============================================================================
--- head/www/p5-WWW-HatenaDiary/Makefile	Mon Sep  2 17:18:59 2013	(r326041)
+++ head/www/p5-WWW-HatenaDiary/Makefile	Mon Sep  2 17:29:36 2013	(r326042)
@@ -21,7 +21,8 @@ BUILD_DEPENDS=	p5-YAML-Syck>=0:${PORTSDI
 		p5-Web-Scraper>=0:${PORTSDIR}/www/p5-Web-Scraper
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		WWW::HatenaDiary.3
 

Modified: head/www/p5-WWW-Scripter/Makefile
==============================================================================
--- head/www/p5-WWW-Scripter/Makefile	Mon Sep  2 17:18:59 2013	(r326041)
+++ head/www/p5-WWW-Scripter/Makefile	Mon Sep  2 17:29:36 2013	(r326042)
@@ -16,7 +16,8 @@ RUN_DEPENDS=	p5-libwww>=5.829:${PORTSDIR
 		p5-CSS-DOM>=0:${PORTSDIR}/www/p5-CSS-DOM
 BUILD_DEPENDS:=	${RUN_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		WWW::Scripter::Location.3 WWW::Scripter.3 \
 		WWW::Scripter::History.3 WWW::Scripter::WindowGroup.3

Modified: head/www/p5-WWW-Shorten-Googl/Makefile
==============================================================================
--- head/www/p5-WWW-Shorten-Googl/Makefile	Mon Sep  2 17:18:59 2013	(r326041)
+++ head/www/p5-WWW-Shorten-Googl/Makefile	Mon Sep  2 17:29:36 2013	(r326042)
@@ -20,7 +20,8 @@ BUILD_DEPENDS=	p5-WWW-Shorten>=1.98:${PO
 		p5-JSON-Any>=0:${PORTSDIR}/converters/p5-JSON-Any
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		WWW::Shorten::Googl.3
 

Modified: head/www/p5-WWW-WebArchive/Makefile
==============================================================================
--- head/www/p5-WWW-WebArchive/Makefile	Mon Sep  2 17:18:59 2013	(r326041)
+++ head/www/p5-WWW-WebArchive/Makefile	Mon Sep  2 17:29:36 2013	(r326042)
@@ -18,7 +18,8 @@ RUN_DEPENDS=	p5-App-Options>=0:${PORTSDI
 		p5-App-Trace>=0:${PORTSDIR}/devel/p5-App-Trace \
 		p5-WWW-Mechanize>=0:${PORTSDIR}/www/p5-WWW-Mechanize
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		WWW::WebArchive.3 WWW::WebArchive::Agent.3 \
 		WWW::WebArchive::WaybackMachine.3

Modified: head/www/p5-WebService-BuzzurlAPI/Makefile
==============================================================================
--- head/www/p5-WebService-BuzzurlAPI/Makefile	Mon Sep  2 17:18:59 2013	(r326041)
+++ head/www/p5-WebService-BuzzurlAPI/Makefile	Mon Sep  2 17:29:36 2013	(r326042)
@@ -23,7 +23,8 @@ RUN_DEPENDS=	p5-Class-Accessor>=0.25:${P
 		p5-Readonly>=1.01:${PORTSDIR}/devel/p5-Readonly \
 		p5-UNIVERSAL-require>=0.10:${PORTSDIR}/devel/p5-UNIVERSAL-require
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		WebService::BuzzurlAPI.3 \
 		WebService::BuzzurlAPI::Util.3 \

Modified: head/www/p5-webservice-validator-html-w3c/Makefile
==============================================================================
--- head/www/p5-webservice-validator-html-w3c/Makefile	Mon Sep  2 17:18:59 2013	(r326041)
+++ head/www/p5-webservice-validator-html-w3c/Makefile	Mon Sep  2 17:29:36 2013	(r326042)
@@ -20,7 +20,8 @@ RUN_DEPENDS=	p5-Class-Accessor>=0:${PORT
 		p5-libwww>=0:${PORTSDIR}/www/p5-libwww
 BUILD_DEPENDS:=	${RUN_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=	WebService::Validator::HTML::W3C::Error.3 \
 	WebService::Validator::HTML::W3C.3

Modified: head/www/squidstats/Makefile
==============================================================================
--- head/www/squidstats/Makefile	Mon Sep  2 17:18:59 2013	(r326041)
+++ head/www/squidstats/Makefile	Mon Sep  2 17:29:36 2013	(r326042)
@@ -19,7 +19,7 @@ RUN_DEPENDS=	p5-Config-IniFiles>=2.39:${
 		p5-RRD-Simple>=1.44:${PORTSDIR}/databases/p5-RRD-Simple \
 		p5-SNMP_Session>=1.11:${PORTSDIR}/net-mgmt/p5-SNMP_Session
 
-USE_PERL5=	yes
+USES=		perl5
 
 SQUID_UID?=	squid
 SQUID_GID?=	squid



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309021729.r82HTa8I011835>