Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Sep 2013 11:04:10 +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: r325974 - in head/www: get_flash_videos p5-Any-URI-Escape p5-Apache-Htgroup p5-Business-PayPal p5-CGI-Application-Plugin-DevPopup p5-CGI-Emulate-PSGI p5-CIF-Client p5-Catalyst-Component...
Message-ID:  <201309021104.r82B4A5F082590@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: az
Date: Mon Sep  2 11:04:10 2013
New Revision: 325974
URL: http://svnweb.freebsd.org/changeset/ports/325974

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

Modified:
  head/www/get_flash_videos/Makefile   (contents, props changed)
  head/www/p5-Any-URI-Escape/Makefile
  head/www/p5-Apache-Htgroup/Makefile   (contents, props changed)
  head/www/p5-Business-PayPal/Makefile
  head/www/p5-CGI-Application-Plugin-DevPopup/Makefile   (contents, props changed)
  head/www/p5-CGI-Emulate-PSGI/Makefile   (contents, props changed)
  head/www/p5-CIF-Client/Makefile
  head/www/p5-Catalyst-Component-InstancePerContext/Makefile   (contents, props changed)
  head/www/p5-Catalyst-Plugin-Log-Dispatch/Makefile   (contents, props changed)
  head/www/p5-Facebook-Graph/Makefile   (contents, props changed)
  head/www/p5-HTML-RSSAutodiscovery/Makefile   (contents, props changed)
  head/www/p5-HTML-Summary/Makefile   (contents, props changed)
  head/www/p5-HTTP-Engine/Makefile   (contents, props changed)
  head/www/p5-HTTP-Exception/Makefile   (contents, props changed)
  head/www/p5-HTTPD-Log-Filter/Makefile   (contents, props changed)
  head/www/p5-Plack-Handler-AnyEvent-ReverseHTTP/Makefile   (contents, props changed)
  head/www/p5-PodToHTML/Makefile   (contents, props changed)
  head/www/p5-TestGen4Web-Runner/Makefile   (contents, props changed)
  head/www/p5-WWW-Shorten-isgd/Makefile   (contents, props changed)

Modified: head/www/get_flash_videos/Makefile
==============================================================================
--- head/www/get_flash_videos/Makefile	Mon Sep  2 10:52:58 2013	(r325973)
+++ head/www/get_flash_videos/Makefile	Mon Sep  2 11:04:10 2013	(r325974)
@@ -29,7 +29,7 @@ RUN_DEPENDS=	\
 		rtmpdump>=2.4.0:${PORTSDIR}/multimedia/rtmpdump
 
 FETCH_ARGS=	-Fpr	# work around 302 redirect at github
-USE_PERL5=	yes
+USES=		perl5
 NO_BUILD=	yes
 NO_WRKSUBDIR=	yes
 

