From owner-svn-ports-head@FreeBSD.ORG Fri Sep 6 14:30:28 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 67B6316E; Fri, 6 Sep 2013 14:30:28 +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 46CC3206E; Fri, 6 Sep 2013 14:30:28 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r86EUS48037708; Fri, 6 Sep 2013 14:30:28 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r86EUOuZ036157; Fri, 6 Sep 2013 14:30:24 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309061430.r86EUOuZ036157@svn.freebsd.org> From: Andrej Zverev Date: Fri, 6 Sep 2013 14:30:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326506 - in head/net: gwhois p5-BBS-UserInfo-Maple3itoc p5-IP-Country p5-Net-Amazon-MechanicalTurk p5-Net-Google-Analytics p5-Net-GrowlClient p5-Net-LDAP-AutoServer p5-Net-OAuth-Simple... 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 14:30:28 -0000 Author: az Date: Fri Sep 6 14:30:23 2013 New Revision: 326506 URL: http://svnweb.freebsd.org/changeset/ports/326506 Log: - convert to the new perl5 framework Approved by: portmgr (bapt@, blanket) Modified: head/net/gwhois/Makefile (contents, props changed) head/net/p5-BBS-UserInfo-Maple3itoc/Makefile (contents, props changed) head/net/p5-IP-Country/Makefile (contents, props changed) head/net/p5-Net-Amazon-MechanicalTurk/Makefile (contents, props changed) head/net/p5-Net-Google-Analytics/Makefile (contents, props changed) head/net/p5-Net-GrowlClient/Makefile head/net/p5-Net-LDAP-AutoServer/Makefile (contents, props changed) head/net/p5-Net-OAuth-Simple/Makefile (contents, props changed) head/net/p5-Net-Packet/Makefile (contents, props changed) head/net/p5-Net-SMS-Mollie/Makefile head/net/p5-Net-STOMP-Client/Makefile head/net/p5-Net-Server-Coro/Makefile (contents, props changed) head/net/p5-Net-Trackback/Makefile (contents, props changed) head/net/p5-Net-Z3950-SimpleServer/Makefile (contents, props changed) head/net/p5-Script-isAperlScript/Makefile (contents, props changed) head/net/p5-WebService-Prowl/Makefile (contents, props changed) head/net/p5-XML-Compile-SOAP-WSA/Makefile (contents, props changed) head/net/p5-ZConf/Makefile head/net/slirp/Makefile (contents, props changed) Modified: head/net/gwhois/Makefile ============================================================================== --- head/net/gwhois/Makefile Fri Sep 6 14:28:02 2013 (r326505) +++ head/net/gwhois/Makefile Fri Sep 6 14:30:23 2013 (r326506) @@ -20,7 +20,8 @@ RUN_DEPENDS= p5-libwww>=5.805:${PORTSDIR curl:${PORTSDIR}/ftp/curl NO_BUILD= yes -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION} PLIST_FILES= bin/${PORTNAME} %%DATADIR%%/pattern PLIST_DIRS= %%DATADIR%% Modified: head/net/p5-BBS-UserInfo-Maple3itoc/Makefile ============================================================================== --- head/net/p5-BBS-UserInfo-Maple3itoc/Makefile Fri Sep 6 14:28:02 2013 (r326505) +++ head/net/p5-BBS-UserInfo-Maple3itoc/Makefile Fri Sep 6 14:30:23 2013 (r326506) @@ -17,7 +17,8 @@ COMMENT= Get user information of Maple3i RUN_DEPENDS= p5-Expect>=0:${PORTSDIR}/lang/p5-Expect -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= BBS::UserInfo::Maple3itoc.3 Modified: head/net/p5-IP-Country/Makefile ============================================================================== --- head/net/p5-IP-Country/Makefile Fri Sep 6 14:28:02 2013 (r326505) +++ head/net/p5-IP-Country/Makefile Fri Sep 6 14:30:23 2013 (r326506) @@ -13,7 +13,8 @@ COMMENT= Fast lookup of country codes fr BUILD_DEPENDS= p5-Geography-Countries>=0:${PORTSDIR}/misc/p5-Geography-Countries RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN1= ip2cc.1 MAN3= IP::Authority.3 \ Modified: head/net/p5-Net-Amazon-MechanicalTurk/Makefile ============================================================================== --- head/net/p5-Net-Amazon-MechanicalTurk/Makefile Fri Sep 6 14:28:02 2013 (r326505) +++ head/net/p5-Net-Amazon-MechanicalTurk/Makefile Fri Sep 6 14:30:23 2013 (r326506) @@ -20,7 +20,8 @@ RUN_DEPENDS= p5-XML-Parser>=0:${PORTSDIR p5-Mozilla-CA>=0:${PORTSDIR}/www/p5-Mozilla-CA BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::Amazon::MechanicalTurk.3 \ Net::Amazon::MechanicalTurk::BulkSupport.3 \ Modified: head/net/p5-Net-Google-Analytics/Makefile ============================================================================== --- head/net/p5-Net-Google-Analytics/Makefile Fri Sep 6 14:28:02 2013 (r326505) +++ head/net/p5-Net-Google-Analytics/Makefile Fri Sep 6 14:30:23 2013 (r326506) @@ -21,7 +21,8 @@ RUN_DEPENDS= \ p5-URI>0:${PORTSDIR}/net/p5-URI BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::Google::Analytics.3 \ Net::Google::Analytics::OAuth2.3 \ Modified: head/net/p5-Net-GrowlClient/Makefile ============================================================================== --- head/net/p5-Net-GrowlClient/Makefile Fri Sep 6 14:28:02 2013 (r326505) +++ head/net/p5-Net-GrowlClient/Makefile Fri Sep 6 14:30:23 2013 (r326506) @@ -16,7 +16,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= markun@onohara.to COMMENT= Perl implementation of Growl Network Notification Protocol -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::GrowlClient.3 Modified: head/net/p5-Net-LDAP-AutoServer/Makefile ============================================================================== --- head/net/p5-Net-LDAP-AutoServer/Makefile Fri Sep 6 14:28:02 2013 (r326505) +++ head/net/p5-Net-LDAP-AutoServer/Makefile Fri Sep 6 14:30:23 2013 (r326506) @@ -19,7 +19,8 @@ RUN_DEPENDS= p5-perl-ldap>=0:${PORTSDIR} p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS \ p5-Net-DNS-RR-SRV-Helper>=0:${PORTSDIR}/dns/p5-Net-DNS-RR-SRV-Helper -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::LDAP::AutoServer.3 Modified: head/net/p5-Net-OAuth-Simple/Makefile ============================================================================== --- head/net/p5-Net-OAuth-Simple/Makefile Fri Sep 6 14:28:02 2013 (r326505) +++ head/net/p5-Net-OAuth-Simple/Makefile Fri Sep 6 14:30:23 2013 (r326506) @@ -21,7 +21,8 @@ BUILD_DEPENDS= p5-Crypt-SSLeay>=0.57:${P p5-Test-Simple>=0.86:${PORTSDIR}/devel/p5-Test-Simple RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::OAuth::Simple.3 .include Modified: head/net/p5-Net-Packet/Makefile ============================================================================== --- head/net/p5-Net-Packet/Makefile Fri Sep 6 14:28:02 2013 (r326505) +++ head/net/p5-Net-Packet/Makefile Fri Sep 6 14:30:23 2013 (r326506) @@ -23,7 +23,8 @@ BUILD_DEPENDS= p5-Bit-Vector>=6.4:${PORT p5-Socket6>=0.19:${PORTSDIR}/net/p5-Socket6 RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure EXAMPLESDIR= ${PREFIX}/share/examples/${PKGNAMEPREFIX}${PORTNAME} MAN3= Net::Packet.3 Net::Packet::ARP.3 Net::Packet::CDP.3 Net::Packet::CDP::Address.3 \ Modified: head/net/p5-Net-SMS-Mollie/Makefile ============================================================================== --- head/net/p5-Net-SMS-Mollie/Makefile Fri Sep 6 14:28:02 2013 (r326505) +++ head/net/p5-Net-SMS-Mollie/Makefile Fri Sep 6 14:30:23 2013 (r326506) @@ -10,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= b.smeelen@ose.nl COMMENT= Send SMS messages via the mollie.nl service -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure BUILD_DEPENDS+= p5-ExtUtils-MakeMaker>=0:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker RUN_DEPENDS+= p5-Test-Simple>=0.44:${PORTSDIR}/devel/p5-Test-Simple \ Modified: head/net/p5-Net-STOMP-Client/Makefile ============================================================================== --- head/net/p5-Net-STOMP-Client/Makefile Fri Sep 6 14:28:02 2013 (r326505) +++ head/net/p5-Net-STOMP-Client/Makefile Fri Sep 6 14:30:23 2013 (r326506) @@ -16,7 +16,8 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} LICENSE= ART10 GPLv1 LICENSE_COMB= dual -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::STOMP::Client.3 \ Net::STOMP::Client::Auth.3 \ Modified: head/net/p5-Net-Server-Coro/Makefile ============================================================================== --- head/net/p5-Net-Server-Coro/Makefile Fri Sep 6 14:28:02 2013 (r326505) +++ head/net/p5-Net-Server-Coro/Makefile Fri Sep 6 14:30:23 2013 (r326506) @@ -15,7 +15,8 @@ RUN_DEPENDS= \ p5-Net-Server>=2:${PORTSDIR}/net/p5-Net-Server BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::Server::Coro.3 Modified: head/net/p5-Net-Trackback/Makefile ============================================================================== --- head/net/p5-Net-Trackback/Makefile Fri Sep 6 14:28:02 2013 (r326505) +++ head/net/p5-Net-Trackback/Makefile Fri Sep 6 14:30:23 2013 (r326506) @@ -26,6 +26,7 @@ MAN3= Net::Trackback.3 \ Net::Trackback::Ping.3 \ Net::Trackback::Server.3 -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure .include Modified: head/net/p5-Net-Z3950-SimpleServer/Makefile ============================================================================== --- head/net/p5-Net-Z3950-SimpleServer/Makefile Fri Sep 6 14:28:02 2013 (r326505) +++ head/net/p5-Net-Z3950-SimpleServer/Makefile Fri Sep 6 14:30:23 2013 (r326506) @@ -16,7 +16,8 @@ COMMENT= A Perl module for developing Z3 LIB_DEPENDS= yaz:${PORTSDIR}/net/yaz -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure CONFIGURE_ENV= LOCALBASE=${LOCALBASE} MAN3= Net::Z3950::GRS1.3 Net::Z3950::SimpleServer.3 Modified: head/net/p5-Script-isAperlScript/Makefile ============================================================================== --- head/net/p5-Script-isAperlScript/Makefile Fri Sep 6 14:28:02 2013 (r326505) +++ head/net/p5-Script-isAperlScript/Makefile Fri Sep 6 14:30:23 2013 (r326506) @@ -13,7 +13,8 @@ COMMENT= Checks if something is a Perl s RUN_DEPENDS= p5-Error-Helper>=1.0.0:${PORTSDIR}/devel/p5-Error-Helper -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Script::isAperlScript.3 Modified: head/net/p5-WebService-Prowl/Makefile ============================================================================== --- head/net/p5-WebService-Prowl/Makefile Fri Sep 6 14:28:02 2013 (r326505) +++ head/net/p5-WebService-Prowl/Makefile Fri Sep 6 14:30:23 2013 (r326506) @@ -24,7 +24,8 @@ BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/ p5-XML-Simple>=0:${PORTSDIR}/textproc/p5-XML-Simple RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= WebService::Prowl.3 WebService::Prowl::AnyEventHTTP.3 Modified: head/net/p5-XML-Compile-SOAP-WSA/Makefile ============================================================================== --- head/net/p5-XML-Compile-SOAP-WSA/Makefile Fri Sep 6 14:28:02 2013 (r326505) +++ head/net/p5-XML-Compile-SOAP-WSA/Makefile Fri Sep 6 14:30:23 2013 (r326506) @@ -22,7 +22,8 @@ BUILD_DEPENDS= p5-Net-Server>=0.97:${POR p5-XML-Compile-Cache>=0.91:${PORTSDIR}/textproc/p5-XML-Compile-Cache RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= XML::Compile::SOAP::WSA.3 \ XML::Compile::SOAP::WSA::Util.3 Modified: head/net/p5-ZConf/Makefile ============================================================================== --- head/net/p5-ZConf/Makefile Fri Sep 6 14:28:02 2013 (r326505) +++ head/net/p5-ZConf/Makefile Fri Sep 6 14:30:23 2013 (r326506) @@ -23,7 +23,8 @@ BUILD_DEPENDS= p5-Chooser>=0:${PORTSDIR} p5-perl-ldap>=0:${PORTSDIR}/net/p5-perl-ldap RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= ZConf.3 \ ZConf::backends::file.3 \ Modified: head/net/slirp/Makefile ============================================================================== --- head/net/slirp/Makefile Fri Sep 6 14:28:02 2013 (r326505) +++ head/net/slirp/Makefile Fri Sep 6 14:30:23 2013 (r326506) @@ -19,7 +19,8 @@ ONLY_FOR_ARCHS= i386 WRKSRC= ${WRKDIR}/${DISTNAME}/src -USE_PERL5_BUILD= yes +USES= perl5 +USE_PERL5= build GNU_CONFIGURE= yes MAN1= slirp.1