Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Sep 2013 18:41:05 +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: r326054 - in head/www: p5-Amon2-Plugin-LogDispatch p5-Apache-Singleton p5-CGI-Thin p5-Catalyst-Plugin-Unicode-Encoding p5-Dancer-Template-Xslate p5-HTML-Location p5-HTML-Template-Pro p5...
Message-ID:  <201309021841.r82If5L9056107@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: az
Date: Mon Sep  2 18:41:05 2013
New Revision: 326054
URL: http://svnweb.freebsd.org/changeset/ports/326054

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

Modified:
  head/www/p5-Amon2-Plugin-LogDispatch/Makefile   (contents, props changed)
  head/www/p5-Apache-Singleton/Makefile
  head/www/p5-CGI-Thin/Makefile   (contents, props changed)
  head/www/p5-Catalyst-Plugin-Unicode-Encoding/Makefile
  head/www/p5-Dancer-Template-Xslate/Makefile   (contents, props changed)
  head/www/p5-HTML-Location/Makefile   (contents, props changed)
  head/www/p5-HTML-Template-Pro/Makefile   (contents, props changed)
  head/www/p5-HTTP-Cookies-w3m/Makefile   (contents, props changed)
  head/www/p5-HTTP-Parser-XS/Makefile   (contents, props changed)
  head/www/p5-LWP-Online/Makefile   (contents, props changed)
  head/www/p5-Mobile-UserAgent/Makefile   (contents, props changed)
  head/www/p5-Net-FastCGI/Makefile   (contents, props changed)
  head/www/p5-Plack-Handler-AnyEvent-HTTPD/Makefile   (contents, props changed)
  head/www/p5-Plack-Middleware-File-Sass/Makefile   (contents, props changed)
  head/www/p5-Plack-Middleware-SocketIO/Makefile   (contents, props changed)
  head/www/p5-Plack-Server-Coro/Makefile   (contents, props changed)
  head/www/p5-SCGI/Makefile   (contents, props changed)
  head/www/p5-WWW-LongURL/Makefile   (contents, props changed)
  head/www/wikicalc/Makefile   (contents, props changed)

Modified: head/www/p5-Amon2-Plugin-LogDispatch/Makefile
==============================================================================
--- head/www/p5-Amon2-Plugin-LogDispatch/Makefile	Mon Sep  2 18:23:34 2013	(r326053)
+++ head/www/p5-Amon2-Plugin-LogDispatch/Makefile	Mon Sep  2 18:41:05 2013	(r326054)
@@ -16,7 +16,8 @@ BUILD_DEPENDS=	${RUN_DEPENDS}
 TEST_DEPENDS=	\
 	p5-Test-Requires>0:${PORTSDIR}/devel/p5-Test-Requires
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=	Amon2::Plugin::LogDispatch.3 \
 	Amon2::Plugin::README.3

Modified: head/www/p5-Apache-Singleton/Makefile
==============================================================================
--- head/www/p5-Apache-Singleton/Makefile	Mon Sep  2 18:23:34 2013	(r326053)
+++ head/www/p5-Apache-Singleton/Makefile	Mon Sep  2 18:41:05 2013	(r326054)
@@ -15,7 +15,8 @@ LICENSE_COMB=	dual
 
 RUN_DEPENDS=	p5-Class-Singleton>=0:${PORTSDIR}/devel/p5-Class-Singleton
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=	Apache::Singleton.3 \
 	Apache::Singleton::Process.3 \

Modified: head/www/p5-CGI-Thin/Makefile
==============================================================================
--- head/www/p5-CGI-Thin/Makefile	Mon Sep  2 18:23:34 2013	(r326053)
+++ head/www/p5-CGI-Thin/Makefile	Mon Sep  2 18:41:05 2013	(r326054)
@@ -14,7 +14,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	pphillips@experts-exchange.com
 COMMENT=	A very lightweight Parser for CGI Forms
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		CGI::Thin.3 \
 		CGI::Thin::Cookies.3

Modified: head/www/p5-Catalyst-Plugin-Unicode-Encoding/Makefile
==============================================================================
--- head/www/p5-Catalyst-Plugin-Unicode-Encoding/Makefile	Mon Sep  2 18:23:34 2013	(r326053)
+++ head/www/p5-Catalyst-Plugin-Unicode-Encoding/Makefile	Mon Sep  2 18:41:05 2013	(r326054)
@@ -25,7 +25,8 @@ BUILD_DEPENDS=	p5-Catalyst-Runtime>=5.90
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 TEST_DEPENDS=	p5-IO-stringy>=0:${PORTSDIR}/devel/p5-IO-stringy
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=	Catalyst::Plugin::Unicode::Encoding.3
 

