Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Sep 2013 07:00:15 +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: r326468 - in head/net: libproxy-perl p5-IP-Anonymous p5-Net-Amazon-Signature p5-Net-Analysis p5-Net-EPP p5-Net-FS-Gmail p5-Net-Frame-Layer-ICMPv6 p5-Net-INET6Glue p5-Net-Jaiku p5-Net-Pi...
Message-ID:  <201309060700.r8670Fx5064039@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: az
Date: Fri Sep  6 07:00:15 2013
New Revision: 326468
URL: http://svnweb.freebsd.org/changeset/ports/326468

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

Modified:
  head/net/libproxy-perl/Makefile   (contents, props changed)
  head/net/p5-IP-Anonymous/Makefile   (contents, props changed)
  head/net/p5-Net-Amazon-Signature/Makefile   (contents, props changed)
  head/net/p5-Net-Analysis/Makefile   (contents, props changed)
  head/net/p5-Net-EPP/Makefile
  head/net/p5-Net-FS-Gmail/Makefile   (contents, props changed)
  head/net/p5-Net-Frame-Layer-ICMPv6/Makefile
  head/net/p5-Net-INET6Glue/Makefile   (contents, props changed)
  head/net/p5-Net-Jaiku/Makefile   (contents, props changed)
  head/net/p5-Net-Ping-External/Makefile   (contents, props changed)
  head/net/p5-Net-PubSubHubbub-Publisher/Makefile   (contents, props changed)
  head/net/p5-Net-SMS-PChome/Makefile   (contents, props changed)
  head/net/p5-Net-Traceroute/Makefile   (contents, props changed)
  head/net/p5-Net-Whois/Makefile   (contents, props changed)
  head/net/p5-Phone-Info/Makefile   (contents, props changed)
  head/net/p5-Test-URI/Makefile   (contents, props changed)
  head/net/p5-URI-FromHash/Makefile   (contents, props changed)
  head/net/ripe-whois/Makefile   (contents, props changed)
  head/net/xbone/Makefile   (contents, props changed)

Modified: head/net/libproxy-perl/Makefile
==============================================================================
--- head/net/libproxy-perl/Makefile	Fri Sep  6 06:57:39 2013	(r326467)
+++ head/net/libproxy-perl/Makefile	Fri Sep  6 07:00:15 2013	(r326468)
@@ -17,7 +17,7 @@ LIB_DEPENDS=	proxy.1:${PORTSDIR}/net/lib
 MASTERDIR=	${.CURDIR}/../libproxy
 DESCR=		${.CURDIR}/pkg-descr
 PLIST=		${.CURDIR}/pkg-plist
-USE_PERL5=	yes
+USES=		perl5
 
 LIBPROXY_SLAVE=	perl
 

Modified: head/net/p5-IP-Anonymous/Makefile
==============================================================================
--- head/net/p5-IP-Anonymous/Makefile	Fri Sep  6 06:57:39 2013	(r326467)
+++ head/net/p5-IP-Anonymous/Makefile	Fri Sep  6 07:00:15 2013	(r326468)
@@ -16,7 +16,8 @@ COMMENT=	Perl extension to provide anony
 
 RUN_DEPENDS=	p5-Crypt-Rijndael>=0:${PORTSDIR}/security/p5-Crypt-Rijndael
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		IP::Anonymous.3
 

Modified: head/net/p5-Net-Amazon-Signature/Makefile
==============================================================================
--- head/net/p5-Net-Amazon-Signature/Makefile	Fri Sep  6 06:57:39 2013	(r326467)
+++ head/net/p5-Net-Amazon-Signature/Makefile	Fri Sep  6 07:00:15 2013	(r326468)
@@ -19,7 +19,8 @@ TEST_DEPENDS=	p5-Spiffy>=0:${PORTSDIR}/d
 		p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \
 		p5-Digest-HMAC>=0:${PORTSDIR}/security/p5-Digest-HMAC
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Net::Amazon::Signature.3
 

Modified: head/net/p5-Net-Analysis/Makefile
==============================================================================
--- head/net/p5-Net-Analysis/Makefile	Fri Sep  6 06:57:39 2013	(r326467)
+++ head/net/p5-Net-Analysis/Makefile	Fri Sep  6 07:00:15 2013	(r326468)
@@ -21,7 +21,8 @@ RUN_DEPENDS=	p5-Net-Pcap>=0:${PORTSDIR}/
 BUILD_DEPENDS:=	${RUN_DEPENDS}
 TEST_DEPENDS=	p5-Test-MockObject>=0:${PORTSDIR}/devel/p5-Test-MockObject
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Net::Analysis.3 \
 		Net::Analysis::Constants.3 \

