From owner-svn-ports-head@FreeBSD.ORG Wed Sep 4 06:07:03 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B741A9F1; Wed, 4 Sep 2013 06:07:03 +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 96649237D; Wed, 4 Sep 2013 06:07:03 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r84673l3030595; Wed, 4 Sep 2013 06:07:03 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8466xlW030521; Wed, 4 Sep 2013 06:06:59 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309040606.r8466xlW030521@svn.freebsd.org> From: Andrej Zverev Date: Wed, 4 Sep 2013 06:06:59 +0000 (UTC) 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... 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 06:07:03 -0000 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