Date: Wed, 4 Sep 2013 03:24:02 +0000 (UTC) From: Andrej Zverev <az@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326244 - in head/net-mgmt: 2ping bigsister cnagios ifgraph iog ipv6gen nagios-geom nagiostat netmagis-common p5-GRNOC-TL1 p5-Nagios-Plugin p5-Net-IP-Match-Regexp p5-Net-Telnet-Cisco-IO... Message-ID: <201309040324.r843O2g4037498@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: az Date: Wed Sep 4 03:24:02 2013 New Revision: 326244 URL: http://svnweb.freebsd.org/changeset/ports/326244 Log: - convert to the new perl5 framework Approved by: portmgr (bapt@, blanket) Modified: head/net-mgmt/2ping/Makefile head/net-mgmt/bigsister/Makefile (contents, props changed) head/net-mgmt/cnagios/Makefile head/net-mgmt/ifgraph/Makefile (contents, props changed) head/net-mgmt/iog/Makefile (contents, props changed) head/net-mgmt/ipv6gen/Makefile (contents, props changed) head/net-mgmt/nagios-geom/Makefile (contents, props changed) head/net-mgmt/nagiostat/Makefile head/net-mgmt/netmagis-common/Makefile head/net-mgmt/p5-GRNOC-TL1/Makefile head/net-mgmt/p5-Nagios-Plugin/Makefile head/net-mgmt/p5-Net-IP-Match-Regexp/Makefile head/net-mgmt/p5-Net-Telnet-Cisco-IOS/Makefile (contents, props changed) head/net-mgmt/p5-SNMP-Info/Makefile head/net-mgmt/p5-Xymon/Makefile (contents, props changed) head/net-mgmt/p5-Zenoss/Makefile (contents, props changed) head/net-mgmt/remarp/Makefile (contents, props changed) head/net-mgmt/routers2-extras/Makefile (contents, props changed) head/net-mgmt/torrus/Makefile (contents, props changed) Modified: head/net-mgmt/2ping/Makefile ============================================================================== --- head/net-mgmt/2ping/Makefile Wed Sep 4 03:15:15 2013 (r326243) +++ head/net-mgmt/2ping/Makefile Wed Sep 4 03:24:02 2013 (r326244) @@ -16,7 +16,7 @@ RUN_DEPENDS= p5-Digest-CRC>=0:${PORTSDIR p5-IO-Socket-INET6>=0:${PORTSDIR}/net/p5-IO-Socket-INET6 USE_GMAKE= yes -USE_PERL5= yes +USES= perl5 MAN8= 2ping.8 2ping6.8 Modified: head/net-mgmt/bigsister/Makefile ============================================================================== --- head/net-mgmt/bigsister/Makefile Wed Sep 4 03:15:15 2013 (r326243) +++ head/net-mgmt/bigsister/Makefile Wed Sep 4 03:24:02 2013 (r326244) @@ -23,7 +23,7 @@ RUN_DEPENDS= net-snmp>=0:${PORTSDIR}/net p5-URI>=0:${PORTSDIR}/net/p5-URI USE_GMAKE= yes -USE_PERL5= yes +USES= perl5 USE_RC_SUBR= ${PORTNAME} NO_BUILD= yes HAS_CONFIGURE= yes Modified: head/net-mgmt/cnagios/Makefile ============================================================================== --- head/net-mgmt/cnagios/Makefile Wed Sep 4 03:15:15 2013 (r326243) +++ head/net-mgmt/cnagios/Makefile Wed Sep 4 03:24:02 2013 (r326244) @@ -21,7 +21,7 @@ CONFIGURE_ARGS= --with-etc-dir="${ETCDIR --with-var-dir="${NAGIOSDIR}" \ --with-status-file="${NAGIOSDIR}/status.dat" \ --with-nagios-data=3 -USE_PERL5= YES +USES= perl5 ALL_TARGET= cnagios MAN1= cnagios.1 Modified: head/net-mgmt/ifgraph/Makefile ============================================================================== --- head/net-mgmt/ifgraph/Makefile Wed Sep 4 03:15:15 2013 (r326243) +++ head/net-mgmt/ifgraph/Makefile Wed Sep 4 03:24:02 2013 (r326244) @@ -19,7 +19,7 @@ RUN_DEPENDS= rrdtool:${PORTSDIR}/databas p5-Net-SNMP>=0:${PORTSDIR}/net-mgmt/p5-Net-SNMP BUILD_DEPENDS:= ${RUN_DEPENDS} -USE_PERL5= yes +USES= perl5 NO_BUILD= yes PKGMESSAGE= ${WRKDIR}/pkg-message Modified: head/net-mgmt/iog/Makefile ============================================================================== --- head/net-mgmt/iog/Makefile Wed Sep 4 03:15:15 2013 (r326243) +++ head/net-mgmt/iog/Makefile Wed Sep 4 03:24:02 2013 (r326244) @@ -17,7 +17,7 @@ MAINTAINER= ler@lerctr.org COMMENT= Graphs Byte Counts for switches/routers/etc NO_BUILD= yes -USE_PERL5= yes +USES= perl5 PLIST_SUB+= VERSION=${PORTVERSION} IOG_USER= iog IOG_GROUP= www Modified: head/net-mgmt/ipv6gen/Makefile ============================================================================== --- head/net-mgmt/ipv6gen/Makefile Wed Sep 4 03:15:15 2013 (r326243) +++ head/net-mgmt/ipv6gen/Makefile Wed Sep 4 03:24:02 2013 (r326244) @@ -17,7 +17,8 @@ COMMENT= IPv6 prefix generator MAN1= ${PORTNAME}.1 NO_BUILD= -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run PLIST_FILES= bin/${PORTNAME} bin/check-overlap WRKSRC= ${WRKDIR}/${PORTNAME} Modified: head/net-mgmt/nagios-geom/Makefile ============================================================================== --- head/net-mgmt/nagios-geom/Makefile Wed Sep 4 03:15:15 2013 (r326243) +++ head/net-mgmt/nagios-geom/Makefile Wed Sep 4 03:24:02 2013 (r326244) @@ -16,7 +16,7 @@ DISTNAME= check_geom-${PORTVERSION} MAINTAINER= rea@FreeBSD.org COMMENT= Nagios plug-in to get geom(8) components status -USE_PERL5= yes +USES= perl5 NO_WRKSUBDIR= yes NO_BUILD= yes PATCH_STRIP= -p1 Modified: head/net-mgmt/nagiostat/Makefile ============================================================================== --- head/net-mgmt/nagiostat/Makefile Wed Sep 4 03:15:15 2013 (r326243) +++ head/net-mgmt/nagiostat/Makefile Wed Sep 4 03:24:02 2013 (r326244) @@ -14,7 +14,7 @@ COMMENT= Nagiostat parses performance-da RUN_DEPENDS= rrdtool:${PORTSDIR}/databases/rrdtool \ nagios:${PORTSDIR}/net-mgmt/nagios -USE_PERL5= yes +USES= perl5 NO_BUILD= yes NO_WRKSUBDIR= yes NAGIOSDIR?= /var/spool/nagios Modified: head/net-mgmt/netmagis-common/Makefile ============================================================================== --- head/net-mgmt/netmagis-common/Makefile Wed Sep 4 03:15:15 2013 (r326243) +++ head/net-mgmt/netmagis-common/Makefile Wed Sep 4 03:24:02 2013 (r326244) @@ -45,7 +45,7 @@ RUN_DEPENDS+= rancid-run:${PORTSDIR}/net .endif .if ${PKGNAMESUFFIX} == -metro -USE_PERL5= yes +USES= perl5 RUN_DEPENDS+= p5-DBD-Pg>0:${PORTSDIR}/databases/p5-DBD-Pg \ p5-Net-SNMP>=0:${PORTSDIR}/net-mgmt/p5-Net-SNMP \ Modified: head/net-mgmt/p5-GRNOC-TL1/Makefile ============================================================================== --- head/net-mgmt/p5-GRNOC-TL1/Makefile Wed Sep 4 03:15:15 2013 (r326243) +++ head/net-mgmt/p5-GRNOC-TL1/Makefile Wed Sep 4 03:24:02 2013 (r326244) @@ -15,6 +15,7 @@ BUILD_DEPENDS= p5-Date-Calc>0:${PORTSDIR p5-Net-Telnet>0:${PORTSDIR}/net/p5-Net-Telnet RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure .include <bsd.port.mk> Modified: head/net-mgmt/p5-Nagios-Plugin/Makefile ============================================================================== --- head/net-mgmt/p5-Nagios-Plugin/Makefile Wed Sep 4 03:15:15 2013 (r326243) +++ head/net-mgmt/p5-Nagios-Plugin/Makefile Wed Sep 4 03:24:02 2013 (r326244) @@ -21,7 +21,8 @@ BUILD_DEPENDS= p5-Class-Accessor>=0:${PO p5-Config-Tiny>=0:${PORTSDIR}/devel/p5-Config-Tiny RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Nagios::Plugin.3 \ Nagios::Plugin::Config.3 \ Modified: head/net-mgmt/p5-Net-IP-Match-Regexp/Makefile ============================================================================== --- head/net-mgmt/p5-Net-IP-Match-Regexp/Makefile Wed Sep 4 03:15:15 2013 (r326243) +++ head/net-mgmt/p5-Net-IP-Match-Regexp/Makefile Wed Sep 4 03:24:02 2013 (r326244) @@ -11,7 +11,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= 5u623l20@gmail.com COMMENT= Efficiently match IP addresses against IP ranges via regexp -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::IP::Match::Regexp.3 Modified: head/net-mgmt/p5-Net-Telnet-Cisco-IOS/Makefile ============================================================================== --- head/net-mgmt/p5-Net-Telnet-Cisco-IOS/Makefile Wed Sep 4 03:15:15 2013 (r326243) +++ head/net-mgmt/p5-Net-Telnet-Cisco-IOS/Makefile Wed Sep 4 03:24:02 2013 (r326244) @@ -18,7 +18,8 @@ COMMENT= Manage Cisco IOS Devices RUN_DEPENDS= p5-Net-Telnet-Cisco>=0:${PORTSDIR}/net-mgmt/p5-Telnet-Cisco BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::Telnet::Cisco::IOS.3 Modified: head/net-mgmt/p5-SNMP-Info/Makefile ============================================================================== --- head/net-mgmt/p5-SNMP-Info/Makefile Wed Sep 4 03:15:15 2013 (r326243) +++ head/net-mgmt/p5-SNMP-Info/Makefile Wed Sep 4 03:24:02 2013 (r326244) @@ -14,7 +14,8 @@ LICENSE= BSD LIB_DEPENDS= netsnmp:${PORTSDIR}/net-mgmt/net-snmp -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= SNMP::Info.3 SNMP::Info::AdslLine.3 SNMP::Info::Airespace.3 \ SNMP::Info::IPv6.3 SNMP::Info::Layer2::CiscoSB.3 \ Modified: head/net-mgmt/p5-Xymon/Makefile ============================================================================== --- head/net-mgmt/p5-Xymon/Makefile Wed Sep 4 03:15:15 2013 (r326243) +++ head/net-mgmt/p5-Xymon/Makefile Wed Sep 4 03:24:02 2013 (r326244) @@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= gslin@gslin.org COMMENT= Xymon Base Module -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Xymon.3 Modified: head/net-mgmt/p5-Zenoss/Makefile ============================================================================== --- head/net-mgmt/p5-Zenoss/Makefile Wed Sep 4 03:15:15 2013 (r326243) +++ head/net-mgmt/p5-Zenoss/Makefile Wed Sep 4 03:24:02 2013 (r326244) @@ -23,7 +23,8 @@ RUN_DEPENDS= p5-HTTP-Message>=0:${PORTSD p5-Moose>=1.0:${PORTSDIR}/devel/p5-Moose \ p5-libwww>=5.0:${PORTSDIR}/www/p5-libwww -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Zenoss.3 \ Zenoss::Connector.3 \ Modified: head/net-mgmt/remarp/Makefile ============================================================================== --- head/net-mgmt/remarp/Makefile Wed Sep 4 03:15:15 2013 (r326243) +++ head/net-mgmt/remarp/Makefile Wed Sep 4 03:24:02 2013 (r326244) @@ -17,7 +17,7 @@ COMMENT= An SNMP-based ARP watcher RUN_DEPENDS= p5-AppConfig>=0:${PORTSDIR}/devel/p5-AppConfig \ p5-Net-SNMP>=0:${PORTSDIR}/net-mgmt/p5-Net-SNMP -USE_PERL5= YES +USES= perl5 NO_BUILD= YES REMARP_SPOOL= /var/spool/remarp Modified: head/net-mgmt/routers2-extras/Makefile ============================================================================== --- head/net-mgmt/routers2-extras/Makefile Wed Sep 4 03:15:15 2013 (r326243) +++ head/net-mgmt/routers2-extras/Makefile Wed Sep 4 03:24:02 2013 (r326244) @@ -21,7 +21,7 @@ RUN_DEPENDS= ${LOCALBASE}/www/routers2/r WRKSRC= ${WRKDIR}/routers2-v${PORTVERSION}/extras -USE_PERL5= YES +USES= perl5 NO_BUILD= YES Modified: head/net-mgmt/torrus/Makefile ============================================================================== --- head/net-mgmt/torrus/Makefile Wed Sep 4 03:15:15 2013 (r326243) +++ head/net-mgmt/torrus/Makefile Wed Sep 4 03:24:02 2013 (r326244) @@ -25,7 +25,8 @@ BUILD_DEPENDS= rrdtool>=0:${PORTSDIR}/da RUN_DEPENDS:= ${BUILD_DEPENDS} USE_GNOME= libxml2 -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run GNU_CONFIGURE= YES USERS= torrus
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309040324.r843O2g4037498>