From owner-svn-ports-head@FreeBSD.ORG Wed Sep 4 07:20:01 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 322222A4; Wed, 4 Sep 2013 07:20:01 +0000 (UTC) (envelope-from az@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1EB7C29B4; Wed, 4 Sep 2013 07:20:01 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r847K0o4072869; Wed, 4 Sep 2013 07:20:00 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r847JvvA072793; Wed, 4 Sep 2013 07:19:57 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309040719.r847JvvA072793@svn.freebsd.org> From: Andrej Zverev Date: Wed, 4 Sep 2013 07:19:57 +0000 (UTC) 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... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Sep 2013 07:20:01 -0000 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= =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 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