svn commit: r326167 - in head: net-mgmt/coovachilli net-mgmt/fetchconfig net-mgmt/nagios-certexp-plugin net-mgmt/nagios-check_clamav net-mgmt/nagios-openldap-plugins net-mgmt/p5-BigIP-iControl net-...
Andrej Zverev
az at FreeBSD.org
Tue Sep 3 16:18:54 UTC 2013
Author: az
Date: Tue Sep 3 16:18:49 2013
New Revision: 326167
URL: http://svnweb.freebsd.org/changeset/ports/326167
Log:
- convert to the new perl5 framework
Approved by: portmgr (bapt@, blanket)
Modified:
head/net-mgmt/coovachilli/Makefile (contents, props changed)
head/net-mgmt/fetchconfig/Makefile (contents, props changed)
head/net-mgmt/nagios-certexp-plugin/Makefile (contents, props changed)
head/net-mgmt/nagios-check_clamav/Makefile (contents, props changed)
head/net-mgmt/nagios-openldap-plugins/Makefile (contents, props changed)
head/net-mgmt/p5-BigIP-iControl/Makefile
head/net-mgmt/p5-Cisco-Reconfig/Makefile
head/net-mgmt/p5-MRTG-Parse/Makefile (contents, props changed)
head/net-mgmt/p5-Net-ACL/Makefile (contents, props changed)
head/net-mgmt/p5-Net-ILO/Makefile (contents, props changed)
head/net-mgmt/p5-NetAddr-IP-Lite/Makefile (contents, props changed)
head/net-mgmt/p5-SNMP-Trapinfo/Makefile (contents, props changed)
head/net-mgmt/pancho/Makefile
head/net-mgmt/routers2-extensions/Makefile (contents, props changed)
head/www/p5-Acme-Monta/Makefile (contents, props changed)
head/www/p5-CGI-Compile/Makefile (contents, props changed)
head/www/p5-CGI-ExtDirect/Makefile
head/www/p5-Catalyst-View-XML-Feed/Makefile
head/www/p5-FCGI-Client/Makefile
Modified: head/net-mgmt/coovachilli/Makefile
==============================================================================
--- head/net-mgmt/coovachilli/Makefile Tue Sep 3 16:10:13 2013 (r326166)
+++ head/net-mgmt/coovachilli/Makefile Tue Sep 3 16:18:49 2013 (r326167)
@@ -25,7 +25,8 @@ MAN8= chilli.8
CONFIGURE_ARGS=-localstatedir=/var
GNU_CONFIGURE= yes
-USE_PERL5_BUILD=yes # for manual page building
+USES= perl5
+USE_PERL5= build
USE_LDCONFIG= yes
USE_RC_SUBR= coovachilli
Modified: head/net-mgmt/fetchconfig/Makefile
==============================================================================
--- head/net-mgmt/fetchconfig/Makefile Tue Sep 3 16:10:13 2013 (r326166)
+++ head/net-mgmt/fetchconfig/Makefile Tue Sep 3 16:18:49 2013 (r326167)
@@ -19,7 +19,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= p5-Net-Telnet>=0:${PORTSDIR}/net/p5-Net-Telnet
RUN_DEPENDS:= ${BUILD_DEPENDS}
-USE_PERL5= yes
+USES= perl5
NO_BUILD= yes
MODULES= model/Abstract.pm model/CiscoCAT.pm model/CiscoIOS.pm \
Modified: head/net-mgmt/nagios-certexp-plugin/Makefile
==============================================================================
--- head/net-mgmt/nagios-certexp-plugin/Makefile Tue Sep 3 16:10:13 2013 (r326166)
+++ head/net-mgmt/nagios-certexp-plugin/Makefile Tue Sep 3 16:18:49 2013 (r326167)
@@ -18,7 +18,7 @@ RUN_DEPENDS+= p5-Net-SSLeay>=0:${PORTSDI
p5-Date-Manip>=0:${PORTSDIR}/devel/p5-Date-Manip \
p5-Getopt-Long>=0:${PORTSDIR}/devel/p5-Getopt-Long
-USE_PERL5= yes
+USES= perl5
NO_WRKSUBDIR= yes
NO_BUILD= yes
PLIST_FILES= ${NAGIOS_PLUGIN_DIR}/check_certexp.pl
Modified: head/net-mgmt/nagios-check_clamav/Makefile
==============================================================================
--- head/net-mgmt/nagios-check_clamav/Makefile Tue Sep 3 16:10:13 2013 (r326166)
+++ head/net-mgmt/nagios-check_clamav/Makefile Tue Sep 3 16:18:49 2013 (r326167)
@@ -16,7 +16,8 @@ MAINTAINER= alexey at renatasystems.org
COMMENT= Nagios plugin that verifies ClamAV local signature database revision
NO_BUILD= yes
-USE_PERL5_RUN= yes
+USES= perl5
+USE_PERL5= run
RUN_DEPENDS+= ${LOCALBASE}/libexec/nagios/utils.pm:${PORTSDIR}/net-mgmt/nagios-plugins \
clamav>=0:${PORTSDIR}/security/clamav \
Modified: head/net-mgmt/nagios-openldap-plugins/Makefile
==============================================================================
--- head/net-mgmt/nagios-openldap-plugins/Makefile Tue Sep 3 16:10:13 2013 (r326166)
+++ head/net-mgmt/nagios-openldap-plugins/Makefile Tue Sep 3 16:18:49 2013 (r326167)
@@ -24,7 +24,8 @@ RUN_DEPENDS= p5-perl-ldap>=0:${PORTSDIR}
PORTSCOUT= ignore:1
NO_BUILD= yes
-USE_PERL5_RUN= yes
+USES= perl5
+USE_PERL5= run
PLIST_FILES= libexec/nagios/check_ldap_dn.pl \
libexec/nagios/check_ldap_query.pl \
Modified: head/net-mgmt/p5-BigIP-iControl/Makefile
==============================================================================
--- head/net-mgmt/p5-BigIP-iControl/Makefile Tue Sep 3 16:10:13 2013 (r326166)
+++ head/net-mgmt/p5-BigIP-iControl/Makefile Tue Sep 3 16:18:49 2013 (r326167)
@@ -14,7 +14,8 @@ RUN_DEPENDS= p5-SOAP-Lite>=0:${PORTSDIR}
p5-MIME-Base64>=0:${PORTSDIR}/converters/p5-MIME-Base64
BUILD_DEPENDS:= ${RUN_DEPENDS}
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= BigIP::iControl.3
Modified: head/net-mgmt/p5-Cisco-Reconfig/Makefile
==============================================================================
--- head/net-mgmt/p5-Cisco-Reconfig/Makefile Tue Sep 3 16:10:13 2013 (r326166)
+++ head/net-mgmt/p5-Cisco-Reconfig/Makefile Tue Sep 3 16:18:49 2013 (r326167)
@@ -17,7 +17,8 @@ COMMENT= Parse and generate Cisco config
RUN_DEPENDS= p5-IO-String>=0:${PORTSDIR}/devel/p5-IO-String
BUILD_DEPENDS:= ${RUN_DEPENDS}
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Cisco::Reconfig.3
Modified: head/net-mgmt/p5-MRTG-Parse/Makefile
==============================================================================
--- head/net-mgmt/p5-MRTG-Parse/Makefile Tue Sep 3 16:10:13 2013 (r326166)
+++ head/net-mgmt/p5-MRTG-Parse/Makefile Tue Sep 3 16:18:49 2013 (r326167)
@@ -15,7 +15,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= gslin at gslin.org
COMMENT= Parsing and utilizing logfiles generated by MRTG Tool
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= MRTG::Parse.3
Modified: head/net-mgmt/p5-Net-ACL/Makefile
==============================================================================
--- head/net-mgmt/p5-Net-ACL/Makefile Tue Sep 3 16:10:13 2013 (r326166)
+++ head/net-mgmt/p5-Net-ACL/Makefile Tue Sep 3 16:18:49 2013 (r326167)
@@ -21,7 +21,8 @@ BUILD_DEPENDS= p5-Cisco-Reconfig>=0.05:$
RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Test-Signature>=1.04:${PORTSDIR}/devel/p5-Test-Signature
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Net::ACL.3 Net::ACL::Bootstrap.3 Net::ACL::File.3 \
Net::ACL::File::ASPath.3 Net::ACL::File::Community.3 \
Modified: head/net-mgmt/p5-Net-ILO/Makefile
==============================================================================
--- head/net-mgmt/p5-Net-ILO/Makefile Tue Sep 3 16:10:13 2013 (r326166)
+++ head/net-mgmt/p5-Net-ILO/Makefile Tue Sep 3 16:18:49 2013 (r326167)
@@ -23,7 +23,8 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
WRKSRC= ${WRKDIR}/${PORTNAME}
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Net::ILO.3
Modified: head/net-mgmt/p5-NetAddr-IP-Lite/Makefile
==============================================================================
--- head/net-mgmt/p5-NetAddr-IP-Lite/Makefile Tue Sep 3 16:10:13 2013 (r326166)
+++ head/net-mgmt/p5-NetAddr-IP-Lite/Makefile Tue Sep 3 16:18:49 2013 (r326167)
@@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= ychsiao at ychsiao.org
COMMENT= IPv4/6 and 128 bit number utilities
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
CONFIGURE_ARGS= -noxs
Modified: head/net-mgmt/p5-SNMP-Trapinfo/Makefile
==============================================================================
--- head/net-mgmt/p5-SNMP-Trapinfo/Makefile Tue Sep 3 16:10:13 2013 (r326166)
+++ head/net-mgmt/p5-SNMP-Trapinfo/Makefile Tue Sep 3 16:18:49 2013 (r326167)
@@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= joris.dedieu at gmail.com
COMMENT= Process an SNMP trap with perl
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= SNMP::Trapinfo.3
Modified: head/net-mgmt/pancho/Makefile
==============================================================================
--- head/net-mgmt/pancho/Makefile Tue Sep 3 16:10:13 2013 (r326166)
+++ head/net-mgmt/pancho/Makefile Tue Sep 3 16:18:49 2013 (r326167)
@@ -15,7 +15,8 @@ RUN_DEPENDS= p5-Net-SNMP>=0:${PORTSDIR}/
p5-Parallel-ForkManager>=0:${PORTSDIR}/devel/p5-Parallel-ForkManager
WRKSRC= ${WRKDIR}/Pancho-${PORTVERSION}
-PERL_CONFIGURE= YES
+USES= perl5
+USE_PERL5= configure
MAN1= pancho.1
Modified: head/net-mgmt/routers2-extensions/Makefile
==============================================================================
--- head/net-mgmt/routers2-extensions/Makefile Tue Sep 3 16:10:13 2013 (r326166)
+++ head/net-mgmt/routers2-extensions/Makefile Tue Sep 3 16:18:49 2013 (r326167)
@@ -22,7 +22,7 @@ RUN_DEPENDS= ${LOCALBASE}/www/routers2/r
WRKSRC= ${WRKDIR}/routers2-v${PORTVERSION}/extensions
-USE_PERL5= YES
+USES= perl5
NO_BUILD= YES
Modified: head/www/p5-Acme-Monta/Makefile
==============================================================================
--- head/www/p5-Acme-Monta/Makefile Tue Sep 3 16:10:13 2013 (r326166)
+++ head/www/p5-Acme-Monta/Makefile Tue Sep 3 16:18:49 2013 (r326167)
@@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= kaoru at kaisei.org
COMMENT= Monta Method reproduced in web
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Acme::Monta.3
Modified: head/www/p5-CGI-Compile/Makefile
==============================================================================
--- head/www/p5-CGI-Compile/Makefile Tue Sep 3 16:10:13 2013 (r326166)
+++ head/www/p5-CGI-Compile/Makefile Tue Sep 3 16:18:49 2013 (r326167)
@@ -19,7 +19,8 @@ TEST_DEPENDS= \
p5-CGI-Emulate-PSGI>0:${PORTSDIR}/www/p5-CGI-Emulate-PSGI
# Depending on Plack::Test causes cyclic dependencies.
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= CGI::Compile.3
Modified: head/www/p5-CGI-ExtDirect/Makefile
==============================================================================
--- head/www/p5-CGI-ExtDirect/Makefile Tue Sep 3 16:10:13 2013 (r326166)
+++ head/www/p5-CGI-ExtDirect/Makefile Tue Sep 3 16:18:49 2013 (r326167)
@@ -13,7 +13,8 @@ COMMENT= Perl extension for creating Ext
BUILD_DEPENDS= p5-RPC-ExtDirect>=2.10:${PORTSDIR}/www/p5-RPC-ExtDirect
RUN_DEPENDS:= ${BUILD_DEPENDS}
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= CGI::ExtDirect.3
Modified: head/www/p5-Catalyst-View-XML-Feed/Makefile
==============================================================================
--- head/www/p5-Catalyst-View-XML-Feed/Makefile Tue Sep 3 16:10:13 2013 (r326166)
+++ head/www/p5-Catalyst-View-XML-Feed/Makefile Tue Sep 3 16:18:49 2013 (r326167)
@@ -15,7 +15,8 @@ BUILD_DEPENDS= p5-Catalyst-Runtime>0:${P
p5-TimeDate>=0:${PORTSDIR}/devel/p5-TimeDate
RUN_DEPENDS:= ${BUILD_DEPENDS}
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Catalyst::View::XML::Feed.3
Modified: head/www/p5-FCGI-Client/Makefile
==============================================================================
--- head/www/p5-FCGI-Client/Makefile Tue Sep 3 16:10:13 2013 (r326166)
+++ head/www/p5-FCGI-Client/Makefile Tue Sep 3 16:18:49 2013 (r326167)
@@ -15,7 +15,8 @@ RUN_DEPENDS= \
p5-Try-Tiny>0:${PORTSDIR}/lang/p5-Try-Tiny
BUILD_DEPENDS:= ${RUN_DEPENDS}
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= FCGI::Client.3 \
FCGI::Client::Connection.3 \
More information about the svn-ports-all
mailing list