Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Sep 2013 11:09:23 +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: r326384 - in head/net: dhcpdump p5-BBS-UserInfo-SOB p5-Cisco-IPPhone p5-Daemon-Generic p5-Data-IPV4-Range-Parse p5-IO-Socket-INET6 p5-Net-CIDR-MobileJP p5-Net-Flow p5-Net-LDAP-LDAPhash ...
Message-ID:  <201309051109.r85B9NRB047357@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: az
Date: Thu Sep  5 11:09:23 2013
New Revision: 326384
URL: http://svnweb.freebsd.org/changeset/ports/326384

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

Modified:
  head/net/dhcpdump/Makefile   (contents, props changed)
  head/net/p5-BBS-UserInfo-SOB/Makefile   (contents, props changed)
  head/net/p5-Cisco-IPPhone/Makefile   (contents, props changed)
  head/net/p5-Daemon-Generic/Makefile
  head/net/p5-Data-IPV4-Range-Parse/Makefile   (contents, props changed)
  head/net/p5-IO-Socket-INET6/Makefile
  head/net/p5-Net-CIDR-MobileJP/Makefile   (contents, props changed)
  head/net/p5-Net-Flow/Makefile   (contents, props changed)
  head/net/p5-Net-LDAP-LDAPhash/Makefile   (contents, props changed)
  head/net/p5-Net-RawIP/Makefile   (contents, props changed)
  head/net/p5-Net-SFTP-Foreign/Makefile
  head/net/p5-Net-Telnet-Netscreen/Makefile   (contents, props changed)
  head/net/p5-Net-Telnet/Makefile   (contents, props changed)
  head/net/p5-Net-TiVo/Makefile   (contents, props changed)
  head/net/p5-Net-Z3950-ZOOM/Makefile   (contents, props changed)
  head/net/p5-OurNet-BBSAgent/Makefile   (contents, props changed)
  head/net/p5-XML-RPC-Fast/Makefile   (contents, props changed)
  head/net/shelldap/Makefile
  head/net/wping/Makefile   (contents, props changed)

Modified: head/net/dhcpdump/Makefile
==============================================================================
--- head/net/dhcpdump/Makefile	Thu Sep  5 10:53:35 2013	(r326383)
+++ head/net/dhcpdump/Makefile	Thu Sep  5 11:09:23 2013	(r326384)
@@ -16,7 +16,8 @@ COMMENT=	Decode and diagnose sniffed DHC
 MAN8=		dhcpdump.8
 PLIST_FILES=	bin/dhcpdump
 
-USE_PERL5_BUILD=	yes
+USES=		perl5
+USE_PERL5=	build
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/dhcpdump ${PREFIX}/bin

Modified: head/net/p5-BBS-UserInfo-SOB/Makefile
==============================================================================
--- head/net/p5-BBS-UserInfo-SOB/Makefile	Thu Sep  5 10:53:35 2013	(r326383)
+++ head/net/p5-BBS-UserInfo-SOB/Makefile	Thu Sep  5 11:09:23 2013	(r326384)
@@ -17,7 +17,8 @@ COMMENT=	Get user information of SOB-sty
 
 RUN_DEPENDS=	p5-Expect>=0:${PORTSDIR}/lang/p5-Expect
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		BBS::UserInfo::SOB.3
 

Modified: head/net/p5-Cisco-IPPhone/Makefile
==============================================================================
--- head/net/p5-Cisco-IPPhone/Makefile	Thu Sep  5 10:53:35 2013	(r326383)
+++ head/net/p5-Cisco-IPPhone/Makefile	Thu Sep  5 11:09:23 2013	(r326384)
@@ -14,7 +14,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	numisemis@yahoo.com
 COMMENT=	Package for creating Cisco IPPhone XML objects
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=	Cisco::IPPhone.3
 

