Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Sep 2013 05:52:04 +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: r326248 - in head: mail/maildirsync mail/mailgraph mail/p5-Mail-Cache mail/p5-Mail-Ezmlm mail/p5-Mail-IMAPTalk-MailCache mail/p5-Mail-Spool mail/p5-Mail-Verp mail/p5-Net-SMTP-TLS mail/p...
Message-ID:  <201309040552.r845q4fW022371@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: az
Date: Wed Sep  4 05:52:04 2013
New Revision: 326248
URL: http://svnweb.freebsd.org/changeset/ports/326248

Log:
  - convert to the new perl5 framework
  
  Approved by:	portmgr (bapt@, blanket)

Modified:
  head/mail/maildirsync/Makefile   (contents, props changed)
  head/mail/mailgraph/Makefile   (contents, props changed)
  head/mail/p5-Mail-Cache/Makefile   (contents, props changed)
  head/mail/p5-Mail-Ezmlm/Makefile   (contents, props changed)
  head/mail/p5-Mail-IMAPTalk-MailCache/Makefile   (contents, props changed)
  head/mail/p5-Mail-Spool/Makefile   (contents, props changed)
  head/mail/p5-Mail-Verp/Makefile   (contents, props changed)
  head/mail/p5-Net-SMTP-TLS/Makefile   (contents, props changed)
  head/mail/pronto/Makefile   (contents, props changed)
  head/mail/squirrelmail-user_special_mailboxes-plugin/Makefile   (contents, props changed)
  head/net-mgmt/mrtg-ping-probe/Makefile   (contents, props changed)
  head/net-mgmt/nagios-silfreed-plugins/Makefile   (contents, props changed)
  head/net-mgmt/nagios-snmp-plugins-extras/Makefile   (contents, props changed)
  head/net-mgmt/nagios-spamd-plugin/Makefile   (contents, props changed)
  head/net-mgmt/p5-Nagios-Object/Makefile   (contents, props changed)
  head/net-mgmt/p5-Net-NSCA-Client/Makefile
  head/net-mgmt/p5-NetApp/Makefile   (contents, props changed)
  head/net-mgmt/p5-SNMP-MIB-Compiler/Makefile   (contents, props changed)
  head/net-mgmt/p5-Xymon-Server/Makefile   (contents, props changed)

Modified: head/mail/maildirsync/Makefile
==============================================================================
--- head/mail/maildirsync/Makefile	Wed Sep  4 05:50:40 2013	(r326247)
+++ head/mail/maildirsync/Makefile	Wed Sep  4 05:52:04 2013	(r326248)
@@ -13,7 +13,7 @@ MASTER_SITES=	GOOGLE_CODE
 MAINTAINER=	5u623l20@gmail.com
 COMMENT=	Online synchronizer for Maildir-format mailboxes
 
-USE_PERL5=	yes
+USES=		perl5
 
 MAN1=		maildirsync.1
 

Modified: head/mail/mailgraph/Makefile
==============================================================================
--- head/mail/mailgraph/Makefile	Wed Sep  4 05:50:40 2013	(r326247)
+++ head/mail/mailgraph/Makefile	Wed Sep  4 05:52:04 2013	(r326248)
@@ -19,7 +19,7 @@ RUN_DEPENDS=	rrdtool>=0:${PORTSDIR}/data
 		p5-File-Tail>=0:${PORTSDIR}/devel/p5-File-Tail
 
 NO_BUILD=	yes
-USE_PERL5=	yes
+USES=		perl5
 
 CGIDIR?=	${PREFIX}/www/cgi-bin
 DATADIR?=	/var/db/mailgraph

Modified: head/mail/p5-Mail-Cache/Makefile
==============================================================================
--- head/mail/p5-Mail-Cache/Makefile	Wed Sep  4 05:50:40 2013	(r326247)
+++ head/mail/p5-Mail-Cache/Makefile	Wed Sep  4 05:52:04 2013	(r326248)
@@ -18,7 +18,8 @@ COMMENT=	Caches mail information
 BUILD_DEPENDS=	p5-File-BaseDir>=0:${PORTSDIR}/devel/p5-File-BaseDir \
 		p5-Email-Simple>=0:${PORTSDIR}/mail/p5-Email-Simple
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Mail::Cache.3
 

