Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Sep 2013 09:21:19 +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: r326481 - in head/net: p5-Apache2-SOAP p5-Growl-GNTP p5-Net-APNS p5-Net-Amazon-Thumbnail p5-Net-Cassandra p5-Net-DHCPClient p5-Net-Frame-Layer-IPv6 p5-Net-IP-RangeCompare p5-Net-Ident p...
Message-ID:  <201309060921.r869LJBd050615@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: az
Date: Fri Sep  6 09:21:19 2013
New Revision: 326481
URL: http://svnweb.freebsd.org/changeset/ports/326481

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

Modified:
  head/net/p5-Apache2-SOAP/Makefile   (contents, props changed)
  head/net/p5-Growl-GNTP/Makefile   (contents, props changed)
  head/net/p5-Net-APNS/Makefile   (contents, props changed)
  head/net/p5-Net-Amazon-Thumbnail/Makefile   (contents, props changed)
  head/net/p5-Net-Cassandra/Makefile   (contents, props changed)
  head/net/p5-Net-DHCPClient/Makefile   (contents, props changed)
  head/net/p5-Net-Frame-Layer-IPv6/Makefile
  head/net/p5-Net-IP-RangeCompare/Makefile   (contents, props changed)
  head/net/p5-Net-Ident/Makefile   (contents, props changed)
  head/net/p5-Net-MAC/Makefile   (contents, props changed)
  head/net/p5-Net-Mosso-CloudFiles/Makefile   (contents, props changed)
  head/net/p5-Net-OAuth/Makefile
  head/net/p5-Net-OpenStack-Attack/Makefile   (contents, props changed)
  head/net/p5-Net-SSH/Makefile   (contents, props changed)
  head/net/p5-Net-Wake/Makefile   (contents, props changed)
  head/net/p5-Net-WhitePages/Makefile   (contents, props changed)
  head/net/p5-Net-Whois-RIPE/Makefile   (contents, props changed)
  head/net/p5-URI-SmartURI/Makefile
  head/net/xrdesktop/Makefile   (contents, props changed)

Modified: head/net/p5-Apache2-SOAP/Makefile
==============================================================================
--- head/net/p5-Apache2-SOAP/Makefile	Fri Sep  6 08:37:48 2013	(r326480)
+++ head/net/p5-Apache2-SOAP/Makefile	Fri Sep  6 09:21:19 2013	(r326481)
@@ -19,7 +19,8 @@ BUILD_DEPENDS=	${APACHE_PKGNAMEPREFIX}mo
 		p5-SOAP-Lite>=0:${PORTSDIR}/net/p5-SOAP-Lite
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 USE_APACHE=	22+
 
 MAN3=		Apache2::SOAP.3

