Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Sep 2013 10:47:11 +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: r326486 - in head/net: kojoney ldapsh nepenthes p5-AnyEvent-MPRPC p5-BBS-UserInfo-Wretch p5-Beanstalk-Client p5-Net-DHCP p5-Net-FS-Flickr p5-Net-Google-Code p5-Net-Growl p5-Net-HL7 p5-N...
Message-ID:  <201309061047.r86AlBhe000426@svn.freebsd.org>

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

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

Modified:
  head/net/kojoney/Makefile   (contents, props changed)
  head/net/ldapsh/Makefile   (contents, props changed)
  head/net/nepenthes/Makefile
  head/net/p5-AnyEvent-MPRPC/Makefile   (contents, props changed)
  head/net/p5-BBS-UserInfo-Wretch/Makefile   (contents, props changed)
  head/net/p5-Beanstalk-Client/Makefile   (contents, props changed)
  head/net/p5-Net-DHCP/Makefile
  head/net/p5-Net-FS-Flickr/Makefile   (contents, props changed)
  head/net/p5-Net-Google-Code/Makefile   (contents, props changed)
  head/net/p5-Net-Growl/Makefile   (contents, props changed)
  head/net/p5-Net-HL7/Makefile   (contents, props changed)
  head/net/p5-Net-LDAP-Makepath/Makefile   (contents, props changed)
  head/net/p5-Net-Libdnet/Makefile   (contents, props changed)
  head/net/p5-Net-Proxy/Makefile   (contents, props changed)
  head/net/p5-Net-SCP-Expect/Makefile   (contents, props changed)
  head/net/p5-Net-SMPP/Makefile   (contents, props changed)
  head/net/p5-Net-SSH-Expect/Makefile   (contents, props changed)
  head/net/p5-Net-uFTP/Makefile
  head/net/p5-URI-Template-Restrict/Makefile   (contents, props changed)

Modified: head/net/kojoney/Makefile
==============================================================================
--- head/net/kojoney/Makefile	Fri Sep  6 10:41:02 2013	(r326485)
+++ head/net/kojoney/Makefile	Fri Sep  6 10:47:10 2013	(r326486)
@@ -22,6 +22,7 @@ WRKSRC=		${WRKDIR}/kojoney
 USE_PYTHON=	2.5+
 USE_TWISTED=	conch
 USE_OPENSSL=	yes
-USE_PERL5_RUN=	yes
+USES=		perl5
+USE_PERL5=	run
 
 .include <bsd.port.mk>

Modified: head/net/ldapsh/Makefile
==============================================================================
--- head/net/ldapsh/Makefile	Fri Sep  6 10:41:02 2013	(r326485)
+++ head/net/ldapsh/Makefile	Fri Sep  6 10:47:10 2013	(r326486)
@@ -29,7 +29,8 @@ MAN1=		ldapsh.1
 MAN3=		Net::LDAP::Shell.3 Net::LDAP::Config.3 \
 		Net::LDAP::Shell::Parse.3 Net::LDAP::Shell::Util.3
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 post-patch:
 	${REINPLACE_CMD} -e "s,/usr/local/bin/perl,${PERL}," ${WRKSRC}/ldapsh

Modified: head/net/nepenthes/Makefile
==============================================================================
--- head/net/nepenthes/Makefile	Fri Sep  6 10:41:02 2013	(r326485)
+++ head/net/nepenthes/Makefile	Fri Sep  6 10:47:10 2013	(r326486)
@@ -24,7 +24,7 @@ CONFIGURE_ARGS+=	--enable-prelude
 CONFIGURE_ARGS+=	--enable-debug-logging
 .endif
 
-USE_PERL5=	yes
+USES=		perl5
 GNU_CONFIGURE=	yes
 
 DOCS=	README README.VFS logo-shaded.svg

Modified: head/net/p5-AnyEvent-MPRPC/Makefile
==============================================================================
--- head/net/p5-AnyEvent-MPRPC/Makefile	Fri Sep  6 10:41:02 2013	(r326485)
+++ head/net/p5-AnyEvent-MPRPC/Makefile	Fri Sep  6 10:47:10 2013	(r326486)
@@ -18,7 +18,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=	AnyEvent::MPRPC.3 \
 	AnyEvent::MPRPC::Client.3 \

