Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Sep 2013 12:52:43 +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: r325984 - in head/www: dtse p5-CGI-Application-Plugin-Config-YAML p5-Catalyst-Plugin-Authentication-OpenID p5-Catalyst-Plugin-StatusMessage p5-HTML-FillInForm-Lite p5-HTML-TableLayout p...
Message-ID:  <201309021252.r82Cqh9P046536@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: az
Date: Mon Sep  2 12:52:42 2013
New Revision: 325984
URL: http://svnweb.freebsd.org/changeset/ports/325984

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

Modified:
  head/www/dtse/Makefile   (contents, props changed)
  head/www/p5-CGI-Application-Plugin-Config-YAML/Makefile   (contents, props changed)
  head/www/p5-Catalyst-Plugin-Authentication-OpenID/Makefile   (contents, props changed)
  head/www/p5-Catalyst-Plugin-StatusMessage/Makefile
  head/www/p5-HTML-FillInForm-Lite/Makefile   (contents, props changed)
  head/www/p5-HTML-TableLayout/Makefile   (contents, props changed)
  head/www/p5-HTTP-Router/Makefile   (contents, props changed)
  head/www/p5-HTTP-Session-State-MobileAgentID/Makefile   (contents, props changed)
  head/www/p5-JE/Makefile   (contents, props changed)
  head/www/p5-MediaWiki-API/Makefile   (contents, props changed)
  head/www/p5-Mojo-Server-FastCGI/Makefile   (contents, props changed)
  head/www/p5-Plack-Middleware-AutoRefresh/Makefile
  head/www/p5-Template-GD/Makefile   (contents, props changed)
  head/www/p5-Template-Provider-Encoding/Makefile   (contents, props changed)
  head/www/p5-VUser-Google-ProvisioningAPI/Makefile   (contents, props changed)
  head/www/p5-WWW-Mixi-Scraper/Makefile   (contents, props changed)
  head/www/p5-Web-oEmbed/Makefile   (contents, props changed)
  head/www/p5-Yahoo-Lifestyle/Makefile   (contents, props changed)
  head/www/p5-ZConf-RSS/Makefile   (contents, props changed)

Modified: head/www/dtse/Makefile
==============================================================================
--- head/www/dtse/Makefile	Mon Sep  2 12:50:07 2013	(r325983)
+++ head/www/dtse/Makefile	Mon Sep  2 12:52:42 2013	(r325984)
@@ -24,7 +24,7 @@ USE_OPENSSL=	yes
 CONFIGURE_ARGS+=	--with-openssl=${OPENSSLBASE}
 .endif
 
-USE_PERL5=	yes
+USES=		perl5
 USE_BZIP2=	yes
 USE_GMAKE=	yes
 USE_AUTOTOOLS=	aclocal:env automake:env autoconf:env

Modified: head/www/p5-CGI-Application-Plugin-Config-YAML/Makefile
==============================================================================
--- head/www/p5-CGI-Application-Plugin-Config-YAML/Makefile	Mon Sep  2 12:50:07 2013	(r325983)
+++ head/www/p5-CGI-Application-Plugin-Config-YAML/Makefile	Mon Sep  2 12:52:42 2013	(r325984)
@@ -19,7 +19,8 @@ BUILD_DEPENDS=	p5-CGI-Application>4.01:$
 RUN_DEPENDS=	p5-CGI-Application>4.01:${PORTSDIR}/www/p5-CGI-Application \
 		p5-Config-YAML>=0:${PORTSDIR}/devel/p5-Config-YAML
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=	CGI::Application::Plugin::Config::YAML.3
 

