From owner-svn-ports-head@FreeBSD.ORG Thu Sep 5 11:09:27 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id BB17AF8D; Thu, 5 Sep 2013 11:09:27 +0000 (UTC) (envelope-from az@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 999A92497; Thu, 5 Sep 2013 11:09:27 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r85B9R3w047400; Thu, 5 Sep 2013 11:09:27 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r85B9NRB047357; Thu, 5 Sep 2013 11:09:23 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309051109.r85B9NRB047357@svn.freebsd.org> From: Andrej Zverev Date: Thu, 5 Sep 2013 11:09:23 +0000 (UTC) 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 ... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Sep 2013 11:09:27 -0000 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 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