Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Sep 2013 06:06:59 +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: r326249 - in head/mail: amavis-logwatch dkimproxy exipick getlive ovs p5-IMAP-Sieve p5-MIME-AltWords p5-MIME-Lite-HTML p5-Mail-CheckUser p5-Mail-Folder p5-Mail-SendEasy p5-Net-QMTP p5-N...
Message-ID:  <201309040606.r8466xlW030521@svn.freebsd.org>

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

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

Modified:
  head/mail/amavis-logwatch/Makefile   (contents, props changed)
  head/mail/dkimproxy/Makefile   (contents, props changed)
  head/mail/exipick/Makefile   (contents, props changed)
  head/mail/getlive/Makefile
  head/mail/ovs/Makefile   (contents, props changed)
  head/mail/p5-IMAP-Sieve/Makefile   (contents, props changed)
  head/mail/p5-MIME-AltWords/Makefile   (contents, props changed)
  head/mail/p5-MIME-Lite-HTML/Makefile   (contents, props changed)
  head/mail/p5-Mail-CheckUser/Makefile   (contents, props changed)
  head/mail/p5-Mail-Folder/Makefile   (contents, props changed)
  head/mail/p5-Mail-SendEasy/Makefile   (contents, props changed)
  head/mail/p5-Net-QMTP/Makefile   (contents, props changed)
  head/mail/p5-Net-Server-Mail/Makefile
  head/mail/pflogstats/Makefile   (contents, props changed)
  head/mail/squirrelmail-compatibility-plugin/Makefile   (contents, props changed)
  head/mail/squirrelmail-spam-buttons-plugin/Makefile   (contents, props changed)
  head/mail/squirrelmail-tmda-plugin/Makefile   (contents, props changed)
  head/mail/squirrelmail-unsafe_image_rules-plugin/Makefile   (contents, props changed)
  head/mail/t-prot/Makefile   (contents, props changed)

Modified: head/mail/amavis-logwatch/Makefile
==============================================================================
--- head/mail/amavis-logwatch/Makefile	Wed Sep  4 05:52:04 2013	(r326248)
+++ head/mail/amavis-logwatch/Makefile	Wed Sep  4 06:06:59 2013	(r326249)
@@ -22,7 +22,8 @@ PORTEXAMPLES=	${PORTNAME}.conf
 
 MAN1=		${PORTNAME}.1
 
-USE_PERL5_RUN=	yes
+USES=		perl5
+USE_PERL5=	run
 NO_BUILD=	yes
 
 post-patch:

Modified: head/mail/dkimproxy/Makefile
==============================================================================
--- head/mail/dkimproxy/Makefile	Wed Sep  4 05:52:04 2013	(r326248)
+++ head/mail/dkimproxy/Makefile	Wed Sep  4 06:06:59 2013	(r326249)
@@ -22,7 +22,7 @@ BUILD_DEPENDS=	p5-Mail-DKIM>=0:${PORTSDI
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 GNU_CONFIGURE=	yes
-USE_PERL5=	yes
+USES=		perl5
 USE_RC_SUBR=	dkimproxy_in dkimproxy_out
 
 DKIMPROXYUSER=	dkimproxy

Modified: head/mail/exipick/Makefile
==============================================================================
--- head/mail/exipick/Makefile	Wed Sep  4 05:52:04 2013	(r326248)
+++ head/mail/exipick/Makefile	Wed Sep  4 06:06:59 2013	(r326249)
@@ -17,7 +17,8 @@ COMMENT=	Display messages from Exim queu
 
 PLIST_FILES=	bin/${PORTNAME}
 
-USE_PERL5_RUN=	yes
+USES=		perl5
+USE_PERL5=	run
 
 do-extract:
 	@${RM} -rf ${WRKDIR}

Modified: head/mail/getlive/Makefile
==============================================================================
--- head/mail/getlive/Makefile	Wed Sep  4 05:52:04 2013	(r326248)
+++ head/mail/getlive/Makefile	Wed Sep  4 06:06:59 2013	(r326249)
@@ -21,7 +21,8 @@ RUN_DEPENDS=	curl:${PORTSDIR}/ftp/curl \
 		p5-URI>=0:${PORTSDIR}/net/p5-URI
 
 NO_BUILD=	yes
-USE_PERL5_RUN=	yes
+USES=		perl5
+USE_PERL5=	run
 
 PLIST_FILES=	bin/getlive etc/getlive.conf.sample
 PORTDOCS=	ChangeLog License Manual

Modified: head/mail/ovs/Makefile
==============================================================================
--- head/mail/ovs/Makefile	Wed Sep  4 05:52:04 2013	(r326248)
+++ head/mail/ovs/Makefile	Wed Sep  4 06:06:59 2013	(r326249)
@@ -18,7 +18,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/ovs

Modified: head/mail/p5-IMAP-Sieve/Makefile
==============================================================================
--- head/mail/p5-IMAP-Sieve/Makefile	Wed Sep  4 05:52:04 2013	(r326248)
+++ head/mail/p5-IMAP-Sieve/Makefile	Wed Sep  4 06:06:59 2013	(r326249)
@@ -20,7 +20,8 @@ RUN_DEPENDS=	p5-IO-Socket-SSL>=0:${PORTS
 
 WRKSRC=		${WRKDIR}/${PERLSIEVENAME}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 PERLSIEVENAME=	perlsieve-${PORTVERSION}
 PERLSIEVESUFX=	b

Modified: head/mail/p5-MIME-AltWords/Makefile
==============================================================================
--- head/mail/p5-MIME-AltWords/Makefile	Wed Sep  4 05:52:04 2013	(r326248)
+++ head/mail/p5-MIME-AltWords/Makefile	Wed Sep  4 06:06:59 2013	(r326249)
@@ -14,7 +14,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	dliakh@ukr.net
 COMMENT=	Perl module for encoding and decoding MIME words
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		MIME::AltWords.3 \
 		MIME::AltWords0.3

Modified: head/mail/p5-MIME-Lite-HTML/Makefile
==============================================================================
--- head/mail/p5-MIME-Lite-HTML/Makefile	Wed Sep  4 05:52:04 2013	(r326248)
+++ head/mail/p5-MIME-Lite-HTML/Makefile	Wed Sep  4 06:06:59 2013	(r326249)
@@ -23,7 +23,8 @@ RUN_DEPENDS=	p5-HTML-Parser>=0:${PORTSDI
 		p5-URI>=0:${PORTSDIR}/net/p5-URI \
 		p5-libwww>=0:${PORTSDIR}/www/p5-libwww
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		MIME::Lite::HTML.3
 

Modified: head/mail/p5-Mail-CheckUser/Makefile
==============================================================================
--- head/mail/p5-Mail-CheckUser/Makefile	Wed Sep  4 05:52:04 2013	(r326248)
+++ head/mail/p5-Mail-CheckUser/Makefile	Wed Sep  4 06:06:59 2013	(r326249)
@@ -18,7 +18,8 @@ COMMENT=	Perl module to check email addr
 BUILD_DEPENDS=  p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN1=		cufilter.1
 MAN3=           Mail::CheckUser.3

Modified: head/mail/p5-Mail-Folder/Makefile
==============================================================================
--- head/mail/p5-Mail-Folder/Makefile	Wed Sep  4 05:52:04 2013	(r326248)
+++ head/mail/p5-Mail-Folder/Makefile	Wed Sep  4 06:06:59 2013	(r326249)
@@ -21,7 +21,8 @@ BUILD_DEPENDS=	p5-Mail-Tools>=0:${PORTSD
 		p5-MIME-Tools>=0:${PORTSDIR}/mail/p5-MIME-Tools
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-PERL_CONFIGURE=	YES
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Mail::Folder.3 Mail::Folder::Emaul.3 Mail::Folder::Mbox.3 \
 		Mail::Folder::NNTP.3 Mail::Folder::Maildir.3

Modified: head/mail/p5-Mail-SendEasy/Makefile
==============================================================================
--- head/mail/p5-Mail-SendEasy/Makefile	Wed Sep  4 05:52:04 2013	(r326248)
+++ head/mail/p5-Mail-SendEasy/Makefile	Wed Sep  4 06:06:59 2013	(r326249)
@@ -14,7 +14,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	gslin@gslin.org
 COMMENT=	Send plain/html e-mails through SMTP servers
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Mail::SendEasy.3 Mail::SendEasy::AUTH.3 \
 	       	Mail::SendEasy::SMTP.3

Modified: head/mail/p5-Net-QMTP/Makefile
==============================================================================
--- head/mail/p5-Net-QMTP/Makefile	Wed Sep  4 05:52:04 2013	(r326248)
+++ head/mail/p5-Net-QMTP/Makefile	Wed Sep  4 06:06:59 2013	(r326249)
@@ -17,7 +17,8 @@ COMMENT=	Perl module to provide a Quick 
 BUILD_DEPENDS=	p5-Text-Netstring>=0:${PORTSDIR}/textproc/p5-Text-Netstring
 RUN_DEPENDS=	p5-Text-Netstring>=0:${PORTSDIR}/textproc/p5-Text-Netstring
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Net::QMTP.3
 

Modified: head/mail/p5-Net-Server-Mail/Makefile
==============================================================================
--- head/mail/p5-Net-Server-Mail/Makefile	Wed Sep  4 05:52:04 2013	(r326248)
+++ head/mail/p5-Net-Server-Mail/Makefile	Wed Sep  4 06:06:59 2013	(r326249)
@@ -15,7 +15,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	vvelox@vvelox.net
 COMMENT=	Implementation of SMTP, ESMTP, and LMTP protocols
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Net::Server::Mail.3 \
 		Net::Server::Mail::ESMTP.3 \

Modified: head/mail/pflogstats/Makefile
==============================================================================
--- head/mail/pflogstats/Makefile	Wed Sep  4 05:52:04 2013	(r326248)
+++ head/mail/pflogstats/Makefile	Wed Sep  4 06:06:59 2013	(r326249)
@@ -22,7 +22,7 @@ RUN_DEPENDS=	p5-Date-Calc>=0:${PORTSDIR}
 		p5-XML-Dumper>=0:${PORTSDIR}/textproc/p5-XML-Dumper
 
 NO_BUILD=	yes
-USE_PERL5=	yes
+USES=		perl5
 SITE_PERL_INST=	${SITE_PERL:S/${LOCALBASE}/${PREFIX}/}
 
 post-patch:

Modified: head/mail/squirrelmail-compatibility-plugin/Makefile
==============================================================================
--- head/mail/squirrelmail-compatibility-plugin/Makefile	Wed Sep  4 05:52:04 2013	(r326248)
+++ head/mail/squirrelmail-compatibility-plugin/Makefile	Wed Sep  4 06:06:59 2013	(r326249)
@@ -13,7 +13,8 @@ DIST_SUBDIR=	squirrelmail
 MAINTAINER=	tabthorpe@FreeBSD.org
 COMMENT=	Required by many plugins for compatibility with SquirrelMail
 
-USE_PERL5_RUN=	yes
+USES=		perl5
+USE_PERL5=	run
 
 CONFLICTS=	squirrelmail-compatibility-plugin-1.*
 

Modified: head/mail/squirrelmail-spam-buttons-plugin/Makefile
==============================================================================
--- head/mail/squirrelmail-spam-buttons-plugin/Makefile	Wed Sep  4 05:52:04 2013	(r326248)
+++ head/mail/squirrelmail-spam-buttons-plugin/Makefile	Wed Sep  4 06:06:59 2013	(r326249)
@@ -10,7 +10,8 @@ MAINTAINER=	itetcu@FreeBSD.org
 COMMENT=	Provides buttons with customizable action (for reporting spam, etc.)
 
 USE_SM_COMPAT=	yes
-USE_PERL5_RUN=	yes
+USES=		perl5
+USE_PERL5=	run
 
 SQUIRREL_PLUGIN_NAME=	${PORTNAME:S/-/_/}
 

Modified: head/mail/squirrelmail-tmda-plugin/Makefile
==============================================================================
--- head/mail/squirrelmail-tmda-plugin/Makefile	Wed Sep  4 05:52:04 2013	(r326248)
+++ head/mail/squirrelmail-tmda-plugin/Makefile	Wed Sep  4 06:06:59 2013	(r326249)
@@ -19,7 +19,7 @@ COMMENT=	Adds TMDA support to SquirrelMa
 RUN_DEPENDS=	tmda-filter:${PORTSDIR}/mail/tmda \
 		${SQUIRRELDIR}/index.php:${PORTSDIR}/mail/squirrelmail
 
-USE_PERL5=	yes
+USES=		perl5
 NO_BUILD=	yes
 
 SQUIRREL_PLUGIN_NAME=	tmdatools

Modified: head/mail/squirrelmail-unsafe_image_rules-plugin/Makefile
==============================================================================
--- head/mail/squirrelmail-unsafe_image_rules-plugin/Makefile	Wed Sep  4 05:52:04 2013	(r326248)
+++ head/mail/squirrelmail-unsafe_image_rules-plugin/Makefile	Wed Sep  4 06:06:59 2013	(r326249)
@@ -11,7 +11,8 @@ MAINTAINER=	itetcu@FreeBSD.org
 COMMENT=	Determines what unsafe (web) images will be shown
 
 USE_SM_COMPAT=	yes
-USE_PERL5_RUN=	yes
+USES=		perl5
+USE_PERL5=	run
 
 SQUIRREL_PLUGIN_NAME=	${PORTNAME:S/-/_/}
 

Modified: head/mail/t-prot/Makefile
==============================================================================
--- head/mail/t-prot/Makefile	Wed Sep  4 05:52:04 2013	(r326248)
+++ head/mail/t-prot/Makefile	Wed Sep  4 06:06:59 2013	(r326249)
@@ -17,7 +17,7 @@ COMMENT=	TOFU Protection - Display Filte
 RUN_DEPENDS=	p5-Getopt-Long>=0:${PORTSDIR}/devel/p5-Getopt-Long \
 	p5-Locale-gettext>=0:${PORTSDIR}/devel/p5-Locale-gettext
 
-USE_PERL5=	yes
+USES=		perl5
 NO_BUILD=	yes
 
 MAN1=		t-prot.1



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