Modified: head/mail/p5-Mail-Ezmlm/Makefile
==============================================================================
--- head/mail/p5-Mail-Ezmlm/Makefile	Wed Sep  4 05:50:40 2013	(r326247)
+++ head/mail/p5-Mail-Ezmlm/Makefile	Wed Sep  4 05:52:04 2013	(r326248)
@@ -22,7 +22,8 @@ RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 EZMLM_DIR?=	${LOCALBASE}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 .if defined(PACKAGE_BUILDING)
 CONFIGURE_ENV=	BSD_BATCH_INSTALL=yes

Modified: head/mail/p5-Mail-IMAPTalk-MailCache/Makefile
==============================================================================
--- head/mail/p5-Mail-IMAPTalk-MailCache/Makefile	Wed Sep  4 05:50:40 2013	(r326247)
+++ head/mail/p5-Mail-IMAPTalk-MailCache/Makefile	Wed Sep  4 05:52:04 2013	(r326248)
@@ -18,7 +18,8 @@ COMMENT=	Caches mail information for Mai
 BUILD_DEPENDS=	p5-Mail-Cache>=0:${PORTSDIR}/mail/p5-Mail-Cache \
 		p5-Mail-IMAPTalk>=0:${PORTSDIR}/mail/p5-Mail-IMAPTalk
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Mail::IMAPTalk::MailCache.3
 

