Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Sep 2013 09:48:55 +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: r326265 - in head/mail: anomy-sanitizer couriergraph cyrus2dovecot gotmail p5-CGP-CLI p5-Dancer-Plugin-Email p5-Data-Validate-Email p5-Email-AddressParser p5-Email-MIME-Creator-ISO_2022...
Message-ID:  <201309040948.r849mtJr058270@svn.freebsd.org>

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

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

Modified:
  head/mail/anomy-sanitizer/Makefile
  head/mail/couriergraph/Makefile   (contents, props changed)
  head/mail/cyrus2dovecot/Makefile   (contents, props changed)
  head/mail/gotmail/Makefile   (contents, props changed)
  head/mail/p5-CGP-CLI/Makefile   (contents, props changed)
  head/mail/p5-Dancer-Plugin-Email/Makefile   (contents, props changed)
  head/mail/p5-Data-Validate-Email/Makefile   (contents, props changed)
  head/mail/p5-Email-AddressParser/Makefile   (contents, props changed)
  head/mail/p5-Email-MIME-Creator-ISO_2022_JP/Makefile   (contents, props changed)
  head/mail/p5-Email-Sender-Transport-SQLite/Makefile
  head/mail/p5-GMail-IMAPD/Makefile   (contents, props changed)
  head/mail/p5-Mail-Alias/Makefile   (contents, props changed)
  head/mail/p5-Mail-DeliveryStatus-BounceParser/Makefile
  head/mail/p5-Mail-Verify/Makefile   (contents, props changed)
  head/mail/p5-Net-IMAP-Server/Makefile
  head/mail/pflogsumm/Makefile   (contents, props changed)
  head/mail/qar-bufo/Makefile   (contents, props changed)
  head/mail/qmqtool/Makefile   (contents, props changed)
  head/mail/sastatd/Makefile   (contents, props changed)

Modified: head/mail/anomy-sanitizer/Makefile
==============================================================================
--- head/mail/anomy-sanitizer/Makefile	Wed Sep  4 09:46:43 2013	(r326264)
+++ head/mail/anomy-sanitizer/Makefile	Wed Sep  4 09:48:54 2013	(r326265)
@@ -10,7 +10,7 @@ MASTER_SITES=	http://mailtools.anomy.net
 MAINTAINER=	jmohacsi@bsd.hu
 COMMENT=	Sanitize and clean incoming/outgoing mail
 
-USE_PERL5=	yes
+USES=		perl5
 
 NO_BUILD=	yes
 WRKSRC=		${WRKDIR}/anomy

Modified: head/mail/couriergraph/Makefile
==============================================================================
--- head/mail/couriergraph/Makefile	Wed Sep  4 09:46:43 2013	(r326264)
+++ head/mail/couriergraph/Makefile	Wed Sep  4 09:48:54 2013	(r326265)
@@ -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
 
 DATADIR?=	/var/db/couriergraph
 COURIERGRAPH_USER?=	${WWWOWN}

Modified: head/mail/cyrus2dovecot/Makefile
==============================================================================
--- head/mail/cyrus2dovecot/Makefile	Wed Sep  4 09:46:43 2013	(r326264)
+++ head/mail/cyrus2dovecot/Makefile	Wed Sep  4 09:48:54 2013	(r326265)
@@ -14,7 +14,7 @@ COMMENT=	Convert Cyrus folders to Doveco
 PLIST_FILES=	bin/${PORTNAME}
 MAN1=		${PORTNAME}.1
 
-USE_PERL5=	yes
+USES=		perl5
 NO_WRKSUBDIR=	yes
 
 post-extract:

Modified: head/mail/gotmail/Makefile
==============================================================================
--- head/mail/gotmail/Makefile	Wed Sep  4 09:46:43 2013	(r326264)
+++ head/mail/gotmail/Makefile	Wed Sep  4 09:48:54 2013	(r326265)
@@ -19,7 +19,7 @@ RUN_DEPENDS=	curl:${PORTSDIR}/ftp/curl \
 		p5-Net>=0:${PORTSDIR}/net/p5-Net
 
 MAN1=		${PORTNAME}.1
