svn commit: r326522 - in head/net: entitymib lla p5-Net-FTP-AutoReconnect p5-Net-Google-Calendar p5-Net-Google-DataAPI p5-Net-LDAP-posixGroup p5-Net-LimeLight-Purge p5-Net-Nessus-XMLRPC p5-Net-Ping...
Andrej Zverev
az at FreeBSD.org
Fri Sep 6 16:11:34 UTC 2013
Author: az
Date: Fri Sep 6 16:11:30 2013
New Revision: 326522
URL: http://svnweb.freebsd.org/changeset/ports/326522
Log:
- convert to the new perl5 framework
Approved by: portmgr (bapt@, blanket)
Modified:
head/net/entitymib/Makefile (contents, props changed)
head/net/lla/Makefile (contents, props changed)
head/net/p5-Net-FTP-AutoReconnect/Makefile (contents, props changed)
head/net/p5-Net-Google-Calendar/Makefile
head/net/p5-Net-Google-DataAPI/Makefile (contents, props changed)
head/net/p5-Net-LDAP-posixGroup/Makefile (contents, props changed)
head/net/p5-Net-LimeLight-Purge/Makefile (contents, props changed)
head/net/p5-Net-Nessus-XMLRPC/Makefile (contents, props changed)
head/net/p5-Net-Ping/Makefile (contents, props changed)
head/net/p5-Net-Syslog/Makefile
head/net/p5-Net-TcpDumpLog/Makefile (contents, props changed)
head/net/p5-Net-Twitter-Lite/Makefile
head/net/p5-NetPacket/Makefile (contents, props changed)
head/net/p5-POE-Component-Client-Ident/Makefile (contents, props changed)
head/net/p5-RPC-EPC-Service/Makefile (contents, props changed)
head/net/p5-Socket6/Makefile (contents, props changed)
head/net/p5-ZConf-Bookmarks/Makefile (contents, props changed)
head/net/rude/Makefile
head/net/sip_scenario/Makefile
Modified: head/net/entitymib/Makefile
==============================================================================
--- head/net/entitymib/Makefile Fri Sep 6 16:00:57 2013 (r326521)
+++ head/net/entitymib/Makefile Fri Sep 6 16:11:30 2013 (r326522)
@@ -21,7 +21,8 @@ COMMENT=Display the Entity MIB of an SNM
RUN_DEPENDS= p5-Tree-DAG_Node>=0:${PORTSDIR}/devel/p5-Tree-DAG_Node \
net-snmp>=0:${PORTSDIR}/net-mgmt/net-snmp
-USE_PERL5_RUN= yes
+USES= perl5
+USE_PERL5= run
MAN1= entitymib.1
NO_BUILD= nope
Modified: head/net/lla/Makefile
==============================================================================
--- head/net/lla/Makefile Fri Sep 6 16:00:57 2013 (r326521)
+++ head/net/lla/Makefile Fri Sep 6 16:11:30 2013 (r326522)
@@ -21,7 +21,7 @@ RUN_DEPENDS= p5-Date-Calc>=0:${PORTSDIR}
NO_BUILD= yes
NO_WRKSUBDIR= yes
-USE_PERL5= yes
+USES= perl5
PLIST_FILES= bin/lla
EXTRACT_CMD= ${CP}
Modified: head/net/p5-Net-FTP-AutoReconnect/Makefile
==============================================================================
--- head/net/p5-Net-FTP-AutoReconnect/Makefile Fri Sep 6 16:00:57 2013 (r326521)
+++ head/net/p5-Net-FTP-AutoReconnect/Makefile Fri Sep 6 16:11:30 2013 (r326522)
@@ -15,7 +15,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= jase at FreeBSD.org
COMMENT= A Perl5 FTP client class with automatic reconnect on failure
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Net::FTP::AutoReconnect.3
Modified: head/net/p5-Net-Google-Calendar/Makefile
==============================================================================
--- head/net/p5-Net-Google-Calendar/Makefile Fri Sep 6 16:00:57 2013 (r326521)
+++ head/net/p5-Net-Google-Calendar/Makefile Fri Sep 6 16:11:30 2013 (r326522)
@@ -22,7 +22,8 @@ BUILD_DEPENDS= p5-XML-Atom>=0.37:${PORTS
p5-Net-Google-AuthSub>=0:${PORTSDIR}/net/p5-Net-Google-AuthSub
RUN_DEPENDS:= ${BUILD_DEPENDS}
-PERL_MODBUILD= yes
+USES= perl5
+USE_PERL5= modbuild
MAN3= Net::Google::Calendar.3 Net::Google::Calendar::Base.3 \
Net::Google::Calendar::Calendar.3 Net::Google::Calendar::Comments.3 \
Modified: head/net/p5-Net-Google-DataAPI/Makefile
==============================================================================
--- head/net/p5-Net-Google-DataAPI/Makefile Fri Sep 6 16:00:57 2013 (r326521)
+++ head/net/p5-Net-Google-DataAPI/Makefile Fri Sep 6 16:11:30 2013 (r326522)
@@ -35,7 +35,8 @@ TEST_DEPENDS= p5-Test-Exception>=0:${POR
p5-Test-MockObject>=0:${PORTSDIR}/devel/p5-Test-MockObject \
p5-Test-Warn>=0:${PORTSDIR}/devel/p5-Test-Warn
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Net::Google::DataAPI.3 \
Net::Google::DataAPI::Auth::ClientLogin::Multiple.3 \
Modified: head/net/p5-Net-LDAP-posixGroup/Makefile
==============================================================================
--- head/net/p5-Net-LDAP-posixGroup/Makefile Fri Sep 6 16:00:57 2013 (r326521)
+++ head/net/p5-Net-LDAP-posixGroup/Makefile Fri Sep 6 16:11:30 2013 (r326522)
@@ -17,7 +17,8 @@ COMMENT= Creates new Net::LDAP::Entry ob
RUN_DEPENDS= p5-perl-ldap>=0:${PORTSDIR}/net/p5-perl-ldap
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Net::LDAP::posixGroup.3
Modified: head/net/p5-Net-LimeLight-Purge/Makefile
==============================================================================
--- head/net/p5-Net-LimeLight-Purge/Makefile Fri Sep 6 16:00:57 2013 (r326521)
+++ head/net/p5-Net-LimeLight-Purge/Makefile Fri Sep 6 16:11:30 2013 (r326522)
@@ -19,7 +19,8 @@ RUN_DEPENDS= p5-DateTime-Format-ISO8601>
p5-MooseX-AttributeHelpers>=0.14:${PORTSDIR}/devel/p5-MooseX-AttributeHelpers \
p5-SOAP-Lite>=0.710.08:${PORTSDIR}/net/p5-SOAP-Lite
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Net::LimeLight::Purge.3 \
Net::LimeLight::Purge::Request.3 \
Modified: head/net/p5-Net-Nessus-XMLRPC/Makefile
==============================================================================
--- head/net/p5-Net-Nessus-XMLRPC/Makefile Fri Sep 6 16:00:57 2013 (r326521)
+++ head/net/p5-Net-Nessus-XMLRPC/Makefile Fri Sep 6 16:11:30 2013 (r326522)
@@ -22,7 +22,8 @@ BUILD_DEPENDS= p5-HTTP-Message>=0:${PORT
p5-libwww>=0:${PORTSDIR}/www/p5-libwww
RUN_DEPENDS:= ${BUILD_DEPENDS}
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Net::Nessus::XMLRPC.3
Modified: head/net/p5-Net-Ping/Makefile
==============================================================================
--- head/net/p5-Net-Ping/Makefile Fri Sep 6 16:00:57 2013 (r326521)
+++ head/net/p5-Net-Ping/Makefile Fri Sep 6 16:11:30 2013 (r326522)
@@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= sem at FreeBSD.org
COMMENT= A perl module to check a remote host for reachability
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Net::Ping.3
Modified: head/net/p5-Net-Syslog/Makefile
==============================================================================
--- head/net/p5-Net-Syslog/Makefile Fri Sep 6 16:00:57 2013 (r326521)
+++ head/net/p5-Net-Syslog/Makefile Fri Sep 6 16:11:30 2013 (r326522)
@@ -10,7 +10,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= sobomax at FreeBSD.org
COMMENT= Perl extension for sending syslog messages to a remote syslogd
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Net::Syslog.3
Modified: head/net/p5-Net-TcpDumpLog/Makefile
==============================================================================
--- head/net/p5-Net-TcpDumpLog/Makefile Fri Sep 6 16:00:57 2013 (r326521)
+++ head/net/p5-Net-TcpDumpLog/Makefile Fri Sep 6 16:11:30 2013 (r326522)
@@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= skreuzer at FreeBSD.org
COMMENT= Read tcpdump/libpcap network packet logs
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Net::TcpDumpLog.3
Modified: head/net/p5-Net-Twitter-Lite/Makefile
==============================================================================
--- head/net/p5-Net-Twitter-Lite/Makefile Fri Sep 6 16:00:57 2013 (r326521)
+++ head/net/p5-Net-Twitter-Lite/Makefile Fri Sep 6 16:11:30 2013 (r326522)
@@ -30,7 +30,8 @@ RUN_DEPENDS= p5-JSON>=2.02:${PORTSDIR}/c
p5-Net-OAuth>=0.25:${PORTSDIR}/net/p5-Net-OAuth \
p5-Crypt-SSLeay>=0.5:${PORTSDIR}/security/p5-Crypt-SSLeay
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Net::Twitter::Lite.3 Net::Twitter::Lite::API::V1.3 \
Net::Twitter::Lite::API::V1_1.3 Net::Twitter::Lite::Error.3 \
Net::Twitter::Lite::WithAPIv1_1.3
Modified: head/net/p5-NetPacket/Makefile
==============================================================================
--- head/net/p5-NetPacket/Makefile Fri Sep 6 16:00:57 2013 (r326521)
+++ head/net/p5-NetPacket/Makefile Fri Sep 6 16:11:30 2013 (r326522)
@@ -16,7 +16,8 @@ COMMENT= Modules to assemble/disassemble
LICENSE= ART20
-PERL_MODBUILD= yes
+USES= perl5
+USE_PERL5= modbuild
MAN3= NetPacket.3 NetPacket::ARP.3 NetPacket::Ethernet.3 \
NetPacket::ICMP.3 NetPacket::IGMP.3 NetPacket::UDP.3\
Modified: head/net/p5-POE-Component-Client-Ident/Makefile
==============================================================================
--- head/net/p5-POE-Component-Client-Ident/Makefile Fri Sep 6 16:00:57 2013 (r326521)
+++ head/net/p5-POE-Component-Client-Ident/Makefile Fri Sep 6 16:11:30 2013 (r326522)
@@ -18,7 +18,8 @@ BUILD_DEPENDS= p5-POE>=0.9999:${PORTSDIR
RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Test-POE-Server-TCP>=0:${PORTSDIR}/devel/p5-Test-POE-Server-TCP
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= POE::Component::Client::Ident.3 \
POE::Component::Client::Ident::Agent.3 \
Modified: head/net/p5-RPC-EPC-Service/Makefile
==============================================================================
--- head/net/p5-RPC-EPC-Service/Makefile Fri Sep 6 16:00:57 2013 (r326521)
+++ head/net/p5-RPC-EPC-Service/Makefile Fri Sep 6 16:11:30 2013 (r326522)
@@ -20,7 +20,8 @@ RUN_DEPENDS= \
p5-Data-SExpression>=0.41:${PORTSDIR}/devel/p5-Data-SExpression
BUILD_DEPENDS:= ${RUN_DEPENDS}
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= RPC::EPC::Service.3
Modified: head/net/p5-Socket6/Makefile
==============================================================================
--- head/net/p5-Socket6/Makefile Fri Sep 6 16:00:57 2013 (r326521)
+++ head/net/p5-Socket6/Makefile Fri Sep 6 16:11:30 2013 (r326522)
@@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= ume at FreeBSD.org
COMMENT= IPv6 related part of the C socket.h defines and structure manipulators
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
CONFIGURE_ENV+= CC="${CC}" CFLAGS="${CFLAGS}"
PLIST_FILES= %%SITE_PERL%%/%%PERL_ARCH%%/Socket6.pm \
Modified: head/net/p5-ZConf-Bookmarks/Makefile
==============================================================================
--- head/net/p5-ZConf-Bookmarks/Makefile Fri Sep 6 16:00:57 2013 (r326521)
+++ head/net/p5-ZConf-Bookmarks/Makefile Fri Sep 6 16:11:30 2013 (r326522)
@@ -17,7 +17,8 @@ COMMENT= A system for bookmarking URIs u
RUN_DEPENDS= p5-ZConf>=0:${PORTSDIR}/net/p5-ZConf
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= ZConf::Bookmarks.3
Modified: head/net/rude/Makefile
==============================================================================
--- head/net/rude/Makefile Fri Sep 6 16:00:57 2013 (r326521)
+++ head/net/rude/Makefile Fri Sep 6 16:11:30 2013 (r326522)
@@ -14,7 +14,7 @@ RUN_DEPENDS= p5-Tk>=0:${PORTSDIR}/x11-to
HAS_CONFIGURE= yes
CONFIGURE_ENV= --with-debug-lvl=3
-USE_PERL5= yes
+USES= perl5
WRKSRC= ${WRKDIR}/${PORTNAME}
MAN8= rude.8 crude.8
Modified: head/net/sip_scenario/Makefile
==============================================================================
--- head/net/sip_scenario/Makefile Fri Sep 6 16:00:57 2013 (r326521)
+++ head/net/sip_scenario/Makefile Fri Sep 6 16:11:30 2013 (r326522)
@@ -13,7 +13,8 @@ COMMENT= SIP call flow creator (HTML for
LICENSE= AL2
USE_ZIP= yes
-USE_PERL5_RUN= yes
+USES= perl5
+USE_PERL5= run
WRKSRC= ${WRKDIR}
More information about the svn-ports-all
mailing list