svn commit: r326271 - in head/mail: dkfilter fetchyahoo ftrack mavbiff minimalist p5-Email-Reply p5-MIME-EncWords p5-Mail-MailStats p5-Mail-MboxParser p5-Mail-POP3Client p5-Mail-SRS p5-Mail-Tools p...
Andrej Zverev
az at FreeBSD.org
Wed Sep 4 12:28:21 UTC 2013
Author: az
Date: Wed Sep 4 12:28:16 2013
New Revision: 326271
URL: http://svnweb.freebsd.org/changeset/ports/326271
Log:
- convert to the new perl5 framework
Approved by: portmgr (bapt@, blanket)
Modified:
head/mail/dkfilter/Makefile (contents, props changed)
head/mail/fetchyahoo/Makefile
head/mail/ftrack/Makefile (contents, props changed)
head/mail/mavbiff/Makefile (contents, props changed)
head/mail/minimalist/Makefile (contents, props changed)
head/mail/p5-Email-Reply/Makefile (contents, props changed)
head/mail/p5-MIME-EncWords/Makefile (contents, props changed)
head/mail/p5-Mail-MailStats/Makefile (contents, props changed)
head/mail/p5-Mail-MboxParser/Makefile (contents, props changed)
head/mail/p5-Mail-POP3Client/Makefile (contents, props changed)
head/mail/p5-Mail-SRS/Makefile (contents, props changed)
head/mail/p5-Mail-Tools/Makefile (contents, props changed)
head/mail/p5-Net-POP3-SSLWrapper/Makefile
head/mail/p5-Net-SenderBase/Makefile (contents, props changed)
head/mail/postfix-logwatch/Makefile (contents, props changed)
head/mail/postpals/Makefile (contents, props changed)
head/mail/rlytest/Makefile (contents, props changed)
head/mail/squirrelmail-secure_login-plugin/Makefile (contents, props changed)
head/mail/squirrelmail-vlogin-plugin/Makefile (contents, props changed)
Modified: head/mail/dkfilter/Makefile
==============================================================================
--- head/mail/dkfilter/Makefile Wed Sep 4 11:50:29 2013 (r326270)
+++ head/mail/dkfilter/Makefile Wed Sep 4 12:28:16 2013 (r326271)
@@ -21,7 +21,7 @@ BUILD_DEPENDS= p5-Crypt-OpenSSL-RSA>=0:$
RUN_DEPENDS:= ${BUILD_DEPENDS}
GNU_CONFIGURE= yes
-USE_PERL5= yes
+USES= perl5
USE_RC_SUBR= dkfilter_in dkfilter_out
USERS= ${DKFILTER_USERNAME}
Modified: head/mail/fetchyahoo/Makefile
==============================================================================
--- head/mail/fetchyahoo/Makefile Wed Sep 4 11:50:29 2013 (r326270)
+++ head/mail/fetchyahoo/Makefile Wed Sep 4 12:28:16 2013 (r326271)
@@ -24,7 +24,7 @@ PLIST_DIRS= share/examples/fetchyahoo
PLIST_FILES= bin/fetchyahoo share/examples/fetchyahoo/fetchyahoorc
PORTDOCS= COPYING ChangeLog Credits INSTALL TODO index.html
NO_BUILD= yes
-USE_PERL5= yes
+USES= perl5
do-install:
@${INSTALL_SCRIPT} ${WRKSRC}/fetchyahoo ${PREFIX}/bin
Modified: head/mail/ftrack/Makefile
==============================================================================
--- head/mail/ftrack/Makefile Wed Sep 4 11:50:29 2013 (r326270)
+++ head/mail/ftrack/Makefile Wed Sep 4 12:28:16 2013 (r326271)
@@ -24,7 +24,7 @@ USE_GMAKE= yes
ALL_TARGET= ftrack
MAKEFILE= ${WRKSRC}/MakeFiles/FreeBSD/Makefile
EXTRACT_AFTER_ARGS= -d ${WRKSRC}
-USE_PERL5= yes
+USES= perl5
PORTDOCS= ftrack.faq readme report.err
Modified: head/mail/mavbiff/Makefile
==============================================================================
--- head/mail/mavbiff/Makefile Wed Sep 4 11:50:29 2013 (r326270)
+++ head/mail/mavbiff/Makefile Wed Sep 4 12:28:16 2013 (r326271)
@@ -15,7 +15,7 @@ MAINTAINER= edwin at mavetju.org
COMMENT= Small screen with active mailboxes and bring-to-front-facility
USE_GNOME= gtk12
-USE_PERL5= yes
+USES= perl5
MAN1= mavbiff.1
Modified: head/mail/minimalist/Makefile
==============================================================================
--- head/mail/minimalist/Makefile Wed Sep 4 11:50:29 2013 (r326270)
+++ head/mail/minimalist/Makefile Wed Sep 4 12:28:16 2013 (r326271)
@@ -15,7 +15,8 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S/r/
MAINTAINER= gmarco at gufi.org
COMMENT= A minimalistic mailing list manager
-USE_PERL5_RUN= yes
+USES= perl5
+USE_PERL5= run
NO_BUILD= yes
EXTRA_SUB_FILES=docs/README minimalist.conf-sample minimalist.pl \
contrib/minimalist_request.pl
Modified: head/mail/p5-Email-Reply/Makefile
==============================================================================
--- head/mail/p5-Email-Reply/Makefile Wed Sep 4 11:50:29 2013 (r326270)
+++ head/mail/p5-Email-Reply/Makefile Wed Sep 4 12:28:16 2013 (r326271)
@@ -20,7 +20,8 @@ RUN_DEPENDS= p5-Email-Abstract>=2.01:${P
p5-Email-MIME>=1.82:${PORTSDIR}/mail/p5-Email-MIME \
p5-Email-Simple>=2.100:${PORTSDIR}/mail/p5-Email-Simple
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Email::Reply.3
Modified: head/mail/p5-MIME-EncWords/Makefile
==============================================================================
--- head/mail/p5-MIME-EncWords/Makefile Wed Sep 4 11:50:29 2013 (r326270)
+++ head/mail/p5-MIME-EncWords/Makefile Wed Sep 4 12:28:16 2013 (r326271)
@@ -16,7 +16,8 @@ COMMENT= Deal with RFC 2047 encoded word
RUN_DEPENDS= p5-MIME-Charset>=1.006.2:${PORTSDIR}/mail/p5-MIME-Charset
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= MIME::EncWords.3 MIME::EncWords::JA_JP.3
Modified: head/mail/p5-Mail-MailStats/Makefile
==============================================================================
--- head/mail/p5-Mail-MailStats/Makefile Wed Sep 4 11:50:29 2013 (r326270)
+++ head/mail/p5-Mail-MailStats/Makefile Wed Sep 4 12:28:16 2013 (r326271)
@@ -17,7 +17,8 @@ COMMENT= Perl module to detect newer mes
BUILD_DEPENDS= p5-AppConfig>=0:${PORTSDIR}/devel/p5-AppConfig
RUN_DEPENDS:= ${BUILD_DEPENDS}
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Mail::Stats::Record.3 Mail::Stats.3
Modified: head/mail/p5-Mail-MboxParser/Makefile
==============================================================================
--- head/mail/p5-Mail-MboxParser/Makefile Wed Sep 4 11:50:29 2013 (r326270)
+++ head/mail/p5-Mail-MboxParser/Makefile Wed Sep 4 12:28:16 2013 (r326271)
@@ -19,7 +19,8 @@ BUILD_DEPENDS= p5-MIME-Tools>=0:${PORTSD
p5-Mail-Mbox-MessageParser>=0:${PORTSDIR}/mail/p5-Mail-Mbox-MessageParser
RUN_DEPENDS:= ${BUILD_DEPENDS}
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Mail::MboxParser.3 Mail::MboxParser::Base.3 \
Mail::MboxParser::Mail.3 \
Modified: head/mail/p5-Mail-POP3Client/Makefile
==============================================================================
--- head/mail/p5-Mail-POP3Client/Makefile Wed Sep 4 11:50:29 2013 (r326270)
+++ head/mail/p5-Mail-POP3Client/Makefile Wed Sep 4 12:28:16 2013 (r326271)
@@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= demon at FreeBSD.org
COMMENT= Perl5 module to talk to a POP3 (RFC1939) server
-PERL_CONFIGURE= YES
+USES= perl5
+USE_PERL5= configure
MAN3= Mail::POP3Client.3
Modified: head/mail/p5-Mail-SRS/Makefile
==============================================================================
--- head/mail/p5-Mail-SRS/Makefile Wed Sep 4 11:50:29 2013 (r326270)
+++ head/mail/p5-Mail-SRS/Makefile Wed Sep 4 12:28:16 2013 (r326271)
@@ -28,6 +28,7 @@ MAN3= Mail::SRS.3 \
MAN1= srs.1 \
srsd.1
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
.include <bsd.port.mk>
Modified: head/mail/p5-Mail-Tools/Makefile
==============================================================================
--- head/mail/p5-Mail-Tools/Makefile Wed Sep 4 11:50:29 2013 (r326270)
+++ head/mail/p5-Mail-Tools/Makefile Wed Sep 4 12:28:16 2013 (r326271)
@@ -14,7 +14,8 @@ COMMENT= Perl5 modules for dealing with
RUN_DEPENDS= p5-TimeDate>=0:${PORTSDIR}/devel/p5-TimeDate
BUILD_DEPENDS:= ${RUN_DEPENDS}
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Mail::Address.3 \
Mail::Cap.3 \
Modified: head/mail/p5-Net-POP3-SSLWrapper/Makefile
==============================================================================
--- head/mail/p5-Net-POP3-SSLWrapper/Makefile Wed Sep 4 11:50:29 2013 (r326270)
+++ head/mail/p5-Net-POP3-SSLWrapper/Makefile Wed Sep 4 12:28:16 2013 (r326271)
@@ -13,7 +13,8 @@ COMMENT= Perl extension for simple POP3S
BUILD_DEPENDS= p5-IO-Socket-SSL>=1.34:${PORTSDIR}/security/p5-IO-Socket-SSL
RUN_DEPENDS= p5-IO-Socket-SSL>=1.34:${PORTSDIR}/security/p5-IO-Socket-SSL
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Net::POP3::SSLWrapper.3
Modified: head/mail/p5-Net-SenderBase/Makefile
==============================================================================
--- head/mail/p5-Net-SenderBase/Makefile Wed Sep 4 11:50:29 2013 (r326270)
+++ head/mail/p5-Net-SenderBase/Makefile Wed Sep 4 12:28:16 2013 (r326271)
@@ -17,7 +17,8 @@ COMMENT= Query the SenderBase service
RUN_DEPENDS= p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Net::SenderBase.3 \
Net::SenderBase::Query.3 \
Modified: head/mail/postfix-logwatch/Makefile
==============================================================================
--- head/mail/postfix-logwatch/Makefile Wed Sep 4 11:50:29 2013 (r326270)
+++ head/mail/postfix-logwatch/Makefile Wed Sep 4 12:28:16 2013 (r326271)
@@ -22,7 +22,8 @@ PORTEXAMPLES= ${PORTNAME}.conf ${PORTNAM
MAN1= ${PORTNAME}.1
-USE_PERL5_RUN= yes
+USES= perl5
+USE_PERL5= run
NO_BUILD= yes
post-patch:
Modified: head/mail/postpals/Makefile
==============================================================================
--- head/mail/postpals/Makefile Wed Sep 4 11:50:29 2013 (r326270)
+++ head/mail/postpals/Makefile Wed Sep 4 12:28:16 2013 (r326271)
@@ -22,7 +22,8 @@ RUN_DEPENDS= p5-IO-Multiplex>=0:${PORTSD
SUB_FILES= pkg-message
USE_RC_SUBR= ${PORTNAME} ${PORTNAME}-taillog
-USE_PERL5_RUN= yes
+USES= perl5
+USE_PERL5= run
NO_BUILD= yes
USERS= postpals
Modified: head/mail/rlytest/Makefile
==============================================================================
--- head/mail/rlytest/Makefile Wed Sep 4 11:50:29 2013 (r326270)
+++ head/mail/rlytest/Makefile Wed Sep 4 12:28:16 2013 (r326271)
@@ -16,7 +16,7 @@ EXTRACT_AFTER_ARGS= > ${WRKDIR}/${PORTNA
NO_WRKSUBDIR= yes
-USE_PERL5= yes
+USES= perl5
MAN1= rlytest.1
PLIST_FILES= bin/rlytest
Modified: head/mail/squirrelmail-secure_login-plugin/Makefile
==============================================================================
--- head/mail/squirrelmail-secure_login-plugin/Makefile Wed Sep 4 11:50:29 2013 (r326270)
+++ head/mail/squirrelmail-secure_login-plugin/Makefile Wed Sep 4 12:28:16 2013 (r326271)
@@ -12,7 +12,8 @@ COMMENT= This plugin will automatically
LICENSE= GPLv2
-USE_PERL5_RUN= yes
+USES= perl5
+USE_PERL5= run
.include "${.CURDIR}/../squirrelmail/bsd.squirrelmail.mk"
.include <bsd.port.mk>
Modified: head/mail/squirrelmail-vlogin-plugin/Makefile
==============================================================================
--- head/mail/squirrelmail-vlogin-plugin/Makefile Wed Sep 4 11:50:29 2013 (r326270)
+++ head/mail/squirrelmail-vlogin-plugin/Makefile Wed Sep 4 12:28:16 2013 (r326271)
@@ -13,7 +13,8 @@ DIST_SUBDIR= squirrelmail
MAINTAINER= neil at darlow.co.uk
COMMENT= Adds multi-site-hosting capabilities to SquirrelMail
-USE_PERL5_RUN= yes
+USES= perl5
+USE_PERL5= run
USE_SM_COMPAT= yes
DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME}${PKGNAMESUFFIX}
More information about the svn-ports-all
mailing list