Modified: head/www/p5-Any-URI-Escape/Makefile
==============================================================================
--- head/www/p5-Any-URI-Escape/Makefile	Mon Sep  2 10:52:58 2013	(r325973)
+++ head/www/p5-Any-URI-Escape/Makefile	Mon Sep  2 11:04:10 2013	(r325974)
@@ -15,7 +15,8 @@ RUN_DEPENDS:=	p5-URI-Escape-XS>=0:${PORT
 LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=	Any::URI::Escape.3
 

Modified: head/www/p5-Apache-Htgroup/Makefile
==============================================================================
--- head/www/p5-Apache-Htgroup/Makefile	Mon Sep  2 10:52:58 2013	(r325973)
+++ head/www/p5-Apache-Htgroup/Makefile	Mon Sep  2 11:04:10 2013	(r325974)
@@ -14,7 +14,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	otaviof@gmail.com
 COMMENT=	Manage Apache authentication group files
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Apache::Htgroup.3
 

Modified: head/www/p5-Business-PayPal/Makefile
==============================================================================
--- head/www/p5-Business-PayPal/Makefile	Mon Sep  2 10:52:58 2013	(r325973)
+++ head/www/p5-Business-PayPal/Makefile	Mon Sep  2 11:04:10 2013	(r325974)
@@ -15,7 +15,8 @@ RUN_DEPENDS=	p5-Net-SSLeay>=1.35:${PORTS
 		p5-Digest-MD5>=2.52:${PORTSDIR}/security/p5-Digest-MD5
 BUILD_DEPENDS:=	${RUN_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Business::PayPal.3
 

Modified: head/www/p5-CGI-Application-Plugin-DevPopup/Makefile
==============================================================================
--- head/www/p5-CGI-Application-Plugin-DevPopup/Makefile	Mon Sep  2 10:52:58 2013	(r325973)
+++ head/www/p5-CGI-Application-Plugin-DevPopup/Makefile	Mon Sep  2 11:04:10 2013	(r325974)
@@ -18,7 +18,8 @@ BUILD_DEPENDS=	p5-CGI-Application>=4.01:
 		p5-IO-stringy>0:${PORTSDIR}/devel/p5-IO-stringy
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=	CGI::Application::Plugin::DevPopup.3 \
 	CGI::Application::Plugin::DevPopup::HTTPHeaders.3 \

Modified: head/www/p5-CGI-Emulate-PSGI/Makefile
==============================================================================
--- head/www/p5-CGI-Emulate-PSGI/Makefile	Mon Sep  2 10:52:58 2013	(r325973)
+++ head/www/p5-CGI-Emulate-PSGI/Makefile	Mon Sep  2 11:04:10 2013	(r325974)
@@ -14,7 +14,8 @@ RUN_DEPENDS=	\
 	p5-libwww>0:${PORTSDIR}/www/p5-libwww
 BUILD_DEPENDS:=	${RUN_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=	CGI::Emulate::PSGI.3 \
 	CGI::Parse::PSGI.3

Modified: head/www/p5-CIF-Client/Makefile
==============================================================================
--- head/www/p5-CIF-Client/Makefile	Mon Sep  2 10:52:58 2013	(r325973)
+++ head/www/p5-CIF-Client/Makefile	Mon Sep  2 11:04:10 2013	(r325974)
@@ -34,7 +34,8 @@ BUILD_DEPENDS=	p5-Class-Accessor>=0.31:$
 		p5-Text-Table>=1.114:${PORTSDIR}/textproc/p5-Text-Table
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		CIF::Client.3
 

Modified: head/www/p5-Catalyst-Component-InstancePerContext/Makefile
==============================================================================
--- head/www/p5-Catalyst-Component-InstancePerContext/Makefile	Mon Sep  2 10:52:58 2013	(r325973)
+++ head/www/p5-Catalyst-Component-InstancePerContext/Makefile	Mon Sep  2 11:04:10 2013	(r325974)
@@ -18,7 +18,8 @@ BUILD_DEPENDS=	p5-Catalyst-Runtime>=0:${
 		p5-Moose>=0:${PORTSDIR}/devel/p5-Moose
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Catalyst::Component::InstancePerContext.3
 

Modified: head/www/p5-Catalyst-Plugin-Log-Dispatch/Makefile
==============================================================================
--- head/www/p5-Catalyst-Plugin-Log-Dispatch/Makefile	Mon Sep  2 10:52:58 2013	(r325973)
+++ head/www/p5-Catalyst-Plugin-Log-Dispatch/Makefile	Mon Sep  2 11:04:10 2013	(r325974)
@@ -20,7 +20,8 @@ BUILD_DEPENDS=	p5-Log-Dispatch>=2.13:${P
 		p5-UNIVERSAL-require>=0:${PORTSDIR}/devel/p5-UNIVERSAL-require
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Catalyst::Plugin::Log::Dispatch.3
 

Modified: head/www/p5-Facebook-Graph/Makefile
==============================================================================
--- head/www/p5-Facebook-Graph/Makefile	Mon Sep  2 10:52:58 2013	(r325973)
+++ head/www/p5-Facebook-Graph/Makefile	Mon Sep  2 11:04:10 2013	(r325974)
@@ -21,7 +21,8 @@ RUN_DEPENDS=	\
 	p5-URI>=1.54:${PORTSDIR}/net/p5-URI
 BUILD_DEPENDS:=	${RUN_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=	Facebook::Graph.3 \
 	Facebook::Graph::AccessToken.3 \

Modified: head/www/p5-HTML-RSSAutodiscovery/Makefile
==============================================================================
--- head/www/p5-HTML-RSSAutodiscovery/Makefile	Mon Sep  2 10:52:58 2013	(r325973)
+++ head/www/p5-HTML-RSSAutodiscovery/Makefile	Mon Sep  2 11:04:10 2013	(r325974)
@@ -18,7 +18,8 @@ BUILD_DEPENDS=	p5-HTML-Parser>=0:${PORTS
 		p5-libwww>=0:${PORTSDIR}/www/p5-libwww
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		HTML::RSSAutodiscovery.3
 

Modified: head/www/p5-HTML-Summary/Makefile
==============================================================================
--- head/www/p5-HTML-Summary/Makefile	Mon Sep  2 10:52:58 2013	(r325973)
+++ head/www/p5-HTML-Summary/Makefile	Mon Sep  2 11:04:10 2013	(r325974)
@@ -16,7 +16,8 @@ COMMENT=	Produces summaries from the tex
 
 BUILD_DEPENDS=	p5-HTML-Tree>=0:${PORTSDIR}/www/p5-HTML-Tree
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		HTML::Summary.3 Text::Sentence.3 Lingua::JA::Jtruncate.3
 

Modified: head/www/p5-HTTP-Engine/Makefile
==============================================================================
--- head/www/p5-HTTP-Engine/Makefile	Mon Sep  2 10:52:58 2013	(r325973)
+++ head/www/p5-HTTP-Engine/Makefile	Mon Sep  2 11:04:10 2013	(r325974)
@@ -31,7 +31,8 @@ TEST_DEPENDS=	\
 	p5-IO-stringy>0:${PORTSDIR}/devel/p5-IO-stringy \
 	p5-MouseX-Types>=0.05:${PORTSDIR}/devel/p5-MouseX-Types
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		HTTP::Engine.3 \
 		HTTP::Engine::Cookbook.3 \

Modified: head/www/p5-HTTP-Exception/Makefile
==============================================================================
--- head/www/p5-HTTP-Exception/Makefile	Mon Sep  2 10:52:58 2013	(r325973)
+++ head/www/p5-HTTP-Exception/Makefile	Mon Sep  2 11:04:10 2013	(r325974)
@@ -22,7 +22,8 @@ TEST_DEPENDS=	\
 	p5-Test-Exception>=0.29:${PORTSDIR}/devel/p5-Test-Exception \
 	p5-Test-NoWarnings>=1.04:${PORTSDIR}/devel/p5-Test-NoWarnings
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=	HTTP::Exception.3 \
 	HTTP::Exception::1XX.3 \

Modified: head/www/p5-HTTPD-Log-Filter/Makefile
==============================================================================
--- head/www/p5-HTTPD-Log-Filter/Makefile	Mon Sep  2 10:52:58 2013	(r325973)
+++ head/www/p5-HTTPD-Log-Filter/Makefile	Mon Sep  2 11:04:10 2013	(r325974)
@@ -18,7 +18,8 @@ COMMENT=	Perl module to filter entries o
 BUILD_DEPENDS=	p5-IO-Zlib>=0:${PORTSDIR}/archivers/p5-IO-Zlib
 RUN_DEPENDS=	p5-IO-Zlib>=0:${PORTSDIR}/archivers/p5-IO-Zlib
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 MAN1=		exclude_robots.1
 MAN3=		HTTPD::Log::Filter.3
 

Modified: head/www/p5-Plack-Handler-AnyEvent-ReverseHTTP/Makefile
==============================================================================
--- head/www/p5-Plack-Handler-AnyEvent-ReverseHTTP/Makefile	Mon Sep  2 10:52:58 2013	(r325973)
+++ head/www/p5-Plack-Handler-AnyEvent-ReverseHTTP/Makefile	Mon Sep  2 11:04:10 2013	(r325974)
@@ -20,7 +20,8 @@ RUN_DEPENDS=	\
 	p5-Plack>=0.99:${PORTSDIR}/www/p5-Plack
 BUILD_DEPENDS:=	${RUN_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=	Plack::Handler::AnyEvent::ReverseHTTP.3
 

Modified: head/www/p5-PodToHTML/Makefile
==============================================================================
--- head/www/p5-PodToHTML/Makefile	Mon Sep  2 10:52:58 2013	(r325973)
+++ head/www/p5-PodToHTML/Makefile	Mon Sep  2 11:04:10 2013	(r325974)
@@ -21,7 +21,8 @@ BUILD_DEPENDS=	p5-URI>=0:${PORTSDIR}/net
 		p5-HTML-Format>=0:${PORTSDIR}/textproc/p5-HTML-Format
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN1=		podtohtml.1
 MAN3=		Pod::HTML_Elements.3 \

Modified: head/www/p5-TestGen4Web-Runner/Makefile
==============================================================================
--- head/www/p5-TestGen4Web-Runner/Makefile	Mon Sep  2 10:52:58 2013	(r325973)
+++ head/www/p5-TestGen4Web-Runner/Makefile	Mon Sep  2 11:04:10 2013	(r325974)
@@ -22,7 +22,8 @@ BUILD_DEPENDS=	p5-libwww>=0:${PORTSDIR}/
 		p5-XML-Simple>=0:${PORTSDIR}/textproc/p5-XML-Simple
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		TestGen4Web::Runner.3
 

Modified: head/www/p5-WWW-Shorten-isgd/Makefile
==============================================================================
--- head/www/p5-WWW-Shorten-isgd/Makefile	Mon Sep  2 10:52:58 2013	(r325973)
+++ head/www/p5-WWW-Shorten-isgd/Makefile	Mon Sep  2 11:04:10 2013	(r325974)
@@ -17,7 +17,8 @@ COMMENT=	Abstract interface to is.gd, on
 BUILD_DEPENDS=	p5-WWW-Shorten>=1.97:${PORTSDIR}/www/p5-WWW-Shorten
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		WWW::Shorten::isgd.3
 



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