Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Sep 2013 13:06:13 +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: r326148 - in head/www: fswiki jdresolve p5-CGI-EncryptForm p5-Catalyst-Engine-PSGI p5-Catalyst-Model-Memcached p5-Catalyst-Plugin-Session-Store-Memcached-Fast p5-GunghoX-FollowLinks p5-...
Message-ID:  <201309031306.r83D6DSK024561@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: az
Date: Tue Sep  3 13:06:13 2013
New Revision: 326148
URL: http://svnweb.freebsd.org/changeset/ports/326148

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

Modified:
  head/www/fswiki/Makefile   (contents, props changed)
  head/www/jdresolve/Makefile   (contents, props changed)
  head/www/p5-CGI-EncryptForm/Makefile   (contents, props changed)
  head/www/p5-Catalyst-Engine-PSGI/Makefile   (contents, props changed)
  head/www/p5-Catalyst-Model-Memcached/Makefile   (contents, props changed)
  head/www/p5-Catalyst-Plugin-Session-Store-Memcached-Fast/Makefile   (contents, props changed)
  head/www/p5-GunghoX-FollowLinks/Makefile   (contents, props changed)
  head/www/p5-HTML-Adsense/Makefile   (contents, props changed)
  head/www/p5-HTML-Query/Makefile
  head/www/p5-HTML-Template-Associate/Makefile   (contents, props changed)
  head/www/p5-HTML-Template-Pluggable/Makefile   (contents, props changed)
  head/www/p5-Plack-Middleware-JSConcat/Makefile   (contents, props changed)
  head/www/p5-Router-Simple-Sinatraish/Makefile   (contents, props changed)
  head/www/p5-Template-Plugin-Monta/Makefile   (contents, props changed)
  head/www/p5-W3C-LinkChecker/Makefile   (contents, props changed)
  head/www/p5-WWW-OpenSVN/Makefile   (contents, props changed)
  head/www/p5-WWW-Shorten-NotLong/Makefile   (contents, props changed)
  head/www/p5-WWW-iTunesConnect/Makefile
  head/www/webstats/Makefile

Modified: head/www/fswiki/Makefile
==============================================================================
--- head/www/fswiki/Makefile	Tue Sep  3 13:05:02 2013	(r326147)
+++ head/www/fswiki/Makefile	Tue Sep  3 13:06:13 2013	(r326148)
@@ -15,7 +15,7 @@ RUN_DEPENDS=	ja-p5-Jcode>=0:${PORTSDIR}/
 	p5-HTML-Template>=0:${PORTSDIR}/www/p5-HTML-Template
 
 USE_ZIP=	yes
-USE_PERL5=	yes
+USES=		perl5
 NO_BUILD=	yes
 
 post-extract:

Modified: head/www/jdresolve/Makefile
==============================================================================
--- head/www/jdresolve/Makefile	Tue Sep  3 13:05:02 2013	(r326147)
+++ head/www/jdresolve/Makefile	Tue Sep  3 13:06:13 2013	(r326148)
@@ -19,7 +19,7 @@ COMMENT=	A IP addresse to hostname progr
 BUILD_DEPENDS=	p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-USE_PERL5=	yes
+USES=		perl5
 NO_BUILD=	yes
 
 MANCOMPRESSED=	no