Modified: head/net/p5-BBS-UserInfo-Wretch/Makefile
==============================================================================
--- head/net/p5-BBS-UserInfo-Wretch/Makefile	Fri Sep  6 10:41:02 2013	(r326485)
+++ head/net/p5-BBS-UserInfo-Wretch/Makefile	Fri Sep  6 10:47:10 2013	(r326486)
@@ -17,7 +17,8 @@ COMMENT=	Get user information of Wretch-
 
 RUN_DEPENDS=	p5-Expect>=0:${PORTSDIR}/lang/p5-Expect
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		BBS::UserInfo::Wretch.3
 

Modified: head/net/p5-Beanstalk-Client/Makefile
==============================================================================
--- head/net/p5-Beanstalk-Client/Makefile	Fri Sep  6 10:41:02 2013	(r326485)
+++ head/net/p5-Beanstalk-Client/Makefile	Fri Sep  6 10:47:10 2013	(r326486)
@@ -15,7 +15,8 @@ BUILD_DEPENDS=	p5-YAML-Syck>=0:${PORTSDI
 				p5-Error>=0:${PORTSDIR}/lang/p5-Error
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=	Beanstalk::Client.3 \
 		Beanstalk::Pool.3 \

Modified: head/net/p5-Net-DHCP/Makefile
==============================================================================
--- head/net/p5-Net-DHCP/Makefile	Fri Sep  6 10:41:02 2013	(r326485)
+++ head/net/p5-Net-DHCP/Makefile	Fri Sep  6 10:47:10 2013	(r326486)
@@ -15,7 +15,8 @@ LICENSE_COMB=	dual
 
 TEST_DEPENDS=	p5-Test-Warn>=0:${PORTSDIR}/devel/p5-Test-Warn
 
-PERL_MODBUILD=	yes
+USES=		perl5
+USE_PERL5=	modbuild
 
 MAN3=		Net::DHCP::Constants.3 \
 		Net::DHCP::Packet.3

Modified: head/net/p5-Net-FS-Flickr/Makefile
==============================================================================
--- head/net/p5-Net-FS-Flickr/Makefile	Fri Sep  6 10:41:02 2013	(r326485)
+++ head/net/p5-Net-FS-Flickr/Makefile	Fri Sep  6 10:47:10 2013	(r326486)
@@ -20,7 +20,8 @@ BUILD_DEPENDS=	p5-libwww>=0:${PORTSDIR}/
 		p5-Flickr-Upload>=0:${PORTSDIR}/www/p5-Flickr-Upload
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-PERL_MODBUILD=	yes
+USES=		perl5
+USE_PERL5=	modbuild
 
 MAN1=		flickrfs.1
 MAN3=		Net::FS::Flickr.3 \

Modified: head/net/p5-Net-Google-Code/Makefile
==============================================================================
--- head/net/p5-Net-Google-Code/Makefile	Fri Sep  6 10:41:02 2013	(r326485)
+++ head/net/p5-Net-Google-Code/Makefile	Fri Sep  6 10:47:10 2013	(r326486)
@@ -32,7 +32,8 @@ RUN_DEPENDS=	p5-Test-Simple>=0:${PORTSDI
 		p5-WWW-Mechanize>=0:${PORTSDIR}/www/p5-WWW-Mechanize \
 		p5-XML-FeedPP>=0:${PORTSDIR}/textproc/p5-XML-FeedPP
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Net::Google::Code.3 \
 		Net::Google::Code::AtomParser.3 \

Modified: head/net/p5-Net-Growl/Makefile
==============================================================================
--- head/net/p5-Net-Growl/Makefile	Fri Sep  6 10:41:02 2013	(r326485)
+++ head/net/p5-Net-Growl/Makefile	Fri Sep  6 10:47:10 2013	(r326486)
@@ -14,7 +14,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	markun@onohara.to
 COMMENT=	Growl Notifications over the network
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Net::Growl.3
 

Modified: head/net/p5-Net-HL7/Makefile
==============================================================================
--- head/net/p5-Net-HL7/Makefile	Fri Sep  6 10:41:02 2013	(r326485)
+++ head/net/p5-Net-HL7/Makefile	Fri Sep  6 10:47:10 2013	(r326486)
@@ -16,7 +16,8 @@ COMMENT=	Net::HL7 - A simple yet flexibl
 
 PORTDOCS=	README
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Net::HL7.3 \
 		Net::HL7::Request.3 \

Modified: head/net/p5-Net-LDAP-Makepath/Makefile
==============================================================================
--- head/net/p5-Net-LDAP-Makepath/Makefile	Fri Sep  6 10:41:02 2013	(r326485)
+++ head/net/p5-Net-LDAP-Makepath/Makefile	Fri Sep  6 10:47:10 2013	(r326486)
@@ -18,7 +18,8 @@ COMMENT=	Provides a method for creating 
 
 RUN_DEPENDS=	 p5-perl-ldap>=0:${PORTSDIR}/net/p5-perl-ldap
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Net::LDAP::Makepath.3
 

Modified: head/net/p5-Net-Libdnet/Makefile
==============================================================================
--- head/net/p5-Net-Libdnet/Makefile	Fri Sep  6 10:41:02 2013	(r326485)
+++ head/net/p5-Net-Libdnet/Makefile	Fri Sep  6 10:47:10 2013	(r326486)
@@ -18,7 +18,8 @@ BUILD_DEPENDS=	p5-Class-Gomor>=0:${PORTS
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 LIB_DEPENDS=	dnet.1:${PORTSDIR}/net/libdnet
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 CONFIGURE_ARGS=	INC='-I${LOCALBASE}/include'
 MAN3=	Net::Libdnet.3 Net::Libdnet::Entry::Intf.3 Net::Libdnet::Intf.3 \
 	Net::Libdnet::Ip.3 Net::Libdnet::Eth.3 Net::Libdnet::Tun.3 \

Modified: head/net/p5-Net-Proxy/Makefile
==============================================================================
--- head/net/p5-Net-Proxy/Makefile	Fri Sep  6 10:41:02 2013	(r326485)
+++ head/net/p5-Net-Proxy/Makefile	Fri Sep  6 10:47:10 2013	(r326486)
@@ -15,7 +15,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	jadawin@FreeBSD.org
 COMMENT=	Framework for proxying network connections in many ways
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=	Net::Proxy.3 \
 	Net::Proxy::Connector.3 \

Modified: head/net/p5-Net-SCP-Expect/Makefile
==============================================================================
--- head/net/p5-Net-SCP-Expect/Makefile	Fri Sep  6 10:41:02 2013	(r326485)
+++ head/net/p5-Net-SCP-Expect/Makefile	Fri Sep  6 10:47:10 2013	(r326486)
@@ -20,7 +20,8 @@ BUILD_DEPENDS=	p5-Expect>=1.14:${PORTSDI
 		p5-Term-ReadPassword>=0.01:${PORTSDIR}/devel/p5-Term-ReadPassword
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Net::SCP::Expect.3
 

Modified: head/net/p5-Net-SMPP/Makefile
==============================================================================
--- head/net/p5-Net-SMPP/Makefile	Fri Sep  6 10:41:02 2013	(r326485)
+++ head/net/p5-Net-SMPP/Makefile	Fri Sep  6 10:47:10 2013	(r326486)
@@ -14,7 +14,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	jhay@FreeBSD.org
 COMMENT=	Net::SMPP - pure Perl implementation of SMPP 3.4 over TCP
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Net::SMPP.3
 

Modified: head/net/p5-Net-SSH-Expect/Makefile
==============================================================================
--- head/net/p5-Net-SSH-Expect/Makefile	Fri Sep  6 10:41:02 2013	(r326485)
+++ head/net/p5-Net-SSH-Expect/Makefile	Fri Sep  6 10:47:10 2013	(r326486)
@@ -17,7 +17,8 @@ COMMENT=	SSH wrapper to execute remote c
 RUN_DEPENDS=	p5-Expect>=0:${PORTSDIR}/lang/p5-Expect
 BUILD_DEPENDS:=	${RUN_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Net::SSH::Expect.3
 

Modified: head/net/p5-Net-uFTP/Makefile
==============================================================================
--- head/net/p5-Net-uFTP/Makefile	Fri Sep  6 10:41:02 2013	(r326485)
+++ head/net/p5-Net-uFTP/Makefile	Fri Sep  6 10:47:10 2013	(r326486)
@@ -25,7 +25,8 @@ BUILD_DEPENDS=	p5-Class-Accessor-Fast-XS
 		p5-UNIVERSAL-require>=0:${PORTSDIR}/devel/p5-UNIVERSAL-require
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Net::uFTP.3
 

Modified: head/net/p5-URI-Template-Restrict/Makefile
==============================================================================
--- head/net/p5-URI-Template-Restrict/Makefile	Fri Sep  6 10:41:02 2013	(r326485)
+++ head/net/p5-URI-Template-Restrict/Makefile	Fri Sep  6 10:47:10 2013	(r326486)
@@ -25,7 +25,8 @@ BUILD_DEPENDS=	\
 	p5-Unicode-Normalize>0:${PORTSDIR}/textproc/p5-Unicode-Normalize \
 	p5-URI>0:${PORTSDIR}/net/p5-URI
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		URI::Template::Restrict.3 \
 		URI::Template::Restrict::Expansion.3



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