Modified: head/net/p5-Growl-GNTP/Makefile
==============================================================================
--- head/net/p5-Growl-GNTP/Makefile	Fri Sep  6 08:37:48 2013	(r326480)
+++ head/net/p5-Growl-GNTP/Makefile	Fri Sep  6 09:21:19 2013	(r326481)
@@ -16,7 +16,8 @@ BUILD_DEPENDS=	p5-Data-UUID>=0:${PORTSDI
 		p5-Crypt-CBC>=0:${PORTSDIR}/security/p5-Crypt-CBC
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=	Growl::GNTP.3
 

Modified: head/net/p5-Net-APNS/Makefile
==============================================================================
--- head/net/p5-Net-APNS/Makefile	Fri Sep  6 08:37:48 2013	(r326480)
+++ head/net/p5-Net-APNS/Makefile	Fri Sep  6 09:21:19 2013	(r326481)
@@ -21,7 +21,8 @@ RUN_DEPENDS=	\
 	p5-Sub-Exporter>=0.982:${PORTSDIR}/devel/p5-Sub-Exporter
 BUILD_DEPENDS=	${RUN_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=	Net::APNS.3 \
 	Net::APNS::Notification.3

Modified: head/net/p5-Net-Amazon-Thumbnail/Makefile
==============================================================================
--- head/net/p5-Net-Amazon-Thumbnail/Makefile	Fri Sep  6 08:37:48 2013	(r326480)
+++ head/net/p5-Net-Amazon-Thumbnail/Makefile	Fri Sep  6 09:21:19 2013	(r326481)
@@ -23,7 +23,8 @@ RUN_DEPENDS=	p5-Class-Accessor>=0:${PORT
 		p5-XML-XPath>=0:${PORTSDIR}/textproc/p5-XML-XPath
 BUILD_DEPENDS:=	${RUN_DEPENDS}
 
-PERL_MODBUILD=	yes
+USES=		perl5
+USE_PERL5=	modbuild
 
 MAN3=		Net::Amazon::Thumbnail.3
 

Modified: head/net/p5-Net-Cassandra/Makefile
==============================================================================
--- head/net/p5-Net-Cassandra/Makefile	Fri Sep  6 08:37:48 2013	(r326480)
+++ head/net/p5-Net-Cassandra/Makefile	Fri Sep  6 09:21:19 2013	(r326481)
@@ -19,6 +19,7 @@ RUN_DEPENDS=	p5-Moose>0:${PORTSDIR}/deve
 		p5-MooseX-StrictConstructor>0:${PORTSDIR}/devel/p5-MooseX-StrictConstructor
 
 MAN3=		Net::Cassandra.3
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 .include <bsd.port.mk>

Modified: head/net/p5-Net-DHCPClient/Makefile
==============================================================================
--- head/net/p5-Net-DHCPClient/Makefile	Fri Sep  6 08:37:48 2013	(r326480)
+++ head/net/p5-Net-DHCPClient/Makefile	Fri Sep  6 09:21:19 2013	(r326481)
@@ -15,7 +15,8 @@ MAINTAINER=	sem@FreeBSD.org
 COMMENT=	A Perl implementation of a DHCP client API
 
 RUN_DEPENDS+=	p5-Net-RawIP>=0:${PORTSDIR}/net/p5-Net-RawIP
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 WRKSRC=		${WRKDIR}/${PORTNAME}
 

Modified: head/net/p5-Net-Frame-Layer-IPv6/Makefile
==============================================================================
--- head/net/p5-Net-Frame-Layer-IPv6/Makefile	Fri Sep  6 08:37:48 2013	(r326480)
+++ head/net/p5-Net-Frame-Layer-IPv6/Makefile	Fri Sep  6 09:21:19 2013	(r326481)
@@ -16,7 +16,8 @@ BUILD_DEPENDS=	p5-Bit-Vector>=0:${PORTSD
     		p5-Class-Gomor>=1.00:${PORTSDIR}/devel/p5-Class-Gomor
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Net::Frame::Layer::IPv6.3 \
 		Net::Frame::Layer::IPv6::Fragment.3 \

Modified: head/net/p5-Net-IP-RangeCompare/Makefile
==============================================================================
--- head/net/p5-Net-IP-RangeCompare/Makefile	Fri Sep  6 08:37:48 2013	(r326480)
+++ head/net/p5-Net-IP-RangeCompare/Makefile	Fri Sep  6 09:21:19 2013	(r326481)
@@ -17,7 +17,8 @@ COMMENT=	Perl extension for IP Range Com
 RUN_DEPENDS=	p5-Data-IPV4-Range-Parse>=0.05:${PORTSDIR}/net/p5-Data-IPV4-Range-Parse \
 		p5-Data-Range-Compare>=1.030:${PORTSDIR}/devel/p5-Data-Range-Compare
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Net::IP::RangeCompare.3
 

Modified: head/net/p5-Net-Ident/Makefile
==============================================================================
--- head/net/p5-Net-Ident/Makefile	Fri Sep  6 08:37:48 2013	(r326480)
+++ head/net/p5-Net-Ident/Makefile	Fri Sep  6 09:21:19 2013	(r326481)
@@ -15,7 +15,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	kai@xs4all.nl
 COMMENT=	Lookup the username on the remote end of a TCP/IP connection
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=	Net::Ident.3
 

Modified: head/net/p5-Net-MAC/Makefile
==============================================================================
--- head/net/p5-Net-MAC/Makefile	Fri Sep  6 08:37:48 2013	(r326480)
+++ head/net/p5-Net-MAC/Makefile	Fri Sep  6 09:21:19 2013	(r326481)
@@ -19,6 +19,7 @@ RUN_DEPENDS=	p5-libwww>=0:${PORTSDIR}/ww
 
 MAN3=		Net::MAC.3
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 .include <bsd.port.mk>

Modified: head/net/p5-Net-Mosso-CloudFiles/Makefile
==============================================================================
--- head/net/p5-Net-Mosso-CloudFiles/Makefile	Fri Sep  6 08:37:48 2013	(r326480)
+++ head/net/p5-Net-Mosso-CloudFiles/Makefile	Fri Sep  6 09:21:19 2013	(r326481)
@@ -28,7 +28,8 @@ RUN_DEPENDS=	p5-Digest-MD5-File>=0:${POR
 BUILD_DEPENDS:=	${RUN_DEPENDS}
 TEST_DEPENDS=	p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Net::Mosso::CloudFiles.3 \
 		Net::Mosso::CloudFiles::Container.3 \

Modified: head/net/p5-Net-OAuth/Makefile
==============================================================================
--- head/net/p5-Net-OAuth/Makefile	Fri Sep  6 08:37:48 2013	(r326480)
+++ head/net/p5-Net-OAuth/Makefile	Fri Sep  6 09:21:19 2013	(r326481)
@@ -22,7 +22,8 @@ BUILD_DEPENDS=	p5-Class-Accessor>=0.31:$
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 TEST_DEPENDS=	p5-Test-Warn>=0:${PORTSDIR}/devel/p5-Test-Warn
 
-PERL_MODBUILD=	yes
+USES=		perl5
+USE_PERL5=	modbuild
 
 MAN3=	Net::OAuth.3 \
 	Net::OAuth::AccessToken.3 \

Modified: head/net/p5-Net-OpenStack-Attack/Makefile
==============================================================================
--- head/net/p5-Net-OpenStack-Attack/Makefile	Fri Sep  6 08:37:48 2013	(r326480)
+++ head/net/p5-Net-OpenStack-Attack/Makefile	Fri Sep  6 09:21:19 2013	(r326481)
@@ -19,7 +19,8 @@ RUN_DEPENDS=	p5-Any-Moose>=0:${PORTSDIR}
 		p5-Net-HTTPS-NB>=0:${PORTSDIR}/net/p5-Net-HTTPS-NB \
 		p5-libwww>=0:${PORTSDIR}/www/p5-libwww
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN1=		stackattack.1
 MAN3=		Net::OpenStack::Attack.3

Modified: head/net/p5-Net-SSH/Makefile
==============================================================================
--- head/net/p5-Net-SSH/Makefile	Fri Sep  6 08:37:48 2013	(r326480)
+++ head/net/p5-Net-SSH/Makefile	Fri Sep  6 09:21:19 2013	(r326481)
@@ -14,7 +14,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	miwi@FreeBSD.org
 COMMENT=	Perl5 module to access and use ssh protocol
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Net::SSH.3
 

Modified: head/net/p5-Net-Wake/Makefile
==============================================================================
--- head/net/p5-Net-Wake/Makefile	Fri Sep  6 08:37:48 2013	(r326480)
+++ head/net/p5-Net-Wake/Makefile	Fri Sep  6 09:21:19 2013	(r326481)
@@ -14,7 +14,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	sarumaru@jp.FreeBSD.org
 COMMENT=	Send Wake On Lan (WOL) packets to power on computers
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Net::Wake.3
 

Modified: head/net/p5-Net-WhitePages/Makefile
==============================================================================
--- head/net/p5-Net-WhitePages/Makefile	Fri Sep  6 08:37:48 2013	(r326480)
+++ head/net/p5-Net-WhitePages/Makefile	Fri Sep  6 09:21:19 2013	(r326481)
@@ -20,7 +20,8 @@ BUILD_DEPENDS=	p5-Params-Validate>=0:${P
 		p5-libwww>=0:${PORTSDIR}/www/p5-libwww
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Net::WhitePages.3
 

Modified: head/net/p5-Net-Whois-RIPE/Makefile
==============================================================================
--- head/net/p5-Net-Whois-RIPE/Makefile	Fri Sep  6 08:37:48 2013	(r326480)
+++ head/net/p5-Net-Whois-RIPE/Makefile	Fri Sep  6 09:21:19 2013	(r326481)
@@ -23,7 +23,8 @@ RUN_DEPENDS:=	${BUILD_DEPENDS}
 TEST_DEPENDS=	p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \
 		p5-WWW-Mechanize>=0:${PORTSDIR}/www/p5-WWW-Mechanize
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Net::Whois::Object.3 \
 		Net::Whois::Object::AsBlock.3 \

Modified: head/net/p5-URI-SmartURI/Makefile
==============================================================================
--- head/net/p5-URI-SmartURI/Makefile	Fri Sep  6 08:37:48 2013	(r326480)
+++ head/net/p5-URI-SmartURI/Makefile	Fri Sep  6 09:21:19 2013	(r326481)
@@ -28,7 +28,8 @@ RUN_DEPENDS:=	${BUILD_DEPENDS}
 TEST_DEPENDS=	p5-Test-Fatal>0:${PORTSDIR}/devel/p5-Test-Fatal \
 		p5-Test-NoWarnings>0:${PORTSDIR}/devel/p5-Test-NoWarnings
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		URI::SmartURI.3
 

Modified: head/net/xrdesktop/Makefile
==============================================================================
--- head/net/xrdesktop/Makefile	Fri Sep  6 08:37:48 2013	(r326480)
+++ head/net/xrdesktop/Makefile	Fri Sep  6 09:21:19 2013	(r326481)
@@ -14,7 +14,7 @@ RUN_DEPENDS=	rdesktop:${PORTSDIR}/net/rd
 		p5-Gtk>=0:${PORTSDIR}/x11-toolkits/p5-Gtk
 
 NO_BUILD=	yes
-USE_PERL5=	yes
+USES=		perl5
 
 PLIST_FILES=	bin/xrdesktop
 



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