Modified: head/net/p5-Net-EPP/Makefile
==============================================================================
--- head/net/p5-Net-EPP/Makefile	Fri Sep  6 06:57:39 2013	(r326467)
+++ head/net/p5-Net-EPP/Makefile	Fri Sep  6 07:00:15 2013	(r326468)
@@ -63,6 +63,7 @@ MAN3=	Net::EPP.3 \
 	Net::EPP::Frame::Command::Transfer::Contact.3 \
 	Net::EPP::Frame::Command::Poll::Ack.3
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 .include <bsd.port.mk>

Modified: head/net/p5-Net-FS-Gmail/Makefile
==============================================================================
--- head/net/p5-Net-FS-Gmail/Makefile	Fri Sep  6 06:57:39 2013	(r326467)
+++ head/net/p5-Net-FS-Gmail/Makefile	Fri Sep  6 07:00:15 2013	(r326468)
@@ -19,7 +19,8 @@ BUILD_DEPENDS=	p5-Mail-Webmail-Gmail>=0:
 		p5-URI>=0:${PORTSDIR}/net/p5-URI
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN1=		gmailfs.1
 MAN3=		Net::FS::Gmail.3

Modified: head/net/p5-Net-Frame-Layer-ICMPv6/Makefile
==============================================================================
--- head/net/p5-Net-Frame-Layer-ICMPv6/Makefile	Fri Sep  6 06:57:39 2013	(r326467)
+++ head/net/p5-Net-Frame-Layer-ICMPv6/Makefile	Fri Sep  6 07:00:15 2013	(r326468)
@@ -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::ICMPv6.3 \
 		Net::Frame::Layer::ICMPv6::DestUnreach.3 \

Modified: head/net/p5-Net-INET6Glue/Makefile
==============================================================================
--- head/net/p5-Net-INET6Glue/Makefile	Fri Sep  6 06:57:39 2013	(r326467)
+++ head/net/p5-Net-INET6Glue/Makefile	Fri Sep  6 07:00:15 2013	(r326468)
@@ -18,7 +18,8 @@ COMMENT=	Make common modules IPv6 ready 
 BUILD_DEPENDS=	p5-IO-Socket-INET6>=0:${PORTSDIR}/net/p5-IO-Socket-INET6
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Net::INET6Glue.3 \
 		Net::INET6Glue::FTP.3 \

