From owner-svn-ports-head@FreeBSD.ORG Fri Sep 6 10:47:15 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 75AAAE40; Fri, 6 Sep 2013 10:47:15 +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 5485D2109; Fri, 6 Sep 2013 10:47:15 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r86AlFb1000461; Fri, 6 Sep 2013 10:47:15 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r86AlBhe000426; Fri, 6 Sep 2013 10:47:11 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309061047.r86AlBhe000426@svn.freebsd.org> From: Andrej Zverev Date: Fri, 6 Sep 2013 10:47:11 +0000 (UTC) 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... 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: Fri, 06 Sep 2013 10:47:15 -0000 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 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