Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Sep 2013 07:19:57 +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: r326257 - in head/mail: mime-construct p5-Email-Address-Loose p5-Email-Sender-Transport-SMTP-TLS p5-Email-Stuff p5-IMAP-Admin p5-Mail-IMAPClient p5-Mail-OpenDKIM p5-Mail-OpenRelay-Simpl...
Message-ID:  <201309040719.r847JvvA072793@svn.freebsd.org>

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

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

Modified:
  head/mail/mime-construct/Makefile   (contents, props changed)
  head/mail/p5-Email-Address-Loose/Makefile   (contents, props changed)
  head/mail/p5-Email-Sender-Transport-SMTP-TLS/Makefile
  head/mail/p5-Email-Stuff/Makefile   (contents, props changed)
  head/mail/p5-IMAP-Admin/Makefile   (contents, props changed)
  head/mail/p5-Mail-IMAPClient/Makefile
  head/mail/p5-Mail-OpenDKIM/Makefile
  head/mail/p5-Mail-OpenRelay-Simple/Makefile   (contents, props changed)
  head/mail/p5-Sendmail-AccessDB/Makefile   (contents, props changed)
  head/mail/p5-WWW-GMail/Makefile   (contents, props changed)
  head/mail/p5-WWW-Hotmail/Makefile   (contents, props changed)
  head/mail/p5-ZConf-Mail/Makefile   (contents, props changed)
  head/mail/pop-before-smtp/Makefile   (contents, props changed)
  head/mail/prepflog/Makefile   (contents, props changed)
  head/mail/sa-stats/Makefile   (contents, props changed)
  head/mail/squirrelmail-avelsieve-plugin/Makefile   (contents, props changed)
  head/mail/squirrelmail-login_notes-plugin/Makefile   (contents, props changed)
  head/mail/squirrelmail-mark_read-plugin/Makefile   (contents, props changed)
  head/mail/squirrelmail-password_forget-plugin/Makefile   (contents, props changed)