Modified: head/www/p5-CGI-EncryptForm/Makefile
==============================================================================
--- head/www/p5-CGI-EncryptForm/Makefile	Tue Sep  3 13:05:02 2013	(r326147)
+++ head/www/p5-CGI-EncryptForm/Makefile	Tue Sep  3 13:06:13 2013	(r326148)
@@ -20,7 +20,8 @@ BUILD_DEPENDS=	p5-Crypt-HCE_SHA>=0:${POR
 		p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=	CGI::EncryptForm.3
 

Modified: head/www/p5-Catalyst-Engine-PSGI/Makefile
==============================================================================
--- head/www/p5-Catalyst-Engine-PSGI/Makefile	Tue Sep  3 13:05:02 2013	(r326147)
+++ head/www/p5-Catalyst-Engine-PSGI/Makefile	Tue Sep  3 13:06:13 2013	(r326148)
@@ -20,7 +20,8 @@ RUN_DEPENDS=	\
 	p5-Catalyst-Action-RenderView>0:${PORTSDIR}/www/p5-Catalyst-Action-RenderView
 BUILD_DEPENDS:=	${RUN_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=	Catalyst::Controller::Metal.3 \
 	Catalyst::Engine::PSGI.3 \

Modified: head/www/p5-Catalyst-Model-Memcached/Makefile
==============================================================================
--- head/www/p5-Catalyst-Model-Memcached/Makefile	Tue Sep  3 13:05:02 2013	(r326147)
+++ head/www/p5-Catalyst-Model-Memcached/Makefile	Tue Sep  3 13:06:13 2013	(r326148)
@@ -19,7 +19,8 @@ RUN_DEPENDS=	p5-Cache-Memcached-Fast>=0.
 		p5-Catalyst-Runtime>=5.8:${PORTSDIR}/www/p5-Catalyst-Runtime
 BUILD_DEPENDS:=	${RUN_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Catalyst::Model::Memcached.3
 

Modified: head/www/p5-Catalyst-Plugin-Session-Store-Memcached-Fast/Makefile
==============================================================================
--- head/www/p5-Catalyst-Plugin-Session-Store-Memcached-Fast/Makefile	Tue Sep  3 13:05:02 2013	(r326147)
+++ head/www/p5-Catalyst-Plugin-Session-Store-Memcached-Fast/Makefile	Tue Sep  3 13:06:13 2013	(r326148)
@@ -21,7 +21,8 @@ BUILD_DEPENDS=	p5-Cache-Memcached-Fast>=
 		p5-Class-Data-Inheritable>=0:${PORTSDIR}/devel/p5-Class-Data-Inheritable
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-PERL_MODBUILD=	yes
+USES=		perl5
+USE_PERL5=	modbuild
 
 MAN3=	Catalyst::Plugin::Session::Store::Memcached::Fast.3
 

Modified: head/www/p5-GunghoX-FollowLinks/Makefile
==============================================================================
--- head/www/p5-GunghoX-FollowLinks/Makefile	Tue Sep  3 13:05:02 2013	(r326147)
+++ head/www/p5-GunghoX-FollowLinks/Makefile	Tue Sep  3 13:06:13 2013	(r326148)
@@ -25,7 +25,8 @@ RUN_DEPENDS=	\
 BUILD_DEPENDS:=	${RUN_DEPENDS}
 TEST_DEPENDS=	p5-Class-Null>0:${PORTSDIR}/devel/p5-Class-Null
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=	GunghoX::FollowLinks.3 \
 	GunghoX::FollowLinks::Filter.3 \

Modified: head/www/p5-HTML-Adsense/Makefile
==============================================================================
--- head/www/p5-HTML-Adsense/Makefile	Tue Sep  3 13:05:02 2013	(r326147)
+++ head/www/p5-HTML-Adsense/Makefile	Tue Sep  3 13:06:13 2013	(r326148)
@@ -17,7 +17,8 @@ COMMENT=	Create adsense widgets easily
 
 RUN_DEPENDS=	p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		HTML::Adsense.3
 

Modified: head/www/p5-HTML-Query/Makefile
==============================================================================
--- head/www/p5-HTML-Query/Makefile	Tue Sep  3 13:05:02 2013	(r326147)
+++ head/www/p5-HTML-Query/Makefile	Tue Sep  3 13:06:13 2013	(r326148)
@@ -17,7 +17,8 @@ COMMENT=	JQuery-like selection queries f
 RUN_DEPENDS+=	p5-Badger>0.0:${PORTSDIR}/devel/p5-Badger \
 		p5-HTML-Tree>=3.23:${PORTSDIR}/www/p5-HTML-Tree
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		HTML::Query.3
 PLIST_FILES=	%%SITE_PERL%%/HTML/Query.pm \

Modified: head/www/p5-HTML-Template-Associate/Makefile
==============================================================================
--- head/www/p5-HTML-Template-Associate/Makefile	Tue Sep  3 13:05:02 2013	(r326147)
+++ head/www/p5-HTML-Template-Associate/Makefile	Tue Sep  3 13:06:13 2013	(r326148)
@@ -19,7 +19,8 @@ RUN_DEPENDS=	p5-HTML-Template>=0:${PORTS
 		p5-Data-FormValidator>=0:${PORTSDIR}/textproc/p5-Data-FormValidator
 BUILD_DEPENDS:=	${RUN_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		HTML::Template::Associate.3 \
 		HTML::Template::Associate::DBI.3 \

Modified: head/www/p5-HTML-Template-Pluggable/Makefile
==============================================================================
--- head/www/p5-HTML-Template-Pluggable/Makefile	Tue Sep  3 13:05:02 2013	(r326147)
+++ head/www/p5-HTML-Template-Pluggable/Makefile	Tue Sep  3 13:06:13 2013	(r326148)
@@ -20,7 +20,8 @@ BUILD_DEPENDS=	p5-HTML-Template>=2.7:${P
 		p5-Class-Trigger>=0:${PORTSDIR}/devel/p5-Class-Trigger
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		HTML::Template::Pluggable.3 \
 		HTML::Template::Plugin::Dot.3

Modified: head/www/p5-Plack-Middleware-JSConcat/Makefile
==============================================================================
--- head/www/p5-Plack-Middleware-JSConcat/Makefile	Tue Sep  3 13:05:02 2013	(r326147)
+++ head/www/p5-Plack-Middleware-JSConcat/Makefile	Tue Sep  3 13:06:13 2013	(r326148)
@@ -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::JSConcat.3
 

Modified: head/www/p5-Router-Simple-Sinatraish/Makefile
==============================================================================
--- head/www/p5-Router-Simple-Sinatraish/Makefile	Tue Sep  3 13:05:02 2013	(r326147)
+++ head/www/p5-Router-Simple-Sinatraish/Makefile	Tue Sep  3 13:06:13 2013	(r326148)
@@ -13,7 +13,8 @@ RUN_DEPENDS=	\
 	p5-Router-Simple>=0.09:${PORTSDIR}/www/p5-Router-Simple
 BUILD_DEPENDS=	${RUN_DEPENDS}
 
-PERL_MODBUILD=	yes
+USES=		perl5
+USE_PERL5=	modbuild
 
 MAN3=	Router::Simple::Sinatraish.3
 

Modified: head/www/p5-Template-Plugin-Monta/Makefile
==============================================================================
--- head/www/p5-Template-Plugin-Monta/Makefile	Tue Sep  3 13:05:02 2013	(r326147)
+++ head/www/p5-Template-Plugin-Monta/Makefile	Tue Sep  3 13:06:13 2013	(r326148)
@@ -18,7 +18,8 @@ BUILD_DEPENDS=	p5-Template-Toolkit>=0:${
 RUN_DEPENDS:=	${BUILD_DEPENDS} \
 		p5-Acme-Monta>=0:${PORTSDIR}/www/p5-Acme-Monta
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Template::Plugin::Monta.3
 

Modified: head/www/p5-W3C-LinkChecker/Makefile
==============================================================================
--- head/www/p5-W3C-LinkChecker/Makefile	Tue Sep  3 13:05:02 2013	(r326147)
+++ head/www/p5-W3C-LinkChecker/Makefile	Tue Sep  3 13:06:13 2013	(r326148)
@@ -28,6 +28,7 @@ RUN_DEPENDS:=	${BUILD_DEPENDS}
 MAN1=		checklink.1
 MANCOMPRESSED=	no
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 .include <bsd.port.mk>

Modified: head/www/p5-WWW-OpenSVN/Makefile
==============================================================================
--- head/www/p5-WWW-OpenSVN/Makefile	Tue Sep  3 13:05:02 2013	(r326147)
+++ head/www/p5-WWW-OpenSVN/Makefile	Tue Sep  3 13:06:13 2013	(r326148)
@@ -17,7 +17,8 @@ COMMENT=	An automated interface for Open
 BUILD_DEPENDS=	p5-libwww>=0:${PORTSDIR}/www/p5-libwww
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-PERL_MODBUILD=	yes
+USES=		perl5
+USE_PERL5=	modbuild
 
 MAN3=		WWW::OpenSVN.3
 

Modified: head/www/p5-WWW-Shorten-NotLong/Makefile
==============================================================================
--- head/www/p5-WWW-Shorten-NotLong/Makefile	Tue Sep  3 13:05:02 2013	(r326147)
+++ head/www/p5-WWW-Shorten-NotLong/Makefile	Tue Sep  3 13:06:13 2013	(r326148)
@@ -21,6 +21,7 @@ RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 MAN3=		WWW::Shorten::NotLong.3
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 .include <bsd.port.mk>

Modified: head/www/p5-WWW-iTunesConnect/Makefile
==============================================================================
--- head/www/p5-WWW-iTunesConnect/Makefile	Tue Sep  3 13:05:02 2013	(r326147)
+++ head/www/p5-WWW-iTunesConnect/Makefile	Tue Sep  3 13:06:13 2013	(r326148)
@@ -18,7 +18,8 @@ BUILD_DEPENDS=	p5-HTML-Tree>=0:${PORTSDI
 		p5-HTML-Form>=0:${PORTSDIR}/www/p5-HTML-Form
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-PERL_CONFIGURE=	YES
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		WWW::iTunesConnect.3
 

Modified: head/www/webstats/Makefile
==============================================================================
--- head/www/webstats/Makefile	Tue Sep  3 13:05:02 2013	(r326147)
+++ head/www/webstats/Makefile	Tue Sep  3 13:06:13 2013	(r326148)
@@ -16,7 +16,7 @@ RUN_DEPENDS=	analog:${PORTSDIR}/www/anal
 		${LOCALBASE}/reportmagic/rmagic.pl:${PORTSDIR}/www/reportmagic
 
 NO_BUILD=	yes
-USE_PERL5=	yes
+USES=		perl5
 
 post-patch:
 	@${REINPLACE_CMD} -i '' -e 's|%%PREFIX%%|${PREFIX}|' \



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