From owner-svn-ports-head@FreeBSD.ORG Wed Sep 4 12:28:21 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 EC530F26; Wed, 4 Sep 2013 12:28:20 +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 CB4822EC4; Wed, 4 Sep 2013 12:28:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r84CSK64050218; Wed, 4 Sep 2013 12:28:20 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r84CSGFl050189; Wed, 4 Sep 2013 12:28:16 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309041228.r84CSGFl050189@svn.freebsd.org> From: Andrej Zverev Date: Wed, 4 Sep 2013 12:28:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: 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... 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 12:28:21 -0000 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@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@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@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 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 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@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}