-USE_PERL5=	yes
+USES=		perl5
 
 do-install:
 	${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.man \

Modified: head/mail/p5-CGP-CLI/Makefile
==============================================================================
--- head/mail/p5-CGP-CLI/Makefile	Wed Sep  4 09:46:43 2013	(r326264)
+++ head/mail/p5-CGP-CLI/Makefile	Wed Sep  4 09:48:54 2013	(r326265)
@@ -15,7 +15,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	avk@vl.ru
 COMMENT=	CommunigatePro Command Line Interface perl module
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=	CGP::CLI.3
 

Modified: head/mail/p5-Dancer-Plugin-Email/Makefile
==============================================================================
--- head/mail/p5-Dancer-Plugin-Email/Makefile	Wed Sep  4 09:46:43 2013	(r326264)
+++ head/mail/p5-Dancer-Plugin-Email/Makefile	Wed Sep  4 09:48:54 2013	(r326265)
@@ -20,7 +20,8 @@ RUN_DEPENDS=	p5-Dancer>=1.2:${PORTSDIR}/
 		p5-MIME-Tools>=0:${PORTSDIR}/mail/p5-MIME-Tools
 BUILD_DEPENDS:=	${RUN_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=	Dancer::Plugin::Email.3
 

Modified: head/mail/p5-Data-Validate-Email/Makefile
==============================================================================
--- head/mail/p5-Data-Validate-Email/Makefile	Wed Sep  4 09:46:43 2013	(r326264)
+++ head/mail/p5-Data-Validate-Email/Makefile	Wed Sep  4 09:48:54 2013	(r326265)
@@ -18,7 +18,8 @@ RUN_DEPENDS=	p5-Data-Validate-Domain>=0:
 		p5-Email-Address>=0:${PORTSDIR}/mail/p5-Email-Address \
 		p5-Net-Domain-TLD>=0:${PORTSDIR}/dns/p5-Net-Domain-TLD
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Data::Validate::Email.3
 

Modified: head/mail/p5-Email-AddressParser/Makefile
==============================================================================
--- head/mail/p5-Email-AddressParser/Makefile	Wed Sep  4 09:46:43 2013	(r326264)
+++ head/mail/p5-Email-AddressParser/Makefile	Wed Sep  4 09:48:54 2013	(r326265)
@@ -14,7 +14,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	dliakh@ukr.net
 COMMENT=	RFC 2822 Address Parsing and Creation
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=	Email::AddressParser.3
 

Modified: head/mail/p5-Email-MIME-Creator-ISO_2022_JP/Makefile
==============================================================================
--- head/mail/p5-Email-MIME-Creator-ISO_2022_JP/Makefile	Wed Sep  4 09:46:43 2013	(r326264)
+++ head/mail/p5-Email-MIME-Creator-ISO_2022_JP/Makefile	Wed Sep  4 09:48:54 2013	(r326265)
@@ -21,7 +21,8 @@ BUILD_DEPENDS:=	${RUN_DEPENDS}
 TEST_DEPENDS=	p5-Test-Classy>=0:${PORTSDIR}/devel/p5-Test-Classy \
 		p5-Test-UseAllModules>=0:${PORTSDIR}/devel/p5-Test-UseAllModules
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=	Email::MIME::Creator::ISO_2022_JP.3
 

Modified: head/mail/p5-Email-Sender-Transport-SQLite/Makefile
==============================================================================
--- head/mail/p5-Email-Sender-Transport-SQLite/Makefile	Wed Sep  4 09:46:43 2013	(r326264)
+++ head/mail/p5-Email-Sender-Transport-SQLite/Makefile	Wed Sep  4 09:48:54 2013	(r326265)
@@ -19,7 +19,8 @@ RUN_DEPENDS=	p5-DBD-SQLite>=0:${PORTSDIR
 		p5-Email-Sender>=0.091660:${PORTSDIR}/mail/p5-Email-Sender
 BUILD_DEPENDS:=	${RUN_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Email::Sender::Transport::SQLite.3
 

Modified: head/mail/p5-GMail-IMAPD/Makefile
==============================================================================
--- head/mail/p5-GMail-IMAPD/Makefile	Wed Sep  4 09:46:43 2013	(r326264)
+++ head/mail/p5-GMail-IMAPD/Makefile	Wed Sep  4 09:48:54 2013	(r326265)
@@ -17,7 +17,8 @@ COMMENT=	Perl IMAP4 gateway to Google's 
 BUILD_DEPENDS=	p5-Mail-Webmail-Gmail>=0:${PORTSDIR}/mail/p5-Mail-Webmail-Gmail
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		GMail::IMAPD.3
 

Modified: head/mail/p5-Mail-Alias/Makefile
==============================================================================
--- head/mail/p5-Mail-Alias/Makefile	Wed Sep  4 09:46:43 2013	(r326264)
+++ head/mail/p5-Mail-Alias/Makefile	Wed Sep  4 09:48:54 2013	(r326265)
@@ -14,7 +14,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	chifeng@gmail.com
 COMMENT=	Mail::Alias
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Mail::Alias.3
 

Modified: head/mail/p5-Mail-DeliveryStatus-BounceParser/Makefile
==============================================================================
--- head/mail/p5-Mail-DeliveryStatus-BounceParser/Makefile	Wed Sep  4 09:46:43 2013	(r326264)
+++ head/mail/p5-Mail-DeliveryStatus-BounceParser/Makefile	Wed Sep  4 09:48:54 2013	(r326265)
@@ -15,7 +15,8 @@ RUN_DEPENDS=	p5-MIME-Tools>=5.418:${PORT
 		p5-Mail-Tools>=2.04:${PORTSDIR}/mail/p5-Mail-Tools
 BUILD_DEPENDS:=	${RUN_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Mail::DeliveryStatus::BounceParser.3
 

Modified: head/mail/p5-Mail-Verify/Makefile
==============================================================================
--- head/mail/p5-Mail-Verify/Makefile	Wed Sep  4 09:46:43 2013	(r326264)
+++ head/mail/p5-Mail-Verify/Makefile	Wed Sep  4 09:48:54 2013	(r326265)
@@ -17,7 +17,8 @@ COMMENT=	Perl module to verify email add
 BUILD_DEPENDS=	p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Mail::Verify.3
 

Modified: head/mail/p5-Net-IMAP-Server/Makefile
==============================================================================
--- head/mail/p5-Net-IMAP-Server/Makefile	Wed Sep  4 09:46:43 2013	(r326264)
+++ head/mail/p5-Net-IMAP-Server/Makefile	Wed Sep  4 09:48:54 2013	(r326265)
@@ -26,7 +26,8 @@ BUILD_DEPENDS=	p5-Net-Server-Coro>=0.6:$
 		p5-Net-SSLeay>=0:${PORTSDIR}/security/p5-Net-SSLeay
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=	Net::IMAP::Server.3 \
 	Net::IMAP::Server::Command.3 \

Modified: head/mail/pflogsumm/Makefile
==============================================================================
--- head/mail/pflogsumm/Makefile	Wed Sep  4 09:46:43 2013	(r326264)
+++ head/mail/pflogsumm/Makefile	Wed Sep  4 09:48:54 2013	(r326265)
@@ -18,7 +18,7 @@ COMMENT=	Postfix Log Entry Summarizer
 RUN_DEPENDS=	p5-Date-Calc>=0:${PORTSDIR}/devel/p5-Date-Calc
 
 NO_BUILD=	yes
-USE_PERL5=	yes
+USES=		perl5
 PLIST_FILES=	bin/pflogsumm
 .if !defined(NOPORTDOCS)
 PORTDOCS=	README ToDo pflogsumm-faq.txt

Modified: head/mail/qar-bufo/Makefile
==============================================================================
--- head/mail/qar-bufo/Makefile	Wed Sep  4 09:46:43 2013	(r326264)
+++ head/mail/qar-bufo/Makefile	Wed Sep  4 09:48:54 2013	(r326265)
@@ -16,7 +16,7 @@ EXTRACT_ONLY=
 MAINTAINER=	vvelox@vvelox.net
 COMMENT=	Generates the Qmail assign and recipients file based on unix groups
 
-USE_PERL5=	yes
+USES=		perl5
 NO_WRKSUBDIR=	yes
 
 MAN1=		qar-bufo.1

Modified: head/mail/qmqtool/Makefile
==============================================================================
--- head/mail/qmqtool/Makefile	Wed Sep  4 09:46:43 2013	(r326264)
+++ head/mail/qmqtool/Makefile	Wed Sep  4 09:48:54 2013	(r326265)
@@ -18,7 +18,7 @@ COMMENT=	Tool to manipulate contents of 
 
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 NO_BUILD=	yes
-USE_PERL5=	yes
+USES=		perl5
 
 do-install:
 	${INSTALL_SCRIPT} ${WRKSRC}/qmqtool ${PREFIX}/bin

Modified: head/mail/sastatd/Makefile
==============================================================================
--- head/mail/sastatd/Makefile	Wed Sep  4 09:46:43 2013	(r326264)
+++ head/mail/sastatd/Makefile	Wed Sep  4 09:48:54 2013	(r326265)
@@ -22,7 +22,8 @@ BUILD_DEPENDS=		p5-JSON-Any>=0:${PORTSDI
 
 RUN_DEPENDS:=		${BUILD_DEPENDS}
 
-PERL_CONFIGURE=		yes
+USES=		perl5
+USE_PERL5=	configure
 
 SASTATD_DBDIR?=		/var/db/sastatd
 SASTATD_RUNDIR?=	/var/run/sastatd



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