Modified: head/net/p5-Net-Jaiku/Makefile
==============================================================================
--- head/net/p5-Net-Jaiku/Makefile	Fri Sep  6 06:57:39 2013	(r326467)
+++ head/net/p5-Net-Jaiku/Makefile	Fri Sep  6 07:00:15 2013	(r326468)
@@ -23,7 +23,8 @@ BUILD_DEPENDS=	p5-libwww>=5.805:${PORTSD
 		p5-JSON-Any>0:${PORTSDIR}/converters/p5-JSON-Any \
 		p5-Params-Validate>0:${PORTSDIR}/devel/p5-Params-Validate
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=	Net::Jaiku.3
 

Modified: head/net/p5-Net-Ping-External/Makefile
==============================================================================
--- head/net/p5-Net-Ping-External/Makefile	Fri Sep  6 06:57:39 2013	(r326467)
+++ head/net/p5-Net-Ping-External/Makefile	Fri Sep  6 07:00:15 2013	(r326468)
@@ -18,7 +18,8 @@ LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
 
 USE_ZIP=	yes
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Net::Ping::External.3
 

Modified: head/net/p5-Net-PubSubHubbub-Publisher/Makefile
==============================================================================
--- head/net/p5-Net-PubSubHubbub-Publisher/Makefile	Fri Sep  6 06:57:39 2013	(r326467)
+++ head/net/p5-Net-PubSubHubbub-Publisher/Makefile	Fri Sep  6 07:00:15 2013	(r326468)
@@ -16,7 +16,8 @@ COMMENT=	Client library to ping a PubSub
 
 RUN_DEPENDS=	p5-libwww>=0:${PORTSDIR}/www/p5-libwww
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Net::PubSubHubbub::Publisher.3
 

Modified: head/net/p5-Net-SMS-PChome/Makefile
==============================================================================
--- head/net/p5-Net-SMS-PChome/Makefile	Fri Sep  6 06:57:39 2013	(r326467)
+++ head/net/p5-Net-SMS-PChome/Makefile	Fri Sep  6 07:00:15 2013	(r326468)
@@ -19,7 +19,8 @@ BUILD_DEPENDS=	p5-WWW-Mechanize>=0:${POR
 		p5-Date-Calc>=0:${PORTSDIR}/devel/p5-Date-Calc
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Net::SMS::PChome.3
 

Modified: head/net/p5-Net-Traceroute/Makefile
==============================================================================
--- head/net/p5-Net-Traceroute/Makefile	Fri Sep  6 06:57:39 2013	(r326467)
+++ head/net/p5-Net-Traceroute/Makefile	Fri Sep  6 07:00:15 2013	(r326468)
@@ -15,7 +15,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	kuriyama@FreeBSD.org
 COMMENT=	Perl module to parse traceroute(8)
 
-PERL_CONFIGURE=	YES
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Net::Traceroute.3
 

Modified: head/net/p5-Net-Whois/Makefile
==============================================================================
--- head/net/p5-Net-Whois/Makefile	Fri Sep  6 06:57:39 2013	(r326467)
+++ head/net/p5-Net-Whois/Makefile	Fri Sep  6 07:00:15 2013	(r326468)
@@ -16,7 +16,8 @@ COMMENT=	A perl5 module to get informati
 
 RUN_DEPENDS=	p5-Locale-Codes>=0:${PORTSDIR}/misc/p5-Locale-Codes
 
-PERL_CONFIGURE=	YES
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Net::Whois.3
 

Modified: head/net/p5-Phone-Info/Makefile
==============================================================================
--- head/net/p5-Phone-Info/Makefile	Fri Sep  6 06:57:39 2013	(r326467)
+++ head/net/p5-Phone-Info/Makefile	Fri Sep  6 07:00:15 2013	(r326468)
@@ -17,7 +17,8 @@ COMMENT=	Provides a nicer CLI interface 
 
 RUN_DEPENDS=	p5-Net-WhitePages>=0:${PORTSDIR}/net/p5-Net-WhitePages
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Phone::Info.3
 

Modified: head/net/p5-Test-URI/Makefile
==============================================================================
--- head/net/p5-Test-URI/Makefile	Fri Sep  6 06:57:39 2013	(r326467)
+++ head/net/p5-Test-URI/Makefile	Fri Sep  6 07:00:15 2013	(r326468)
@@ -20,7 +20,8 @@ RUN_DEPENDS=	p5-URI>=0:${PORTSDIR}/net/p
 BUILD_DEPENDS=	p5-URI>=0:${PORTSDIR}/net/p5-URI	\
 		p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Test::URI.3
 

Modified: head/net/p5-URI-FromHash/Makefile
==============================================================================
--- head/net/p5-URI-FromHash/Makefile	Fri Sep  6 06:57:39 2013	(r326467)
+++ head/net/p5-URI-FromHash/Makefile	Fri Sep  6 07:00:15 2013	(r326468)
@@ -16,7 +16,8 @@ BUILD_DEPENDS=	p5-Params-Validate>=0:${P
 		p5-URI>=1.22:${PORTSDIR}/net/p5-URI
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-PERL_CONFIGURE=	YES
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		URI::FromHash.3
 

Modified: head/net/ripe-whois/Makefile
==============================================================================
--- head/net/ripe-whois/Makefile	Fri Sep  6 06:57:39 2013	(r326467)
+++ head/net/ripe-whois/Makefile	Fri Sep  6 07:00:15 2013	(r326468)
@@ -14,7 +14,8 @@ DISTNAME=	whois3-${PORTVERSION}
 MAINTAINER=	lerik@nolink.net
 COMMENT=	The RIPE whois client version 3
 
-USE_PERL5_BUILD=	yes
+USES=		perl5
+USE_PERL5=	build
 
 GNU_CONFIGURE=	yes
 

Modified: head/net/xbone/Makefile
==============================================================================
--- head/net/xbone/Makefile	Fri Sep  6 06:57:39 2013	(r326467)
+++ head/net/xbone/Makefile	Fri Sep  6 07:00:15 2013	(r326468)
@@ -42,7 +42,7 @@ BUILD_DEPENDS=	p5-AppConfig>=0:${PORTSDI
 USE_GMAKE=	yes
 #IS_INTERACTIVE=	yes
 NO_BUILD=	yes
-USE_PERL5=	yes
+USES=		perl5
 USE_OPENLDAP=	yes
 
 INSTALL_TARGET=	node



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