Modified: head/www/p5-Catalyst-Plugin-Authentication-OpenID/Makefile
==============================================================================
--- head/www/p5-Catalyst-Plugin-Authentication-OpenID/Makefile	Mon Sep  2 12:50:07 2013	(r325983)
+++ head/www/p5-Catalyst-Plugin-Authentication-OpenID/Makefile	Mon Sep  2 12:52:42 2013	(r325984)
@@ -20,7 +20,8 @@ RUN_DEPENDS=	p5-Catalyst-Runtime>=0:${PO
 		p5-Net-OpenID-Consumer>=0:${PORTSDIR}/net/p5-Net-OpenID-Consumer
 BUILD_DEPENDS:=	${RUN_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Catalyst::Plugin::Authentication::OpenID.3
 

Modified: head/www/p5-Catalyst-Plugin-StatusMessage/Makefile
==============================================================================
--- head/www/p5-Catalyst-Plugin-StatusMessage/Makefile	Mon Sep  2 12:50:07 2013	(r325983)
+++ head/www/p5-Catalyst-Plugin-StatusMessage/Makefile	Mon Sep  2 12:52:42 2013	(r325984)
@@ -12,7 +12,8 @@ COMMENT=	Handle passing of status (succe
 BUILD_DEPENDS=	p5-Catalyst-Runtime>=5.7000:${PORTSDIR}/www/p5-Catalyst-Runtime
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-PERL_CONFIGURE=	YES
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Catalyst::Plugin::StatusMessage.3
 

Modified: head/www/p5-HTML-FillInForm-Lite/Makefile
==============================================================================
--- head/www/p5-HTML-FillInForm-Lite/Makefile	Mon Sep  2 12:50:07 2013	(r325983)
+++ head/www/p5-HTML-FillInForm-Lite/Makefile	Mon Sep  2 12:52:42 2013	(r325984)
@@ -9,7 +9,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	kuriyama@FreeBSD.org
 COMMENT=	Perl extension for lightweight FillInForm module in Pure Perl
 
-PERL_MODBUILD=	yes
+USES=		perl5
+USE_PERL5=	modbuild
 
 MAN3=	HTML::FillInForm::Lite.3 \
 	HTML::FillInForm::Lite::Compat.3 \

Modified: head/www/p5-HTML-TableLayout/Makefile
==============================================================================
--- head/www/p5-HTML-TableLayout/Makefile	Mon Sep  2 12:50:07 2013	(r325983)
+++ head/www/p5-HTML-TableLayout/Makefile	Mon Sep  2 12:52:42 2013	(r325984)
@@ -14,7 +14,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	demon@FreeBSD.org
 COMMENT=	Layout manager for CGI-based web applications
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		HTML::TableLayout.3
 

Modified: head/www/p5-HTTP-Router/Makefile
==============================================================================
--- head/www/p5-HTTP-Router/Makefile	Mon Sep  2 12:50:07 2013	(r325983)
+++ head/www/p5-HTTP-Router/Makefile	Mon Sep  2 12:52:42 2013	(r325984)
@@ -28,7 +28,8 @@ BUILD_DEPENDS=	\
 	p5-URI-Template-Restrict>=0.05:${PORTSDIR}/net/p5-URI-Template-Restrict
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		HTTP::README.3 \
 		HTTP::Router.3 \

Modified: head/www/p5-HTTP-Session-State-MobileAgentID/Makefile
==============================================================================
--- head/www/p5-HTTP-Session-State-MobileAgentID/Makefile	Mon Sep  2 12:50:07 2013	(r325983)
+++ head/www/p5-HTTP-Session-State-MobileAgentID/Makefile	Mon Sep  2 12:52:42 2013	(r325984)
@@ -22,7 +22,8 @@ RUN_DEPENDS=	\
 BUILD_DEPENDS:=	${RUN_DEPENDS}
 TEST_DEPENDS=	p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=	HTTP::Session::State::MobileAgentID.3
 

Modified: head/www/p5-JE/Makefile
==============================================================================
--- head/www/p5-JE/Makefile	Mon Sep  2 12:50:07 2013	(r325983)
+++ head/www/p5-JE/Makefile	Mon Sep  2 12:52:42 2013	(r325984)
@@ -15,7 +15,8 @@ RUN_DEPENDS=	p5-TimeDate>0:${PORTSDIR}/d
 		p5-Tie-RefHash-Weak>0:${PORTSDIR}/devel/p5-Tie-RefHash-Weak
 BUILD_DEPENDS:=	${RUN_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		JE::Object.3 JE::_FieldHash.3 JE::String.3 \
 		JE::Object::Boolean.3 JE::Object::Number.3 \

Modified: head/www/p5-MediaWiki-API/Makefile
==============================================================================
--- head/www/p5-MediaWiki-API/Makefile	Mon Sep  2 12:50:07 2013	(r325983)
+++ head/www/p5-MediaWiki-API/Makefile	Mon Sep  2 12:52:42 2013	(r325984)
@@ -19,7 +19,8 @@ BUILD_DEPENDS=	p5-libwww>=0:${PORTSDIR}/
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 TEST_DEPENDS=	p5-JSON-Any>=0:${PORTSDIR}/converters/p5-JSON-Any
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		MediaWiki::API.3
 

Modified: head/www/p5-Mojo-Server-FastCGI/Makefile
==============================================================================
--- head/www/p5-Mojo-Server-FastCGI/Makefile	Mon Sep  2 12:50:07 2013	(r325983)
+++ head/www/p5-Mojo-Server-FastCGI/Makefile	Mon Sep  2 12:52:42 2013	(r325984)
@@ -15,7 +15,8 @@ LICENSE=	ART20
 
 RUN_DEPENDS=	p5-Mojolicious>=3.21:${PORTSDIR}/www/p5-Mojolicious
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Mojolicious::Command::fastcgi.3 \
 		Mojo::Server::FastCGI.3

Modified: head/www/p5-Plack-Middleware-AutoRefresh/Makefile
==============================================================================
--- head/www/p5-Plack-Middleware-AutoRefresh/Makefile	Mon Sep  2 12:50:07 2013	(r325983)
+++ head/www/p5-Plack-Middleware-AutoRefresh/Makefile	Mon Sep  2 12:52:42 2013	(r325984)
@@ -19,7 +19,8 @@ RUN_DEPENDS=	\
 	p5-Readonly>0:${PORTSDIR}/devel/p5-Readonly
 BUILD_DEPENDS:=	${RUN_DEPENDS}
 
-PERL_MODBUILD=	yes
+USES=		perl5
+USE_PERL5=	modbuild
 
 MAN3=	Plack::Middleware::AutoRefresh.3
 

Modified: head/www/p5-Template-GD/Makefile
==============================================================================
--- head/www/p5-Template-GD/Makefile	Mon Sep  2 12:50:07 2013	(r325983)
+++ head/www/p5-Template-GD/Makefile	Mon Sep  2 12:52:42 2013	(r325984)
@@ -17,7 +17,8 @@ COMMENT=	Template Toolkit plugin to inte
 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::Plugin::GD.3 \
 		Template::Plugin::GD::Constants.3 \

Modified: head/www/p5-Template-Provider-Encoding/Makefile
==============================================================================
--- head/www/p5-Template-Provider-Encoding/Makefile	Mon Sep  2 12:50:07 2013	(r325983)
+++ head/www/p5-Template-Provider-Encoding/Makefile	Mon Sep  2 12:52:42 2013	(r325984)
@@ -18,7 +18,8 @@ COMMENT=	Template plugin to specify enco
 RUN_DEPENDS=	p5-Template-Toolkit>=0:${PORTSDIR}/www/p5-Template-Toolkit
 BUILD_DEPENDS:=	${RUN_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=	Template::Provider::Encoding.3 \
 	Template::Stash::ForceUTF8.3 \

Modified: head/www/p5-VUser-Google-ProvisioningAPI/Makefile
==============================================================================
--- head/www/p5-VUser-Google-ProvisioningAPI/Makefile	Mon Sep  2 12:50:07 2013	(r325983)
+++ head/www/p5-VUser-Google-ProvisioningAPI/Makefile	Mon Sep  2 12:52:42 2013	(r325984)
@@ -19,7 +19,8 @@ RUN_DEPENDS=	p5-libwww>=0:${PORTSDIR}/ww
 		p5-Encode>=0:${PORTSDIR}/converters/p5-Encode \
 		p5-XML-Simple>=0:${PORTSDIR}/textproc/p5-XML-Simple
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=	VUser::Google::ProvisioningAPI::V2_0::EmailListEntry.3 \
 	VUser::Google::ProvisioningAPI::V2_0::NicknameEntry.3 \

Modified: head/www/p5-WWW-Mixi-Scraper/Makefile
==============================================================================
--- head/www/p5-WWW-Mixi-Scraper/Makefile	Mon Sep  2 12:50:07 2013	(r325983)
+++ head/www/p5-WWW-Mixi-Scraper/Makefile	Mon Sep  2 12:52:42 2013	(r325984)
@@ -25,7 +25,8 @@ RUN_DEPENDS=	p5-Module-Find>=0:${PORTSDI
 		p5-WWW-Mechanize>=1.50:${PORTSDIR}/www/p5-WWW-Mechanize
 BUILD_DEPENDS:=	${RUN_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 USE_DOS2UNIX=	yes
 
 MAN3=		WWW::Mixi::Scraper::Utils.3 \

Modified: head/www/p5-Web-oEmbed/Makefile
==============================================================================
--- head/www/p5-Web-oEmbed/Makefile	Mon Sep  2 12:50:07 2013	(r325983)
+++ head/www/p5-Web-oEmbed/Makefile	Mon Sep  2 12:52:42 2013	(r325984)
@@ -20,7 +20,8 @@ RUN_DEPENDS=	p5-Any-Moose>=0:${PORTSDIR}
 		p5-XML-LibXML-Simple>=0:${PORTSDIR}/textproc/p5-XML-LibXML-Simple \
 		p5-libwww>=0:${PORTSDIR}/www/p5-libwww
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Web::oEmbed.3
 

Modified: head/www/p5-Yahoo-Lifestyle/Makefile
==============================================================================
--- head/www/p5-Yahoo-Lifestyle/Makefile	Mon Sep  2 12:50:07 2013	(r325983)
+++ head/www/p5-Yahoo-Lifestyle/Makefile	Mon Sep  2 12:52:42 2013	(r325984)
@@ -20,7 +20,8 @@ RUN_DEPENDS=	p5-Yahoo-BBAuth>=0:${PORTSD
 		p5-XML-Simple>=0:${PORTSDIR}/textproc/p5-XML-Simple \
 		p5-libwww>0:${PORTSDIR}/www/p5-libwww
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Yahoo::Lifestyle.3
 

Modified: head/www/p5-ZConf-RSS/Makefile
==============================================================================
--- head/www/p5-ZConf-RSS/Makefile	Mon Sep  2 12:50:07 2013	(r325983)
+++ head/www/p5-ZConf-RSS/Makefile	Mon Sep  2 12:52:42 2013	(r325984)
@@ -23,7 +23,8 @@ BUILD_DEPENDS=	p5-ZConf>=0:${PORTSDIR}/n
 		p5-HTML-FormatText-WithLinks>=0:${PORTSDIR}/textproc/p5-HTML-FormatText-WithLinks
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		ZConf::RSS.3 \
 		ZConf::RSS::GUI.3



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