From owner-svn-ports-head@FreeBSD.ORG Fri Sep 6 09:21:23 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 AF97A6D3; Fri, 6 Sep 2013 09:21:23 +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 8E8592C5D; Fri, 6 Sep 2013 09:21:23 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r869LN8V050640; Fri, 6 Sep 2013 09:21:23 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r869LJBd050615; Fri, 6 Sep 2013 09:21:19 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309060921.r869LJBd050615@svn.freebsd.org> From: Andrej Zverev Date: Fri, 6 Sep 2013 09:21:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326481 - in head/net: p5-Apache2-SOAP p5-Growl-GNTP p5-Net-APNS p5-Net-Amazon-Thumbnail p5-Net-Cassandra p5-Net-DHCPClient p5-Net-Frame-Layer-IPv6 p5-Net-IP-RangeCompare p5-Net-Ident p... 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 09:21:23 -0000 Author: az Date: Fri Sep 6 09:21:19 2013 New Revision: 326481 URL: http://svnweb.freebsd.org/changeset/ports/326481 Log: - convert to the new perl5 framework Approved by: portmgr (bapt@, blanket) Modified: head/net/p5-Apache2-SOAP/Makefile (contents, props changed) head/net/p5-Growl-GNTP/Makefile (contents, props changed) head/net/p5-Net-APNS/Makefile (contents, props changed) head/net/p5-Net-Amazon-Thumbnail/Makefile (contents, props changed) head/net/p5-Net-Cassandra/Makefile (contents, props changed) head/net/p5-Net-DHCPClient/Makefile (contents, props changed) head/net/p5-Net-Frame-Layer-IPv6/Makefile head/net/p5-Net-IP-RangeCompare/Makefile (contents, props changed) head/net/p5-Net-Ident/Makefile (contents, props changed) head/net/p5-Net-MAC/Makefile (contents, props changed) head/net/p5-Net-Mosso-CloudFiles/Makefile (contents, props changed) head/net/p5-Net-OAuth/Makefile head/net/p5-Net-OpenStack-Attack/Makefile (contents, props changed) head/net/p5-Net-SSH/Makefile (contents, props changed) head/net/p5-Net-Wake/Makefile (contents, props changed) head/net/p5-Net-WhitePages/Makefile (contents, props changed) head/net/p5-Net-Whois-RIPE/Makefile (contents, props changed) head/net/p5-URI-SmartURI/Makefile head/net/xrdesktop/Makefile (contents, props changed) Modified: head/net/p5-Apache2-SOAP/Makefile ============================================================================== --- head/net/p5-Apache2-SOAP/Makefile Fri Sep 6 08:37:48 2013 (r326480) +++ head/net/p5-Apache2-SOAP/Makefile Fri Sep 6 09:21:19 2013 (r326481) @@ -19,7 +19,8 @@ BUILD_DEPENDS= ${APACHE_PKGNAMEPREFIX}mo p5-SOAP-Lite>=0:${PORTSDIR}/net/p5-SOAP-Lite RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure USE_APACHE= 22+ MAN3= Apache2::SOAP.3 Modified: head/net/p5-Growl-GNTP/Makefile ============================================================================== --- head/net/p5-Growl-GNTP/Makefile Fri Sep 6 08:37:48 2013 (r326480) +++ head/net/p5-Growl-GNTP/Makefile Fri Sep 6 09:21:19 2013 (r326481) @@ -16,7 +16,8 @@ BUILD_DEPENDS= p5-Data-UUID>=0:${PORTSDI p5-Crypt-CBC>=0:${PORTSDIR}/security/p5-Crypt-CBC RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Growl::GNTP.3 Modified: head/net/p5-Net-APNS/Makefile ============================================================================== --- head/net/p5-Net-APNS/Makefile Fri Sep 6 08:37:48 2013 (r326480) +++ head/net/p5-Net-APNS/Makefile Fri Sep 6 09:21:19 2013 (r326481) @@ -21,7 +21,8 @@ RUN_DEPENDS= \ p5-Sub-Exporter>=0.982:${PORTSDIR}/devel/p5-Sub-Exporter BUILD_DEPENDS= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::APNS.3 \ Net::APNS::Notification.3 Modified: head/net/p5-Net-Amazon-Thumbnail/Makefile ============================================================================== --- head/net/p5-Net-Amazon-Thumbnail/Makefile Fri Sep 6 08:37:48 2013 (r326480) +++ head/net/p5-Net-Amazon-Thumbnail/Makefile Fri Sep 6 09:21:19 2013 (r326481) @@ -23,7 +23,8 @@ RUN_DEPENDS= p5-Class-Accessor>=0:${PORT p5-XML-XPath>=0:${PORTSDIR}/textproc/p5-XML-XPath BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= Net::Amazon::Thumbnail.3 Modified: head/net/p5-Net-Cassandra/Makefile ============================================================================== --- head/net/p5-Net-Cassandra/Makefile Fri Sep 6 08:37:48 2013 (r326480) +++ head/net/p5-Net-Cassandra/Makefile Fri Sep 6 09:21:19 2013 (r326481) @@ -19,6 +19,7 @@ RUN_DEPENDS= p5-Moose>0:${PORTSDIR}/deve p5-MooseX-StrictConstructor>0:${PORTSDIR}/devel/p5-MooseX-StrictConstructor MAN3= Net::Cassandra.3 -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure .include Modified: head/net/p5-Net-DHCPClient/Makefile ============================================================================== --- head/net/p5-Net-DHCPClient/Makefile Fri Sep 6 08:37:48 2013 (r326480) +++ head/net/p5-Net-DHCPClient/Makefile Fri Sep 6 09:21:19 2013 (r326481) @@ -15,7 +15,8 @@ MAINTAINER= sem@FreeBSD.org COMMENT= A Perl implementation of a DHCP client API RUN_DEPENDS+= p5-Net-RawIP>=0:${PORTSDIR}/net/p5-Net-RawIP -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure WRKSRC= ${WRKDIR}/${PORTNAME} Modified: head/net/p5-Net-Frame-Layer-IPv6/Makefile ============================================================================== --- head/net/p5-Net-Frame-Layer-IPv6/Makefile Fri Sep 6 08:37:48 2013 (r326480) +++ head/net/p5-Net-Frame-Layer-IPv6/Makefile Fri Sep 6 09:21:19 2013 (r326481) @@ -16,7 +16,8 @@ BUILD_DEPENDS= p5-Bit-Vector>=0:${PORTSD p5-Class-Gomor>=1.00:${PORTSDIR}/devel/p5-Class-Gomor RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::Frame::Layer::IPv6.3 \ Net::Frame::Layer::IPv6::Fragment.3 \ Modified: head/net/p5-Net-IP-RangeCompare/Makefile ============================================================================== --- head/net/p5-Net-IP-RangeCompare/Makefile Fri Sep 6 08:37:48 2013 (r326480) +++ head/net/p5-Net-IP-RangeCompare/Makefile Fri Sep 6 09:21:19 2013 (r326481) @@ -17,7 +17,8 @@ COMMENT= Perl extension for IP Range Com RUN_DEPENDS= p5-Data-IPV4-Range-Parse>=0.05:${PORTSDIR}/net/p5-Data-IPV4-Range-Parse \ p5-Data-Range-Compare>=1.030:${PORTSDIR}/devel/p5-Data-Range-Compare -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::IP::RangeCompare.3 Modified: head/net/p5-Net-Ident/Makefile ============================================================================== --- head/net/p5-Net-Ident/Makefile Fri Sep 6 08:37:48 2013 (r326480) +++ head/net/p5-Net-Ident/Makefile Fri Sep 6 09:21:19 2013 (r326481) @@ -15,7 +15,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= kai@xs4all.nl COMMENT= Lookup the username on the remote end of a TCP/IP connection -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::Ident.3 Modified: head/net/p5-Net-MAC/Makefile ============================================================================== --- head/net/p5-Net-MAC/Makefile Fri Sep 6 08:37:48 2013 (r326480) +++ head/net/p5-Net-MAC/Makefile Fri Sep 6 09:21:19 2013 (r326481) @@ -19,6 +19,7 @@ RUN_DEPENDS= p5-libwww>=0:${PORTSDIR}/ww MAN3= Net::MAC.3 -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure .include Modified: head/net/p5-Net-Mosso-CloudFiles/Makefile ============================================================================== --- head/net/p5-Net-Mosso-CloudFiles/Makefile Fri Sep 6 08:37:48 2013 (r326480) +++ head/net/p5-Net-Mosso-CloudFiles/Makefile Fri Sep 6 09:21:19 2013 (r326481) @@ -28,7 +28,8 @@ RUN_DEPENDS= p5-Digest-MD5-File>=0:${POR BUILD_DEPENDS:= ${RUN_DEPENDS} TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::Mosso::CloudFiles.3 \ Net::Mosso::CloudFiles::Container.3 \ Modified: head/net/p5-Net-OAuth/Makefile ============================================================================== --- head/net/p5-Net-OAuth/Makefile Fri Sep 6 08:37:48 2013 (r326480) +++ head/net/p5-Net-OAuth/Makefile Fri Sep 6 09:21:19 2013 (r326481) @@ -22,7 +22,8 @@ BUILD_DEPENDS= p5-Class-Accessor>=0.31:$ RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Warn>=0:${PORTSDIR}/devel/p5-Test-Warn -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= Net::OAuth.3 \ Net::OAuth::AccessToken.3 \ Modified: head/net/p5-Net-OpenStack-Attack/Makefile ============================================================================== --- head/net/p5-Net-OpenStack-Attack/Makefile Fri Sep 6 08:37:48 2013 (r326480) +++ head/net/p5-Net-OpenStack-Attack/Makefile Fri Sep 6 09:21:19 2013 (r326481) @@ -19,7 +19,8 @@ RUN_DEPENDS= p5-Any-Moose>=0:${PORTSDIR} p5-Net-HTTPS-NB>=0:${PORTSDIR}/net/p5-Net-HTTPS-NB \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN1= stackattack.1 MAN3= Net::OpenStack::Attack.3 Modified: head/net/p5-Net-SSH/Makefile ============================================================================== --- head/net/p5-Net-SSH/Makefile Fri Sep 6 08:37:48 2013 (r326480) +++ head/net/p5-Net-SSH/Makefile Fri Sep 6 09:21:19 2013 (r326481) @@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= miwi@FreeBSD.org COMMENT= Perl5 module to access and use ssh protocol -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::SSH.3 Modified: head/net/p5-Net-Wake/Makefile ============================================================================== --- head/net/p5-Net-Wake/Makefile Fri Sep 6 08:37:48 2013 (r326480) +++ head/net/p5-Net-Wake/Makefile Fri Sep 6 09:21:19 2013 (r326481) @@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= sarumaru@jp.FreeBSD.org COMMENT= Send Wake On Lan (WOL) packets to power on computers -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::Wake.3 Modified: head/net/p5-Net-WhitePages/Makefile ============================================================================== --- head/net/p5-Net-WhitePages/Makefile Fri Sep 6 08:37:48 2013 (r326480) +++ head/net/p5-Net-WhitePages/Makefile Fri Sep 6 09:21:19 2013 (r326481) @@ -20,7 +20,8 @@ BUILD_DEPENDS= p5-Params-Validate>=0:${P p5-libwww>=0:${PORTSDIR}/www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::WhitePages.3 Modified: head/net/p5-Net-Whois-RIPE/Makefile ============================================================================== --- head/net/p5-Net-Whois-RIPE/Makefile Fri Sep 6 08:37:48 2013 (r326480) +++ head/net/p5-Net-Whois-RIPE/Makefile Fri Sep 6 09:21:19 2013 (r326481) @@ -23,7 +23,8 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \ p5-WWW-Mechanize>=0:${PORTSDIR}/www/p5-WWW-Mechanize -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::Whois::Object.3 \ Net::Whois::Object::AsBlock.3 \ Modified: head/net/p5-URI-SmartURI/Makefile ============================================================================== --- head/net/p5-URI-SmartURI/Makefile Fri Sep 6 08:37:48 2013 (r326480) +++ head/net/p5-URI-SmartURI/Makefile Fri Sep 6 09:21:19 2013 (r326481) @@ -28,7 +28,8 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Fatal>0:${PORTSDIR}/devel/p5-Test-Fatal \ p5-Test-NoWarnings>0:${PORTSDIR}/devel/p5-Test-NoWarnings -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= URI::SmartURI.3 Modified: head/net/xrdesktop/Makefile ============================================================================== --- head/net/xrdesktop/Makefile Fri Sep 6 08:37:48 2013 (r326480) +++ head/net/xrdesktop/Makefile Fri Sep 6 09:21:19 2013 (r326481) @@ -14,7 +14,7 @@ RUN_DEPENDS= rdesktop:${PORTSDIR}/net/rd p5-Gtk>=0:${PORTSDIR}/x11-toolkits/p5-Gtk NO_BUILD= yes -USE_PERL5= yes +USES= perl5 PLIST_FILES= bin/xrdesktop