Modified: head/www/p5-Dancer-Template-Xslate/Makefile
==============================================================================
--- head/www/p5-Dancer-Template-Xslate/Makefile	Mon Sep  2 18:23:34 2013	(r326053)
+++ head/www/p5-Dancer-Template-Xslate/Makefile	Mon Sep  2 18:41:05 2013	(r326054)
@@ -18,7 +18,8 @@ RUN_DEPENDS=	p5-Dancer>0:${PORTSDIR}/www
 		p5-Text-Xslate>0:${PORTSDIR}/textproc/p5-Text-Xslate
 BUILD_DEPENDS:=	${RUN_DEPENDS}
 
-PERL_MODBUILD=	yes
+USES=		perl5
+USE_PERL5=	modbuild
 
 MAN3=	Dancer::Template::Xslate.3
 

Modified: head/www/p5-HTML-Location/Makefile
==============================================================================
--- head/www/p5-HTML-Location/Makefile	Mon Sep  2 18:23:34 2013	(r326053)
+++ head/www/p5-HTML-Location/Makefile	Mon Sep  2 18:41:05 2013	(r326054)
@@ -16,7 +16,8 @@ BUILD_DEPENDS=	p5-Clone>=0.23:${PORTSDIR
 RUN_DEPENDS=	p5-Clone>=0.23:${PORTSDIR}/devel/p5-Clone \
 		p5-URI>=1.35:${PORTSDIR}/net/p5-URI
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		HTML::Location.3
 

Modified: head/www/p5-HTML-Template-Pro/Makefile
==============================================================================
--- head/www/p5-HTML-Template-Pro/Makefile	Mon Sep  2 18:23:34 2013	(r326053)
+++ head/www/p5-HTML-Template-Pro/Makefile	Mon Sep  2 18:41:05 2013	(r326054)
@@ -13,7 +13,8 @@ RUN_DEPENDS=	\
 	p5-JSON>=2:${PORTSDIR}/converters/p5-JSON
 BUILD_DEPENDS=	${RUN_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=	HTML::Template::PerlInterface.3 \
 	HTML::Template::Pro.3 \

Modified: head/www/p5-HTTP-Cookies-w3m/Makefile
==============================================================================
--- head/www/p5-HTTP-Cookies-w3m/Makefile	Mon Sep  2 18:23:34 2013	(r326053)
+++ head/www/p5-HTTP-Cookies-w3m/Makefile	Mon Sep  2 18:41:05 2013	(r326054)
@@ -20,6 +20,7 @@ RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 MAN3=		HTTP::Cookies::w3m.3
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 .include <bsd.port.mk>

Modified: head/www/p5-HTTP-Parser-XS/Makefile
==============================================================================
--- head/www/p5-HTTP-Parser-XS/Makefile	Mon Sep  2 18:23:34 2013	(r326053)
+++ head/www/p5-HTTP-Parser-XS/Makefile	Mon Sep  2 18:41:05 2013	(r326054)
@@ -9,7 +9,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	kuriyama@FreeBSD.org
 COMMENT=	Perl extension of fast, primitive HTTP request parser
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=	HTTP::Parser::XS.3
 

Modified: head/www/p5-LWP-Online/Makefile
==============================================================================
--- head/www/p5-LWP-Online/Makefile	Mon Sep  2 18:23:34 2013	(r326053)
+++ head/www/p5-LWP-Online/Makefile	Mon Sep  2 18:41:05 2013	(r326054)
@@ -21,7 +21,8 @@ LICENSE_COMB=	dual
 RUN_DEPENDS+=	p5-libwww>=5.805:${PORTSDIR}/www/p5-libwww \
 		p5-URI>=1.35:${PORTSDIR}/net/p5-URI
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		LWP::Online.3
 

Modified: head/www/p5-Mobile-UserAgent/Makefile
==============================================================================
--- head/www/p5-Mobile-UserAgent/Makefile	Mon Sep  2 18:23:34 2013	(r326053)
+++ head/www/p5-Mobile-UserAgent/Makefile	Mon Sep  2 18:41:05 2013	(r326054)
@@ -16,7 +16,8 @@ COMMENT=	Parses a mobile user agent stri
 
 RUN_DEPENDS=	p5-Class-Singleton>=0:${PORTSDIR}/devel/p5-Class-Singleton
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Mobile::UserAgent.3 \
 		Mobile::UserAgentFactory.3

Modified: head/www/p5-Net-FastCGI/Makefile
==============================================================================
--- head/www/p5-Net-FastCGI/Makefile	Mon Sep  2 18:23:34 2013	(r326053)
+++ head/www/p5-Net-FastCGI/Makefile	Mon Sep  2 18:41:05 2013	(r326054)
@@ -13,7 +13,8 @@ COMMENT=	Perl extension for FastCGI Tool
 TEST_DEPENDS=	p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \
 		p5-Test-HexString>=0:${PORTSDIR}/devel/p5-Test-HexString
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=	Net::FastCGI.3 \
 	Net::FastCGI::Constant.3 \

Modified: head/www/p5-Plack-Handler-AnyEvent-HTTPD/Makefile
==============================================================================
--- head/www/p5-Plack-Handler-AnyEvent-HTTPD/Makefile	Mon Sep  2 18:23:34 2013	(r326053)
+++ head/www/p5-Plack-Handler-AnyEvent-HTTPD/Makefile	Mon Sep  2 18:41:05 2013	(r326054)
@@ -22,7 +22,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::HTTPD.3
 

Modified: head/www/p5-Plack-Middleware-File-Sass/Makefile
==============================================================================
--- head/www/p5-Plack-Middleware-File-Sass/Makefile	Mon Sep  2 18:23:34 2013	(r326053)
+++ head/www/p5-Plack-Middleware-File-Sass/Makefile	Mon Sep  2 18:41:05 2013	(r326054)
@@ -20,7 +20,8 @@ RUN_DEPENDS=	\
 BUILD_DEPENDS:=	${RUN_DEPENDS}
 # Now, sass gem can be used instead of p5-Text-Sass.
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=	Plack::Middleware::File::Sass.3
 

Modified: head/www/p5-Plack-Middleware-SocketIO/Makefile
==============================================================================
--- head/www/p5-Plack-Middleware-SocketIO/Makefile	Mon Sep  2 18:23:34 2013	(r326053)
+++ head/www/p5-Plack-Middleware-SocketIO/Makefile	Mon Sep  2 18:41:05 2013	(r326054)
@@ -22,7 +22,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::SocketIO.3 \
 	Plack::Middleware::SocketIO::Base.3 \

Modified: head/www/p5-Plack-Server-Coro/Makefile
==============================================================================
--- head/www/p5-Plack-Server-Coro/Makefile	Mon Sep  2 18:23:34 2013	(r326053)
+++ head/www/p5-Plack-Server-Coro/Makefile	Mon Sep  2 18:41:05 2013	(r326054)
@@ -23,7 +23,8 @@ BUILD_DEPENDS:=	${RUN_DEPENDS}
 TEST_DEPENDS=	p5-Test-Requires>=0:${PORTSDIR}/devel/p5-Test-Requires \
 		p5-Test-TCP>0:${PORTSDIR}/devel/p5-Test-TCP
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=	Plack::Server::Coro.3
 

Modified: head/www/p5-SCGI/Makefile
==============================================================================
--- head/www/p5-SCGI/Makefile	Mon Sep  2 18:23:34 2013	(r326053)
+++ head/www/p5-SCGI/Makefile	Mon Sep  2 18:41:05 2013	(r326054)
@@ -15,7 +15,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	vivek@khera.org
 COMMENT=	SCGI server interface
 
-PERL_MODBUILD=	yes
+USES=		perl5
+USE_PERL5=	modbuild
 
 MAN3=	SCGI.3 SCGI::Request.3
 

Modified: head/www/p5-WWW-LongURL/Makefile
==============================================================================
--- head/www/p5-WWW-LongURL/Makefile	Mon Sep  2 18:23:34 2013	(r326053)
+++ head/www/p5-WWW-LongURL/Makefile	Mon Sep  2 18:41:05 2013	(r326054)
@@ -25,7 +25,8 @@ RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 TEST_DEPENDS=	p5-LWP-Online>0:${PORTSDIR}/www/p5-LWP-Online
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		WWW::LongURL.3
 

Modified: head/www/wikicalc/Makefile
==============================================================================
--- head/www/wikicalc/Makefile	Mon Sep  2 18:23:34 2013	(r326053)
+++ head/www/wikicalc/Makefile	Mon Sep  2 18:41:05 2013	(r326054)
@@ -16,7 +16,7 @@ COMMENT=	An Open Source Wiki-Spreadsheet
 
 RUN_DEPENDS=	p5-libwww>=0:${PORTSDIR}/www/p5-libwww
 
-USE_PERL5=	yes
+USES=		perl5
 NO_BUILD=	yes
 WRKSRC=		${WRKDIR}/${PORTNAME}
 SUB_FILES=	setup.sh



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