From owner-svn-ports-all@FreeBSD.ORG Fri Sep 6 17:02:38 2013 Return-Path: Delivered-To: svn-ports-all@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 C121C5F0; Fri, 6 Sep 2013 17:02:38 +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 9F48C2F6E; Fri, 6 Sep 2013 17:02:38 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r86H2cw0036818; Fri, 6 Sep 2013 17:02:38 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r86H2YgB036720; Fri, 6 Sep 2013 17:02:34 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309061702.r86H2YgB036720@svn.freebsd.org> From: Andrej Zverev Date: Fri, 6 Sep 2013 17:02:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326526 - in head: net/p5-BBS-UserInfo net/p5-BBS-UserInfo-Ptt net/p5-IO-Socket-Multicast6 net/p5-Net-Amazon-EC2 net/p5-Net-Google-AuthSub net/p5-Net-Google-Spreadsheets net/p5-Net-IPTr... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Sep 2013 17:02:38 -0000 Author: az Date: Fri Sep 6 17:02:34 2013 New Revision: 326526 URL: http://svnweb.freebsd.org/changeset/ports/326526 Log: - convert to the new perl5 framework Approved by: portmgr (bapt@, blanket) Modified: head/net/p5-BBS-UserInfo-Ptt/Makefile (contents, props changed) head/net/p5-BBS-UserInfo/Makefile (contents, props changed) head/net/p5-IO-Socket-Multicast6/Makefile (contents, props changed) head/net/p5-Net-Amazon-EC2/Makefile (contents, props changed) head/net/p5-Net-Google-AuthSub/Makefile (contents, props changed) head/net/p5-Net-Google-Spreadsheets/Makefile head/net/p5-Net-IPTrie/Makefile (contents, props changed) head/net/p5-Net-LDAP-AutoDNs/Makefile (contents, props changed) head/net/p5-Net-LDAP-Express/Makefile (contents, props changed) head/net/p5-Net-Rendezvous-Publish/Makefile (contents, props changed) head/net/p5-Net-Rsh/Makefile (contents, props changed) head/net/p5-Net-SSH-Mechanize/Makefile (contents, props changed) head/net/p5-POEx-Role-TCPServer/Makefile (contents, props changed) head/net/p5-RPC-Simple/Makefile (contents, props changed) head/net/p5-Sort-Key-IPv4/Makefile (contents, props changed) head/net/p5-What/Makefile (contents, props changed) head/net/p5-XML-RPC/Makefile head/ports-mgmt/p5-FreeBSD-Pkgs/Makefile (contents, props changed) head/ports-mgmt/pkg_tree/Makefile (contents, props changed) Modified: head/net/p5-BBS-UserInfo-Ptt/Makefile ============================================================================== --- head/net/p5-BBS-UserInfo-Ptt/Makefile Fri Sep 6 16:28:19 2013 (r326525) +++ head/net/p5-BBS-UserInfo-Ptt/Makefile Fri Sep 6 17:02:34 2013 (r326526) @@ -17,7 +17,8 @@ COMMENT= Get user information of PTT-sty RUN_DEPENDS= p5-Expect>=0:${PORTSDIR}/lang/p5-Expect -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= BBS::UserInfo::Ptt.3 Modified: head/net/p5-BBS-UserInfo/Makefile ============================================================================== --- head/net/p5-BBS-UserInfo/Makefile Fri Sep 6 16:28:19 2013 (r326525) +++ head/net/p5-BBS-UserInfo/Makefile Fri Sep 6 17:02:34 2013 (r326526) @@ -15,7 +15,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= gslin@gslin.org COMMENT= Base class of BBS::UserInfo::XXX -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= BBS::UserInfo.3 Modified: head/net/p5-IO-Socket-Multicast6/Makefile ============================================================================== --- head/net/p5-IO-Socket-Multicast6/Makefile Fri Sep 6 16:28:19 2013 (r326525) +++ head/net/p5-IO-Socket-Multicast6/Makefile Fri Sep 6 17:02:34 2013 (r326526) @@ -21,7 +21,8 @@ BUILD_DEPENDS= p5-IO-Interface>=1.01:${P p5-Socket6>=0.19:${PORTSDIR}/net/p5-Socket6 RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= IO::Socket::Multicast6.3 Modified: head/net/p5-Net-Amazon-EC2/Makefile ============================================================================== --- head/net/p5-Net-Amazon-EC2/Makefile Fri Sep 6 16:28:19 2013 (r326525) +++ head/net/p5-Net-Amazon-EC2/Makefile Fri Sep 6 17:02:34 2013 (r326526) @@ -19,7 +19,8 @@ RUN_DEPENDS= p5-Params-Validate>=0:${POR BUILD_DEPENDS:= ${RUN_DEPENDS} \ p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::Amazon::EC2.3 \ Net::Amazon::EC2::Attachment.3 \ Modified: head/net/p5-Net-Google-AuthSub/Makefile ============================================================================== --- head/net/p5-Net-Google-AuthSub/Makefile Fri Sep 6 16:28:19 2013 (r326525) +++ head/net/p5-Net-Google-AuthSub/Makefile Fri Sep 6 17:02:34 2013 (r326526) @@ -18,7 +18,8 @@ COMMENT= Interact with sites that implem RUN_DEPENDS= p5-URI>=0:${PORTSDIR}/net/p5-URI \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::Google::AuthSub::Response.3 \ Net::Google::AuthSub.3 Modified: head/net/p5-Net-Google-Spreadsheets/Makefile ============================================================================== --- head/net/p5-Net-Google-Spreadsheets/Makefile Fri Sep 6 16:28:19 2013 (r326525) +++ head/net/p5-Net-Google-Spreadsheets/Makefile Fri Sep 6 17:02:34 2013 (r326526) @@ -27,7 +27,8 @@ TEST_DEPENDS= p5-Test-Exception>=0:${POR p5-Test-MockModule>=0:${PORTSDIR}/devel/p5-Test-MockModule \ p5-Test-MockObject>=0:${PORTSDIR}/devel/p5-Test-MockObject -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::Google::Spreadsheets.3 \ Net::Google::Spreadsheets::Cell.3 \ Modified: head/net/p5-Net-IPTrie/Makefile ============================================================================== --- head/net/p5-Net-IPTrie/Makefile Fri Sep 6 16:28:19 2013 (r326525) +++ head/net/p5-Net-IPTrie/Makefile Fri Sep 6 17:02:34 2013 (r326526) @@ -18,7 +18,8 @@ BUILD_DEPENDS= p5-NetAddr-IP>=4.00.7:${P p5-version>=0:${PORTSDIR}/devel/p5-version RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= Net::IPTrie.3 Net::IPTrie::Node.3 Modified: head/net/p5-Net-LDAP-AutoDNs/Makefile ============================================================================== --- head/net/p5-Net-LDAP-AutoDNs/Makefile Fri Sep 6 16:28:19 2013 (r326525) +++ head/net/p5-Net-LDAP-AutoDNs/Makefile Fri Sep 6 17:02:34 2013 (r326526) @@ -15,7 +15,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= vvelox@vvelox.net COMMENT= Automatically make some default decisions some LDAP DNs and scopes -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::LDAP::AutoDNs.3 Modified: head/net/p5-Net-LDAP-Express/Makefile ============================================================================== --- head/net/p5-Net-LDAP-Express/Makefile Fri Sep 6 16:28:19 2013 (r326525) +++ head/net/p5-Net-LDAP-Express/Makefile Fri Sep 6 17:02:34 2013 (r326526) @@ -18,7 +18,8 @@ COMMENT= A module to simplify connecting BUILD_DEPENDS= p5-perl-ldap>=0.23:${PORTSDIR}/net/p5-perl-ldap RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::LDAP::Express.3 Modified: head/net/p5-Net-Rendezvous-Publish/Makefile ============================================================================== --- head/net/p5-Net-Rendezvous-Publish/Makefile Fri Sep 6 16:28:19 2013 (r326525) +++ head/net/p5-Net-Rendezvous-Publish/Makefile Fri Sep 6 17:02:34 2013 (r326526) @@ -18,7 +18,8 @@ COMMENT= Publish Rendezvous services BUILD_DEPENDS= p5-Class-Accessor-Lvalue>=0:${PORTSDIR}/devel/p5-Class-Accessor-Lvalue RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::Rendezvous::Publish.3 \ Net::Rendezvous::Publish::Service.3 Modified: head/net/p5-Net-Rsh/Makefile ============================================================================== --- head/net/p5-Net-Rsh/Makefile Fri Sep 6 16:28:19 2013 (r326525) +++ head/net/p5-Net-Rsh/Makefile Fri Sep 6 17:02:34 2013 (r326526) @@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= nistor@snickers.org COMMENT= Perl5 module to access and use rsh protocol -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::Rsh.3 Modified: head/net/p5-Net-SSH-Mechanize/Makefile ============================================================================== --- head/net/p5-Net-SSH-Mechanize/Makefile Fri Sep 6 16:28:19 2013 (r326525) +++ head/net/p5-Net-SSH-Mechanize/Makefile Fri Sep 6 17:02:34 2013 (r326526) @@ -17,7 +17,8 @@ RUN_DEPENDS= \ p5-MooseX-Params-Validate>0:${PORTSDIR}/devel/p5-MooseX-Params-Validate BUILD_DEPENDS= ${RUN_DEPENDS} -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= Net::SSH::Mechanize.3 \ Net::SSH::Mechanize::ConnectParams.3 \ Modified: head/net/p5-POEx-Role-TCPServer/Makefile ============================================================================== --- head/net/p5-POEx-Role-TCPServer/Makefile Fri Sep 6 16:28:19 2013 (r326525) +++ head/net/p5-POEx-Role-TCPServer/Makefile Fri Sep 6 17:02:34 2013 (r326526) @@ -25,7 +25,8 @@ RUN_DEPENDS= \ p5-aliased>0:${PORTSDIR}/devel/p5-aliased BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= POEx::Role::TCPServer.3 Modified: head/net/p5-RPC-Simple/Makefile ============================================================================== --- head/net/p5-RPC-Simple/Makefile Fri Sep 6 16:28:19 2013 (r326525) +++ head/net/p5-RPC-Simple/Makefile Fri Sep 6 17:02:34 2013 (r326526) @@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= gslin@gslin.org COMMENT= Perl classes to handle simple asynchronous RPC calls with call-back -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= RPC::Simple.3 RPC::Simple::Agent.3 RPC::Simple::AnyLocal.3 \ RPC::Simple::AnyRemote.3 RPC::Simple::AnyWhere.3 \ Modified: head/net/p5-Sort-Key-IPv4/Makefile ============================================================================== --- head/net/p5-Sort-Key-IPv4/Makefile Fri Sep 6 16:28:19 2013 (r326525) +++ head/net/p5-Sort-Key-IPv4/Makefile Fri Sep 6 17:02:34 2013 (r326526) @@ -17,7 +17,8 @@ COMMENT= Perl extension for sorting IPv4 BUILD_DEPENDS= p5-Sort-Key>=0:${PORTSDIR}/devel/p5-Sort-Key RUN_DEPENDS= p5-Sort-Key>=0:${PORTSDIR}/devel/p5-Sort-Key -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Sort::Key::IPv4.3 Modified: head/net/p5-What/Makefile ============================================================================== --- head/net/p5-What/Makefile Fri Sep 6 16:28:19 2013 (r326525) +++ head/net/p5-What/Makefile Fri Sep 6 17:02:34 2013 (r326526) @@ -20,7 +20,8 @@ BUILD_DEPENDS= p5-Error>=0:${PORTSDIR}/l p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= What.3 What::MTA.3 Modified: head/net/p5-XML-RPC/Makefile ============================================================================== --- head/net/p5-XML-RPC/Makefile Fri Sep 6 16:28:19 2013 (r326525) +++ head/net/p5-XML-RPC/Makefile Fri Sep 6 17:02:34 2013 (r326526) @@ -16,7 +16,8 @@ BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/ RUN_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ p5-XML-TreePP>=0:${PORTSDIR}/textproc/p5-XML-TreePP -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= XML::RPC.3 Modified: head/ports-mgmt/p5-FreeBSD-Pkgs/Makefile ============================================================================== --- head/ports-mgmt/p5-FreeBSD-Pkgs/Makefile Fri Sep 6 16:28:19 2013 (r326525) +++ head/ports-mgmt/p5-FreeBSD-Pkgs/Makefile Fri Sep 6 17:02:34 2013 (r326526) @@ -17,7 +17,8 @@ COMMENT= Parses the contents of FreeBSD BUILD_DEPENDS= p5-Error-Helper>=0:${PORTSDIR}/devel/p5-Error-Helper RUN_DEPENDS= p5-Error-Helper>=0:${PORTSDIR}/devel/p5-Error-Helper -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= FreeBSD::Pkgs.3 Modified: head/ports-mgmt/pkg_tree/Makefile ============================================================================== --- head/ports-mgmt/pkg_tree/Makefile Fri Sep 6 16:28:19 2013 (r326525) +++ head/ports-mgmt/pkg_tree/Makefile Fri Sep 6 17:02:34 2013 (r326526) @@ -14,7 +14,7 @@ MASTER_SITES= http://www.mavetju.org/dow MAINTAINER= edwin@mavetju.org COMMENT= Get a 'graphical' tree-overview of installed packages -USE_PERL5= yes +USES= perl5 MAN7= pkg_tree.7 PLIST_FILES= bin/pkg_tree