Modified: head/mail/p5-Mail-Spool/Makefile
==============================================================================
--- head/mail/p5-Mail-Spool/Makefile	Wed Sep  4 05:50:40 2013	(r326247)
+++ head/mail/p5-Mail-Spool/Makefile	Wed Sep  4 05:52:04 2013	(r326248)
@@ -19,7 +19,8 @@ BUILD_DEPENDS=	p5-File-NFSLock>=0:${PORT
 		p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Mail::Spool.3 Mail::Spool::Handle.3 Mail::Spool::Node.3
 

Modified: head/mail/p5-Mail-Verp/Makefile
==============================================================================
--- head/mail/p5-Mail-Verp/Makefile	Wed Sep  4 05:50:40 2013	(r326247)
+++ head/mail/p5-Mail-Verp/Makefile	Wed Sep  4 05:52:04 2013	(r326248)
@@ -14,7 +14,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	vivek@khera.org
 COMMENT=	Encodes and decodes Variable Envelope Return Paths (VERP) addresses
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=	Mail::Verp.3
 

Modified: head/mail/p5-Net-SMTP-TLS/Makefile
==============================================================================
--- head/mail/p5-Net-SMTP-TLS/Makefile	Wed Sep  4 05:50:40 2013	(r326247)
+++ head/mail/p5-Net-SMTP-TLS/Makefile	Wed Sep  4 05:52:04 2013	(r326248)
@@ -19,7 +19,8 @@ RUN_DEPENDS=	p5-Digest-HMAC>=0:${PORTSDI
 		p5-IO-Socket-SSL>=0:${PORTSDIR}/security/p5-IO-Socket-SSL \
 		p5-Net-SSLeay>=0:${PORTSDIR}/security/p5-Net-SSLeay
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Net::SMTP::TLS.3
 

Modified: head/mail/pronto/Makefile
==============================================================================
--- head/mail/pronto/Makefile	Wed Sep  4 05:50:40 2013	(r326247)
+++ head/mail/pronto/Makefile	Wed Sep  4 05:52:04 2013	(r326248)
@@ -31,7 +31,7 @@ BUILD_DEPENDS+=	p5-Mysql>=0:${PORTSDIR}/
 
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-USE_PERL5=	yes
+USES=		perl5
 
 post-patch:
 	@${FIND} ${WRKSRC} -type f | ${XARGS} ${REINPLACE_CMD} -e \

Modified: head/mail/squirrelmail-user_special_mailboxes-plugin/Makefile
==============================================================================
--- head/mail/squirrelmail-user_special_mailboxes-plugin/Makefile	Wed Sep  4 05:50:40 2013	(r326247)
+++ head/mail/squirrelmail-user_special_mailboxes-plugin/Makefile	Wed Sep  4 05:52:04 2013	(r326248)
@@ -11,7 +11,8 @@ MAINTAINER=	itetcu@FreeBSD.org
 COMMENT=	Lets define folders to be displayed at the top of the folders list
 
 USE_SM_COMPAT=	yes
-USE_PERL5_RUN=	yes
+USES=		perl5
+USE_PERL5=	run
 
 SQUIRREL_PLUGIN_NAME=	${PORTNAME:S/-/_/}
 

Modified: head/net-mgmt/mrtg-ping-probe/Makefile
==============================================================================
--- head/net-mgmt/mrtg-ping-probe/Makefile	Wed Sep  4 05:50:40 2013	(r326247)
+++ head/net-mgmt/mrtg-ping-probe/Makefile	Wed Sep  4 05:52:04 2013	(r326248)
@@ -18,7 +18,7 @@ RUN_DEPENDS=	${LOCALBASE}/bin/mrtg:${POR
 
 FETCH_BEFORE_ARGS=	-p      # MASTER_SITE needs PASSIVE FTP.
 
-USE_PERL5=	YES
+USES=		perl5
 
 MAN1=		${PORTNAME}.1
 

Modified: head/net-mgmt/nagios-silfreed-plugins/Makefile
==============================================================================
--- head/net-mgmt/nagios-silfreed-plugins/Makefile	Wed Sep  4 05:50:40 2013	(r326247)
+++ head/net-mgmt/nagios-silfreed-plugins/Makefile	Wed Sep  4 05:52:04 2013	(r326248)
@@ -33,7 +33,7 @@ RUN_DEPENDS+=	\
 	${LOCALBASE}/bin/expect:${PORTSDIR}/lang/expect
 .endif
 
-USE_PERL5=	yes
+USES=		perl5
 NO_WRKSUBDIR=	yes
 
 NAGIOS_PLUGIN_DIR=	${PREFIX}/libexec/nagios

Modified: head/net-mgmt/nagios-snmp-plugins-extras/Makefile
==============================================================================
--- head/net-mgmt/nagios-snmp-plugins-extras/Makefile	Wed Sep  4 05:50:40 2013	(r326247)
+++ head/net-mgmt/nagios-snmp-plugins-extras/Makefile	Wed Sep  4 05:52:04 2013	(r326248)
@@ -15,7 +15,8 @@ MAINTAINER=	alexey@renatasystems.org
 COMMENT=	A set of Nagios plugins written in Perl to check devices with SNMP
 
 NO_BUILD=	yes
-USE_PERL5_RUN=	yes
+USES=		perl5
+USE_PERL5=	run
 
 RUN_DEPENDS+=	p5-Net-SNMP>=0:${PORTSDIR}/net-mgmt/p5-Net-SNMP \
 		${LOCALBASE}/libexec/nagios/utils.pm:${PORTSDIR}/net-mgmt/nagios-plugins

Modified: head/net-mgmt/nagios-spamd-plugin/Makefile
==============================================================================
--- head/net-mgmt/nagios-spamd-plugin/Makefile	Wed Sep  4 05:50:40 2013	(r326247)
+++ head/net-mgmt/nagios-spamd-plugin/Makefile	Wed Sep  4 05:52:04 2013	(r326248)
@@ -17,7 +17,7 @@ COMMENT=	Nagios plugin for checking Spam
 
 RUN_DEPENDS+=	${LOCALBASE}/${NAGIOS_PLUGIN_DIR}/utils.pm:${PORTSDIR}/net-mgmt/nagios-plugins
 
-USE_PERL5=	yes
+USES=		perl5
 NO_WRKSUBDIR=	yes
 NO_BUILD=	yes
 PLIST_FILES=	${NAGIOS_PLUGIN_DIR}/check_spamd.pl

Modified: head/net-mgmt/p5-Nagios-Object/Makefile
==============================================================================
--- head/net-mgmt/p5-Nagios-Object/Makefile	Wed Sep  4 05:50:40 2013	(r326247)
+++ head/net-mgmt/p5-Nagios-Object/Makefile	Wed Sep  4 05:52:04 2013	(r326248)
@@ -23,7 +23,8 @@ BUILD_DEPENDS=	p5-Test-Exception>=0.31:$
 		p5-Test-NoWarnings>=1.01:${PORTSDIR}/devel/p5-Test-NoWarnings
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-PERL_MODBUILD=	yes
+USES=		perl5
+USE_PERL5=	modbuild
 
 MAN1=		parse.pl.1 \
 		config_status_demo.pl.1 \

Modified: head/net-mgmt/p5-Net-NSCA-Client/Makefile
==============================================================================
--- head/net-mgmt/p5-Net-NSCA-Client/Makefile	Wed Sep  4 05:50:40 2013	(r326247)
+++ head/net-mgmt/p5-Net-NSCA-Client/Makefile	Wed Sep  4 05:52:04 2013	(r326248)
@@ -40,7 +40,8 @@ TEST_DEPENDS=	p5-Test-Class>=0.37:${PORT
 		p5-Test-Requires>=0.06:${PORTSDIR}/devel/p5-Test-Requires \
 		p5-Test-TCP>=1.17:${PORTSDIR}/devel/p5-Test-TCP
 		
-PERL_MODBUILD=	yes
+USES=		perl5
+USE_PERL5=	modbuild
 
 MAN3=		Net::NSCA::Client.3 \
 		Net::NSCA::Client::DataPacket.3 \

Modified: head/net-mgmt/p5-NetApp/Makefile
==============================================================================
--- head/net-mgmt/p5-NetApp/Makefile	Wed Sep  4 05:50:40 2013	(r326247)
+++ head/net-mgmt/p5-NetApp/Makefile	Wed Sep  4 05:52:04 2013	(r326248)
@@ -26,7 +26,8 @@ RUN_DEPENDS=	p5-IPC-Cmd>=0:${PORTSDIR}/d
 		p5-Clone>=0:${PORTSDIR}/devel/p5-Clone
 BUILD_DEPENDS:=	${RUN_DEPENDS}
 
-PERL_MODBUILD=	yes
+USES=		perl5
+USE_PERL5=	modbuild
 
 MAN3=		NetApp::Aggregate.3 \
 		NetApp::Aggregate::Plex.3 \

Modified: head/net-mgmt/p5-SNMP-MIB-Compiler/Makefile
==============================================================================
--- head/net-mgmt/p5-SNMP-MIB-Compiler/Makefile	Wed Sep  4 05:50:40 2013	(r326247)
+++ head/net-mgmt/p5-SNMP-MIB-Compiler/Makefile	Wed Sep  4 05:52:04 2013	(r326248)
@@ -16,7 +16,8 @@ COMMENT=	A Perl MIB compiler supporting 
 
 BUILD_DEPENDS=	p5-Data-Compare>=0:${PORTSDIR}/devel/p5-Data-Compare
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		SNMP::MIB::Compiler.3 \
 		Bundle::SNMP::MIB::Compiler.3

Modified: head/net-mgmt/p5-Xymon-Server/Makefile
==============================================================================
--- head/net-mgmt/p5-Xymon-Server/Makefile	Wed Sep  4 05:50:40 2013	(r326247)
+++ head/net-mgmt/p5-Xymon-Server/Makefile	Wed Sep  4 05:52:04 2013	(r326248)
@@ -14,7 +14,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	gslin@gslin.org
 COMMENT=	Xymon Server Interface
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Xymon::Server.3
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309040552.r845q4fW022371>