Modified: head/mail/mime-construct/Makefile
==============================================================================
--- head/mail/mime-construct/Makefile	Wed Sep  4 07:09:17 2013	(r326256)
+++ head/mail/mime-construct/Makefile	Wed Sep  4 07:19:56 2013	(r326257)
@@ -19,7 +19,8 @@ BUILD_DEPENDS=	p5-MIME-Base64>=0:${PORTS
 		p5-Proc-WaitStat>=0:${PORTSDIR}/devel/p5-Proc-WaitStat
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN1=		mime-construct.1
 

Modified: head/mail/p5-Email-Address-Loose/Makefile
==============================================================================
--- head/mail/p5-Email-Address-Loose/Makefile	Wed Sep  4 07:09:17 2013	(r326256)
+++ head/mail/p5-Email-Address-Loose/Makefile	Wed Sep  4 07:19:56 2013	(r326257)
@@ -13,7 +13,8 @@ RUN_DEPENDS=	\
 	p5-Email-Address>=1.88.9:${PORTSDIR}/mail/p5-Email-Address
 BUILD_DEPENDS=	${RUN_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=	Email::Address::Loose.3
 

Modified: head/mail/p5-Email-Sender-Transport-SMTP-TLS/Makefile
==============================================================================
--- head/mail/p5-Email-Sender-Transport-SMTP-TLS/Makefile	Wed Sep  4 07:09:17 2013	(r326256)
+++ head/mail/p5-Email-Sender-Transport-SMTP-TLS/Makefile	Wed Sep  4 07:19:56 2013	(r326257)
@@ -14,7 +14,8 @@ RUN_DEPENDS=	p5-Email-Sender>=0.091660:$
 		p5-Net-SMTP-TLS-ButMaintained>=0.2:${PORTSDIR}/mail/p5-Net-SMTP-TLS-ButMaintained
 BUILD_DEPENDS:=	${RUN_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Email::Sender::Transport::SMTP::TLS.3
 

Modified: head/mail/p5-Email-Stuff/Makefile
==============================================================================
--- head/mail/p5-Email-Stuff/Makefile	Wed Sep  4 07:09:17 2013	(r326256)
+++ head/mail/p5-Email-Stuff/Makefile	Wed Sep  4 07:19:56 2013	(r326257)
@@ -22,7 +22,8 @@ BUILD_DEPENDS=	p5-prefork>=1.01:${PORTSD
 		p5-Email-Send>=2.185:${PORTSDIR}/mail/p5-Email-Send
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Email::Stuff.3
 

Modified: head/mail/p5-IMAP-Admin/Makefile
==============================================================================
--- head/mail/p5-IMAP-Admin/Makefile	Wed Sep  4 07:09:17 2013	(r326256)
+++ head/mail/p5-IMAP-Admin/Makefile	Wed Sep  4 07:19:56 2013	(r326257)
@@ -14,7 +14,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	chifeng@gmail.com
 COMMENT=	Perl module for basic IMAP server administration
 
-PERL_CONFIGURE=	YES
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		IMAP::Admin.3
 EXAMPLESDIR=	${PREFIX}/share/examples/${UNIQUENAME}

Modified: head/mail/p5-Mail-IMAPClient/Makefile
==============================================================================
--- head/mail/p5-Mail-IMAPClient/Makefile	Wed Sep  4 07:09:17 2013	(r326256)
+++ head/mail/p5-Mail-IMAPClient/Makefile	Wed Sep  4 07:19:56 2013	(r326257)
@@ -16,7 +16,8 @@ RUN_DEPENDS=	p5-Digest-HMAC>=0:${PORTSDI
 		p5-IO-Socket-SSL>=0:${PORTSDIR}/security/p5-IO-Socket-SSL \
 		p5-Authen-SASL>=0:${PORTSDIR}/security/p5-Authen-SASL
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 CONFIGURE_ARGS=	</dev/null
 
 MAN3=	Mail::IMAPClient.3 \

Modified: head/mail/p5-Mail-OpenDKIM/Makefile
==============================================================================
--- head/mail/p5-Mail-OpenDKIM/Makefile	Wed Sep  4 07:09:17 2013	(r326256)
+++ head/mail/p5-Mail-OpenDKIM/Makefile	Wed Sep  4 07:19:56 2013	(r326257)
@@ -19,7 +19,8 @@ RUN_DEPENDS=	opendkim>=2.5.0:${PORTSDIR}
 TEST_DEPENDS=	p5-Error>=0:${PORTSDIR}/lang/p5-Error \
 		p5-Test-Kwalitee>=0:${PORTSDIR}/devel/p5-Test-Kwalitee
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Mail::OpenDKIM.3 Mail::OpenDKIM::DKIM.3 \
 		Mail::OpenDKIM::PrivateKey.3 Mail::OpenDKIM::Signature.3 \

Modified: head/mail/p5-Mail-OpenRelay-Simple/Makefile
==============================================================================
--- head/mail/p5-Mail-OpenRelay-Simple/Makefile	Wed Sep  4 07:09:17 2013	(r326256)
+++ head/mail/p5-Mail-OpenRelay-Simple/Makefile	Wed Sep  4 07:19:56 2013	(r326257)
@@ -18,7 +18,8 @@ RUN_DEPENDS=	p5-Class-Accessor>=0.25:${P
 		p5-Net-Telnet>=3.03:${PORTSDIR}/net/p5-Net-Telnet
 BUILD_DEPENDS:=	${RUN_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=	Mail::OpenRelay::Simple.3
 

Modified: head/mail/p5-Sendmail-AccessDB/Makefile
==============================================================================
--- head/mail/p5-Sendmail-AccessDB/Makefile	Wed Sep  4 07:09:17 2013	(r326256)
+++ head/mail/p5-Sendmail-AccessDB/Makefile	Wed Sep  4 07:19:56 2013	(r326257)
@@ -13,7 +13,8 @@ COMMENT=	Perl5 interface to the Sendmail
 BUILD_DEPENDS=	p5-BerkeleyDB>=0:${PORTSDIR}/databases/p5-BerkeleyDB
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Sendmail::AccessDB.3
 

Modified: head/mail/p5-WWW-GMail/Makefile
==============================================================================
--- head/mail/p5-WWW-GMail/Makefile	Wed Sep  4 07:09:17 2013	(r326256)
+++ head/mail/p5-WWW-GMail/Makefile	Wed Sep  4 07:19:56 2013	(r326257)
@@ -18,7 +18,8 @@ BUILD_DEPENDS=	p5-libwww>=0:${PORTSDIR}/
 		p5-URI>=0:${PORTSDIR}/net/p5-URI
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		WWW::GMail.3
 

Modified: head/mail/p5-WWW-Hotmail/Makefile
==============================================================================
--- head/mail/p5-WWW-Hotmail/Makefile	Wed Sep  4 07:09:17 2013	(r326256)
+++ head/mail/p5-WWW-Hotmail/Makefile	Wed Sep  4 07:19:56 2013	(r326257)
@@ -18,7 +18,8 @@ BUILD_DEPENDS=	p5-WWW-Mechanize>=0:${POR
 		p5-Mail-Audit>=0:${PORTSDIR}/mail/p5-Mail-Audit
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		WWW::Hotmail.3
 

Modified: head/mail/p5-ZConf-Mail/Makefile
==============================================================================
--- head/mail/p5-ZConf-Mail/Makefile	Wed Sep  4 07:09:17 2013	(r326256)
+++ head/mail/p5-ZConf-Mail/Makefile	Wed Sep  4 07:19:56 2013	(r326257)
@@ -32,7 +32,8 @@ BUILD_DEPENDS=	p5-Config-Tiny>=0:${PORTS
 		p5-ZConf>=0:${PORTSDIR}/net/p5-ZConf
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		ZConf::Mail.3
 

Modified: head/mail/pop-before-smtp/Makefile
==============================================================================
--- head/mail/pop-before-smtp/Makefile	Wed Sep  4 07:09:17 2013	(r326256)
+++ head/mail/pop-before-smtp/Makefile	Wed Sep  4 07:19:56 2013	(r326257)
@@ -18,7 +18,8 @@ RUN_DEPENDS=	p5-Net-Netmask>=0:${PORTSDI
 		p5-TimeDate>=0:${PORTSDIR}/devel/p5-TimeDate
 
 NO_BUILD=	yes
-USE_PERL5_RUN=	yes
+USES=		perl5
+USE_PERL5=	run
 USE_RC_SUBR=	pop-before-smtp
 SUB_FILES=	pkg-message
 SUB_LIST=	PERL=${PERL}

Modified: head/mail/prepflog/Makefile
==============================================================================
--- head/mail/prepflog/Makefile	Wed Sep  4 07:09:17 2013	(r326256)
+++ head/mail/prepflog/Makefile	Wed Sep  4 07:19:56 2013	(r326257)
@@ -17,7 +17,7 @@ COMMENT=	Prepares logfiles in a sanitise
 PLIST_FILES=	bin/prepflog
 
 NO_BUILD=	yes
-USE_PERL5=	yes
+USES=		perl5
 
 do-install:
 	${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.pl ${PREFIX}/bin/${PORTNAME}

Modified: head/mail/sa-stats/Makefile
==============================================================================
--- head/mail/sa-stats/Makefile	Wed Sep  4 07:09:17 2013	(r326256)
+++ head/mail/sa-stats/Makefile	Wed Sep  4 07:19:56 2013	(r326257)
@@ -19,7 +19,7 @@ COMMENT=	Generates top spam/ham rules fi
 
 RUN_DEPENDS=	p5-Getopt-Long>=0:${PORTSDIR}/devel/p5-Getopt-Long
 
-USE_PERL5=	yes
+USES=		perl5
 
 NO_WRKSUBDIR=	yes
 NO_BUILD=	yes

Modified: head/mail/squirrelmail-avelsieve-plugin/Makefile
==============================================================================
--- head/mail/squirrelmail-avelsieve-plugin/Makefile	Wed Sep  4 07:09:17 2013	(r326256)
+++ head/mail/squirrelmail-avelsieve-plugin/Makefile	Wed Sep  4 07:19:56 2013	(r326257)
@@ -9,7 +9,8 @@ DIST_SUBDIR=	squirrelmail
 MAINTAINER=	neil@darlow.co.uk
 COMMENT=	SquirrelMail plugin for Server-Side Mail Filtering management
 
-USE_PERL5_RUN=	yes
+USES=		perl5
+USE_PERL5=	run
 
 .include "${.CURDIR}/../squirrelmail/bsd.squirrelmail.mk"
 

Modified: head/mail/squirrelmail-login_notes-plugin/Makefile
==============================================================================
--- head/mail/squirrelmail-login_notes-plugin/Makefile	Wed Sep  4 07:09:17 2013	(r326256)
+++ head/mail/squirrelmail-login_notes-plugin/Makefile	Wed Sep  4 07:19:56 2013	(r326257)
@@ -13,7 +13,8 @@ LICENSE=	GPLv2
 
 RUN_DEPENDS+=	${SQUIRRELDIR}/plugins/compatibility:${PORTSDIR}/mail/squirrelmail-compatibility-plugin
 
-USE_PERL5_RUN=	yes
+USES=		perl5
+USE_PERL5=	run
 
 .include "${.CURDIR}/../squirrelmail/bsd.squirrelmail.mk"
 .include <bsd.port.mk>

Modified: head/mail/squirrelmail-mark_read-plugin/Makefile
==============================================================================
--- head/mail/squirrelmail-mark_read-plugin/Makefile	Wed Sep  4 07:09:17 2013	(r326256)
+++ head/mail/squirrelmail-mark_read-plugin/Makefile	Wed Sep  4 07:19:56 2013	(r326257)
@@ -11,7 +11,8 @@ MAINTAINER=	itetcu@FreeBSD.org
 COMMENT=	Provides one-click link to mark read/unread all mails in a folder
 
 USE_SM_COMPAT=	YES
-USE_PERL5_RUN=	yes
+USES=		perl5
+USE_PERL5=	run
 
 SQUIRREL_PLUGIN_NAME=	${PORTNAME:S/-/_/}
 

Modified: head/mail/squirrelmail-password_forget-plugin/Makefile
==============================================================================
--- head/mail/squirrelmail-password_forget-plugin/Makefile	Wed Sep  4 07:09:17 2013	(r326256)
+++ head/mail/squirrelmail-password_forget-plugin/Makefile	Wed Sep  4 07:19:56 2013	(r326257)
@@ -15,7 +15,8 @@ COMMENT=	Prevent reuse of login details 
 
 RUN_DEPENDS=	${SQUIRRELDIR}/plugins/compatibility:${PORTSDIR}/mail/squirrelmail-compatibility-plugin
 
-USE_PERL5_RUN=	yes
+USES=		perl5
+USE_PERL5=	run
 
 .include "${.CURDIR}/../squirrelmail/bsd.squirrelmail.mk"
 .include <bsd.port.mk>



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