From owner-svn-ports-head@FreeBSD.ORG Thu Sep 5 10:32: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 352C57B2; Thu, 5 Sep 2013 10:32: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 142D422BD; Thu, 5 Sep 2013 10:32: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 r85AWRie026484; Thu, 5 Sep 2013 10:32:27 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r85AWOUI026408; Thu, 5 Sep 2013 10:32:24 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309051032.r85AWOUI026408@svn.freebsd.org> From: Andrej Zverev Date: Thu, 5 Sep 2013 10:32:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326380 - in head/net: freenx ldap-stats p5-Amazon-SQS-Simple p5-BBS-UserInfo-Maple3 p5-Filesys-SmbClient p5-IO-Socket-Multicast p5-IPC-Session p5-Net-Divert p5-Net-LDAP-posixAccount p5... 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 10:32:28 -0000 Author: az Date: Thu Sep 5 10:32:23 2013 New Revision: 326380 URL: http://svnweb.freebsd.org/changeset/ports/326380 Log: - convert to the new perl5 framework Approved by: portmgr (bapt@, blanket) Modified: head/net/freenx/Makefile (contents, props changed) head/net/ldap-stats/Makefile (contents, props changed) head/net/p5-Amazon-SQS-Simple/Makefile (contents, props changed) head/net/p5-BBS-UserInfo-Maple3/Makefile (contents, props changed) head/net/p5-Filesys-SmbClient/Makefile head/net/p5-IO-Socket-Multicast/Makefile head/net/p5-IPC-Session/Makefile (contents, props changed) head/net/p5-Net-Divert/Makefile head/net/p5-Net-LDAP-posixAccount/Makefile (contents, props changed) head/net/p5-Net-Server-SS-PreFork/Makefile (contents, props changed) head/net/p5-Net-Todoist/Makefile head/net/p5-Net-sFlow/Makefile (contents, props changed) head/net/p5-POE-Component-Client-Telnet/Makefile (contents, props changed) head/net/p5-POE-Component-Client-Traceroute/Makefile (contents, props changed) head/net/p5-POE-Component-Client-Twitter/Makefile (contents, props changed) head/net/p5-SOAP-MySOAP/Makefile (contents, props changed) head/net/p5-URI-Match/Makefile (contents, props changed) head/net/p5-XML-Fast/Makefile (contents, props changed) head/net/sendsnpp/Makefile (contents, props changed) Modified: head/net/freenx/Makefile ============================================================================== --- head/net/freenx/Makefile Thu Sep 5 10:26:41 2013 (r326379) +++ head/net/freenx/Makefile Thu Sep 5 10:32:23 2013 (r326380) @@ -19,7 +19,8 @@ RUN_DEPENDS= ${NXPREFIX}/bin/nxagent:${P expect:${PORTSDIR}/lang/expect \ gls:${PORTSDIR}/sysutils/coreutils \ xauth:${PORTSDIR}/x11/xauth -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run BUILD_WRKSRC= ${WRKSRC}/nxserver-helper Modified: head/net/ldap-stats/Makefile ============================================================================== --- head/net/ldap-stats/Makefile Thu Sep 5 10:26:41 2013 (r326379) +++ head/net/ldap-stats/Makefile Thu Sep 5 10:32:23 2013 (r326380) @@ -16,7 +16,7 @@ COMMENT= Program to generate OpenLDAP st RUN_DEPENDS= p5-Getopt-Long>=0:${PORTSDIR}/devel/p5-Getopt-Long NO_BUILD= yes -USE_PERL5= yes +USES= perl5 PLIST_FILES= bin/ldap-stats Modified: head/net/p5-Amazon-SQS-Simple/Makefile ============================================================================== --- head/net/p5-Amazon-SQS-Simple/Makefile Thu Sep 5 10:26:41 2013 (r326379) +++ head/net/p5-Amazon-SQS-Simple/Makefile Thu Sep 5 10:32:23 2013 (r326380) @@ -21,7 +21,8 @@ BUILD_DEPENDS= p5-XML-Simple>=0:${PORTSD p5-libwww>=0:${PORTSDIR}/www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Amazon::SQS::Simple::Message.3 \ Amazon::SQS::Simple::Queue.3 \ Modified: head/net/p5-BBS-UserInfo-Maple3/Makefile ============================================================================== --- head/net/p5-BBS-UserInfo-Maple3/Makefile Thu Sep 5 10:26:41 2013 (r326379) +++ head/net/p5-BBS-UserInfo-Maple3/Makefile Thu Sep 5 10:32:23 2013 (r326380) @@ -17,7 +17,8 @@ COMMENT= Get user information of Maple3- RUN_DEPENDS= p5-Expect>=0:${PORTSDIR}/lang/p5-Expect -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= BBS::UserInfo::Maple3.3 Modified: head/net/p5-Filesys-SmbClient/Makefile ============================================================================== --- head/net/p5-Filesys-SmbClient/Makefile Thu Sep 5 10:26:41 2013 (r326379) +++ head/net/p5-Filesys-SmbClient/Makefile Thu Sep 5 10:32:23 2013 (r326380) @@ -13,7 +13,8 @@ COMMENT= Interface for access Samba file LIB_DEPENDS= smbclient.0:${PORTSDIR}/net/samba-libsmbclient BUILD_DEPENDS= p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Filesys::SmbClient.3 Modified: head/net/p5-IO-Socket-Multicast/Makefile ============================================================================== --- head/net/p5-IO-Socket-Multicast/Makefile Thu Sep 5 10:26:41 2013 (r326379) +++ head/net/p5-IO-Socket-Multicast/Makefile Thu Sep 5 10:32:23 2013 (r326380) @@ -15,7 +15,8 @@ BUILD_DEPENDS:= ${RUN_DEPENDS} MAN3= IO::Socket::Multicast.3 -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure post-install: .ifndef(NOPORTEXAMPLES) Modified: head/net/p5-IPC-Session/Makefile ============================================================================== --- head/net/p5-IPC-Session/Makefile Thu Sep 5 10:26:41 2013 (r326379) +++ head/net/p5-IPC-Session/Makefile Thu Sep 5 10:32:23 2013 (r326380) @@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= avk@vl.ru COMMENT= Drive ssh or other interactive shell, local or remote (like 'expect') -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= IPC::Session.3 Modified: head/net/p5-Net-Divert/Makefile ============================================================================== --- head/net/p5-Net-Divert/Makefile Thu Sep 5 10:26:41 2013 (r326379) +++ head/net/p5-Net-Divert/Makefile Thu Sep 5 10:32:23 2013 (r326380) @@ -11,7 +11,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= ecu@200ok.org COMMENT= A module to deal with divert(4) sockets -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::Divert.3 Modified: head/net/p5-Net-LDAP-posixAccount/Makefile ============================================================================== --- head/net/p5-Net-LDAP-posixAccount/Makefile Thu Sep 5 10:26:41 2013 (r326379) +++ head/net/p5-Net-LDAP-posixAccount/Makefile Thu Sep 5 10:32:23 2013 (r326380) @@ -19,7 +19,8 @@ RUN_DEPENDS= p5-perl-ldap>=0:${PORTSDIR} p5-Sys-User-UIDhelper>=0:${PORTSDIR}/sysutils/p5-Sys-User-UIDhelper \ p5-Sys-Group-GIDhelper>=0:${PORTSDIR}/sysutils/p5-Sys-Group-GIDhelper -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::LDAP::posixAccount.3 Modified: head/net/p5-Net-Server-SS-PreFork/Makefile ============================================================================== --- head/net/p5-Net-Server-SS-PreFork/Makefile Thu Sep 5 10:26:41 2013 (r326379) +++ head/net/p5-Net-Server-SS-PreFork/Makefile Thu Sep 5 10:32:23 2013 (r326380) @@ -26,7 +26,8 @@ TEST_DEPENDS= p5-HTTP-Server-Simple>0:${ p5-Test-TCP>=0.06:${PORTSDIR}/devel/p5-Test-TCP \ p5-libwww>0:${PORTSDIR}/www/p5-libwww -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::Server::SS::PreFork.3 Modified: head/net/p5-Net-Todoist/Makefile ============================================================================== --- head/net/p5-Net-Todoist/Makefile Thu Sep 5 10:26:41 2013 (r326379) +++ head/net/p5-Net-Todoist/Makefile Thu Sep 5 10:32:23 2013 (r326380) @@ -17,7 +17,8 @@ COMMENT= Todoist API RUN_DEPENDS= p5-JSON-XS>=0:${PORTSDIR}/converters/p5-JSON-XS \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::Todoist.3 Modified: head/net/p5-Net-sFlow/Makefile ============================================================================== --- head/net/p5-Net-sFlow/Makefile Thu Sep 5 10:26:41 2013 (r326379) +++ head/net/p5-Net-sFlow/Makefile Thu Sep 5 10:32:23 2013 (r326380) @@ -16,7 +16,8 @@ COMMENT= Decode sFlow datagrams LICENSE= ART10 -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::sFlow.3 Modified: head/net/p5-POE-Component-Client-Telnet/Makefile ============================================================================== --- head/net/p5-POE-Component-Client-Telnet/Makefile Thu Sep 5 10:26:41 2013 (r326379) +++ head/net/p5-POE-Component-Client-Telnet/Makefile Thu Sep 5 10:32:23 2013 (r326380) @@ -20,7 +20,8 @@ BUILD_DEPENDS= p5-POE>=0.31:${PORTSDIR}/ p5-Devel-Symdump>=0:${PORTSDIR}/devel/p5-Devel-Symdump RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= POE::Component::Client::Telnet.3 Modified: head/net/p5-POE-Component-Client-Traceroute/Makefile ============================================================================== --- head/net/p5-POE-Component-Client-Traceroute/Makefile Thu Sep 5 10:26:41 2013 (r326379) +++ head/net/p5-POE-Component-Client-Traceroute/Makefile Thu Sep 5 10:32:23 2013 (r326380) @@ -17,7 +17,8 @@ COMMENT= A non-blocking traceroute clien RUN_DEPENDS= p5-POE>=0.11:${PORTSDIR}/devel/p5-POE BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= POE::Component::Client::Traceroute.3 Modified: head/net/p5-POE-Component-Client-Twitter/Makefile ============================================================================== --- head/net/p5-POE-Component-Client-Twitter/Makefile Thu Sep 5 10:26:41 2013 (r326379) +++ head/net/p5-POE-Component-Client-Twitter/Makefile Thu Sep 5 10:32:23 2013 (r326380) @@ -25,7 +25,8 @@ BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/ p5-Module-Install>=0:${PORTSDIR}/devel/p5-Module-Install RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= POE::Component::Client::Twitter.3 Modified: head/net/p5-SOAP-MySOAP/Makefile ============================================================================== --- head/net/p5-SOAP-MySOAP/Makefile Thu Sep 5 10:26:41 2013 (r326379) +++ head/net/p5-SOAP-MySOAP/Makefile Thu Sep 5 10:32:23 2013 (r326380) @@ -19,7 +19,8 @@ COMMENT= An extremely basic SOAP client BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww RUN_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= SOAP::MySOAP.3 Modified: head/net/p5-URI-Match/Makefile ============================================================================== --- head/net/p5-URI-Match/Makefile Thu Sep 5 10:26:41 2013 (r326379) +++ head/net/p5-URI-Match/Makefile Thu Sep 5 10:32:23 2013 (r326380) @@ -18,7 +18,8 @@ RUN_DEPENDS= \ p5-URI>0:${PORTSDIR}/net/p5-URI BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= URI::Match.3 Modified: head/net/p5-XML-Fast/Makefile ============================================================================== --- head/net/p5-XML-Fast/Makefile Thu Sep 5 10:26:41 2013 (r326379) +++ head/net/p5-XML-Fast/Makefile Thu Sep 5 10:32:23 2013 (r326380) @@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= dhn@FreeBSD.org COMMENT= Simple and very fast XML to hash conversion -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= XML::Fast.3 Modified: head/net/sendsnpp/Makefile ============================================================================== --- head/net/sendsnpp/Makefile Thu Sep 5 10:26:41 2013 (r326379) +++ head/net/sendsnpp/Makefile Thu Sep 5 10:32:23 2013 (r326380) @@ -16,7 +16,8 @@ MAINTAINER= itetcu@FreeBSD.org COMMENT= Tool for sending messages through a RFC1861 compliant SNPP server NO_BUILD= yes -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run PLIST_FILES= bin/sendSNPP.pl