Modified: head/net/p5-Daemon-Generic/Makefile
==============================================================================
--- head/net/p5-Daemon-Generic/Makefile	Thu Sep  5 10:53:35 2013	(r326383)
+++ head/net/p5-Daemon-Generic/Makefile	Thu Sep  5 11:09:23 2013	(r326384)
@@ -17,7 +17,8 @@ BUILD_DEPENDS=	p5-File-Flock>=0:${PORTSD
 		p5-Eval-LineNumbers>=0:${PORTSDIR}/devel/p5-Eval-LineNumbers
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=	Daemon::Generic.3 \
 	Daemon::Generic::Event.3 \

Modified: head/net/p5-Data-IPV4-Range-Parse/Makefile
==============================================================================
--- head/net/p5-Data-IPV4-Range-Parse/Makefile	Thu Sep  5 10:53:35 2013	(r326383)
+++ head/net/p5-Data-IPV4-Range-Parse/Makefile	Thu Sep  5 11:09:23 2013	(r326384)
@@ -14,7 +14,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	gslin@gslin.org
 COMMENT=	Perl extension parsing IPv4 ranges
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Data::IPV4::Range::Parse.3
 

Modified: head/net/p5-IO-Socket-INET6/Makefile
==============================================================================
--- head/net/p5-IO-Socket-INET6/Makefile	Thu Sep  5 10:53:35 2013	(r326383)
+++ head/net/p5-IO-Socket-INET6/Makefile	Thu Sep  5 11:09:23 2013	(r326384)
@@ -14,7 +14,8 @@ COMMENT=	Perl module with object interfa
 BUILD_DEPENDS=	p5-Socket6>=0.12:${PORTSDIR}/net/p5-Socket6
 RUN_DEPENDS=	p5-Socket6>=0.12:${PORTSDIR}/net/p5-Socket6
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		IO::Socket::INET6.3
 

Modified: head/net/p5-Net-CIDR-MobileJP/Makefile
==============================================================================
--- head/net/p5-Net-CIDR-MobileJP/Makefile	Thu Sep  5 10:53:35 2013	(r326383)
+++ head/net/p5-Net-CIDR-MobileJP/Makefile	Thu Sep  5 11:09:23 2013	(r326384)
@@ -21,7 +21,8 @@ RUN_DEPENDS=	\
 	p5-YAML>0:${PORTSDIR}/textproc/p5-YAML
 BUILD_DEPENDS:=	${RUN_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=	Net::CIDR::MobileJP.3 \
 	Net::CIDR::net-cidr-mobilejp-scraper.3

Modified: head/net/p5-Net-Flow/Makefile
==============================================================================
--- head/net/p5-Net-Flow/Makefile	Thu Sep  5 10:53:35 2013	(r326383)
+++ head/net/p5-Net-Flow/Makefile	Thu Sep  5 11:09:23 2013	(r326384)
@@ -13,7 +13,8 @@ COMMENT=	Decode and encode NetFlow/IPFIX
 LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Net::Flow.3
 

Modified: head/net/p5-Net-LDAP-LDAPhash/Makefile
==============================================================================
--- head/net/p5-Net-LDAP-LDAPhash/Makefile	Thu Sep  5 10:53:35 2013	(r326383)
+++ head/net/p5-Net-LDAP-LDAPhash/Makefile	Thu Sep  5 11:09:23 2013	(r326384)
@@ -18,7 +18,8 @@ COMMENT=	Make a hash out of the return f
 BUILD_DEPENDS=	p5-perl-ldap>=0.39:${PORTSDIR}/net/p5-perl-ldap
 RUN_DEPENDS=	p5-perl-ldap>=0.39:${PORTSDIR}/net/p5-perl-ldap
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Net::LDAP::LDAPhash.3
 

Modified: head/net/p5-Net-RawIP/Makefile
==============================================================================
--- head/net/p5-Net-RawIP/Makefile	Thu Sep  5 10:53:35 2013	(r326383)
+++ head/net/p5-Net-RawIP/Makefile	Thu Sep  5 11:09:23 2013	(r326384)
@@ -15,7 +15,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	demon@FreeBSD.org
 COMMENT=	A perl module to manipulate raw IP packets
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 MAN3=		Net::RawIP.3 Net::RawIP::libpcap.3
 
 .include <bsd.port.mk>

Modified: head/net/p5-Net-SFTP-Foreign/Makefile
==============================================================================
--- head/net/p5-Net-SFTP-Foreign/Makefile	Thu Sep  5 10:53:35 2013	(r326383)
+++ head/net/p5-Net-SFTP-Foreign/Makefile	Thu Sep  5 11:09:23 2013	(r326384)
@@ -19,7 +19,8 @@ RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 TEST_DEPENDS=	p5-File-Which>=0:${PORTSDIR}/sysutils/p5-File-Which
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Net::SFTP::Foreign.3 \
 		Net::SFTP::Foreign::Attributes.3 \

Modified: head/net/p5-Net-Telnet-Netscreen/Makefile
==============================================================================
--- head/net/p5-Net-Telnet-Netscreen/Makefile	Thu Sep  5 10:53:35 2013	(r326383)
+++ head/net/p5-Net-Telnet-Netscreen/Makefile	Thu Sep  5 11:09:23 2013	(r326384)
@@ -17,7 +17,8 @@ COMMENT=	A Perl interface for interact w
 BUILD_DEPENDS=	p5-Net-Telnet>=0:${PORTSDIR}/net/p5-Net-Telnet
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Net::Telnet::Netscreen.3
 

Modified: head/net/p5-Net-Telnet/Makefile
==============================================================================
--- head/net/p5-Net-Telnet/Makefile	Thu Sep  5 10:53:35 2013	(r326383)
+++ head/net/p5-Net-Telnet/Makefile	Thu Sep  5 11:09:23 2013	(r326384)
@@ -9,7 +9,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	kuriyama@FreeBSD.org
 COMMENT=	Perl5 module to access and use telnet protocol
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Net::Telnet.3
 

Modified: head/net/p5-Net-TiVo/Makefile
==============================================================================
--- head/net/p5-Net-TiVo/Makefile	Thu Sep  5 10:53:35 2013	(r326383)
+++ head/net/p5-Net-TiVo/Makefile	Thu Sep  5 11:09:23 2013	(r326384)
@@ -20,7 +20,8 @@ BUILD_DEPENDS=	p5-libwww>=0:${PORTSDIR}/
 		p5-Crypt-SSLeay>=0:${PORTSDIR}/security/p5-Crypt-SSLeay
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Net::TiVo.3 \
 		Net::TiVo::Show.3 \

Modified: head/net/p5-Net-Z3950-ZOOM/Makefile
==============================================================================
--- head/net/p5-Net-Z3950-ZOOM/Makefile	Thu Sep  5 10:53:35 2013	(r326383)
+++ head/net/p5-Net-Z3950-ZOOM/Makefile	Thu Sep  5 11:09:23 2013	(r326384)
@@ -18,7 +18,8 @@ LIB_DEPENDS=	yaz.4:${PORTSDIR}/net/yaz
 BUILD_DEPENDS=	p5-MARC-Record>=1.38:${PORTSDIR}/textproc/p5-MARC-Record
 RUN_DEPENDS=	p5-MARC-Record>=1.38:${PORTSDIR}/textproc/p5-MARC-Record
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Net::Z3950::ZOOM.3 ZOOM.3
 

Modified: head/net/p5-OurNet-BBSAgent/Makefile
==============================================================================
--- head/net/p5-OurNet-BBSAgent/Makefile	Thu Sep  5 10:53:35 2013	(r326383)
+++ head/net/p5-OurNet-BBSAgent/Makefile	Thu Sep  5 11:09:23 2013	(r326384)
@@ -17,7 +17,8 @@ COMMENT=	Scriptable telnet-based virtual
 BUILD_DEPENDS=	p5-Net-Telnet>=0:${PORTSDIR}/net/p5-Net-Telnet
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		OurNet::BBSAgent.3
 

Modified: head/net/p5-XML-RPC-Fast/Makefile
==============================================================================
--- head/net/p5-XML-RPC-Fast/Makefile	Thu Sep  5 10:53:35 2013	(r326383)
+++ head/net/p5-XML-RPC-Fast/Makefile	Thu Sep  5 11:09:23 2013	(r326384)
@@ -23,7 +23,8 @@ RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 TEST_DEPENDS=	p5-Test-NoWarnings>=0:${PORTSDIR}/devel/p5-Test-NoWarnings
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		XML::RPC::Enc.3 \
 		XML::RPC::Enc::LibXML.3 \

Modified: head/net/shelldap/Makefile
==============================================================================
--- head/net/shelldap/Makefile	Thu Sep  5 10:53:35 2013	(r326383)
+++ head/net/shelldap/Makefile	Thu Sep  5 11:09:23 2013	(r326384)
@@ -17,7 +17,7 @@ RUN_DEPENDS=	p5-Algorithm-Diff>=0:${PORT
 		p5-ReadLine-Gnu>=0:${PORTSDIR}/devel/p5-ReadLine-Gnu \
 		p5-YAML-Syck>=0:${PORTSDIR}/textproc/p5-YAML-Syck
 
-USE_PERL5=	yes
+USES=		perl5
 
 MAN1=		shelldap.1
 

Modified: head/net/wping/Makefile
==============================================================================
--- head/net/wping/Makefile	Thu Sep  5 10:53:35 2013	(r326383)
+++ head/net/wping/Makefile	Thu Sep  5 11:09:23 2013	(r326384)
@@ -17,7 +17,7 @@ COMMENT=	A Web-based graphical ping log
 RUN_DEPENDS=	p5-GD>=0:${PORTSDIR}/graphics/p5-GD \
 		p5-Time-HiRes>=0:${PORTSDIR}/devel/p5-Time-HiRes
 
-USE_PERL5=	yes
+USES=		perl5
 USE_BZIP2=	yes
 NO_BUILD=	yes
 



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