From owner-svn-ports-head@FreeBSD.ORG Wed Sep 4 13:07:45 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 42974FDE; Wed, 4 Sep 2013 13:07:45 +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 221C42222; Wed, 4 Sep 2013 13:07:45 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r84D7j81073035; Wed, 4 Sep 2013 13:07:45 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r84D7fNx073011; Wed, 4 Sep 2013 13:07:41 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309041307.r84D7fNx073011@svn.freebsd.org> From: Andrej Zverev Date: Wed, 4 Sep 2013 13:07:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326272 - in head: mail/listadmin mail/p5-Email-Date-Format mail/p5-Email-Valid-Loose mail/p5-MIME-Charset mail/p5-Mail-Field-Received mail/p5-SES mail/postfix-policyd-spf-perl print/cd... 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 13:07:45 -0000 Author: az Date: Wed Sep 4 13:07:40 2013 New Revision: 326272 URL: http://svnweb.freebsd.org/changeset/ports/326272 Log: - convert to the new perl5 framework Approved by: portmgr (bapt@, blanket) Modified: head/mail/listadmin/Makefile (contents, props changed) head/mail/p5-Email-Date-Format/Makefile (contents, props changed) head/mail/p5-Email-Valid-Loose/Makefile (contents, props changed) head/mail/p5-MIME-Charset/Makefile (contents, props changed) head/mail/p5-Mail-Field-Received/Makefile (contents, props changed) head/mail/p5-SES/Makefile head/mail/postfix-policyd-spf-perl/Makefile (contents, props changed) head/print/cdlabelgen/Makefile (contents, props changed) head/print/easylatex/Makefile (contents, props changed) head/print/foomatic-db-engine/Makefile (contents, props changed) head/print/html2ps/Makefile (contents, props changed) head/print/latex-ucs/Makefile (contents, props changed) head/print/latexdiff/Makefile (contents, props changed) head/print/p5-Net-CUPS/Makefile (contents, props changed) head/print/p5-Net-Printer/Makefile head/print/p5-PDF-Template/Makefile (contents, props changed) head/print/p5-XML-ApacheFOP/Makefile (contents, props changed) head/print/ps2eps/Makefile (contents, props changed) head/print/txtbdf2ps/Makefile (contents, props changed) Modified: head/mail/listadmin/Makefile ============================================================================== --- head/mail/listadmin/Makefile Wed Sep 4 12:28:16 2013 (r326271) +++ head/mail/listadmin/Makefile Wed Sep 4 13:07:40 2013 (r326272) @@ -18,7 +18,8 @@ RUN_DEPENDS= p5-Text-Reform>=0:${PORTSDI p5-Crypt-SSLeay>=0:${PORTSDIR}/security/p5-Crypt-SSLeay \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run PLIST_FILES= bin/listadmin MAN1= listadmin.1 Modified: head/mail/p5-Email-Date-Format/Makefile ============================================================================== --- head/mail/p5-Email-Date-Format/Makefile Wed Sep 4 12:28:16 2013 (r326271) +++ head/mail/p5-Email-Date-Format/Makefile Wed Sep 4 13:07:40 2013 (r326272) @@ -15,7 +15,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= miwi@FreeBSD.org COMMENT= Produce RFC 2822 date strings -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Email::Date::Format.3 Modified: head/mail/p5-Email-Valid-Loose/Makefile ============================================================================== --- head/mail/p5-Email-Valid-Loose/Makefile Wed Sep 4 12:28:16 2013 (r326271) +++ head/mail/p5-Email-Valid-Loose/Makefile Wed Sep 4 13:07:40 2013 (r326272) @@ -17,7 +17,8 @@ COMMENT= A variation of Email::Valid whi BUILD_DEPENDS= p5-Email-Valid>=0:${PORTSDIR}/mail/p5-Email-Valid RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Email::Valid::Loose.3 Modified: head/mail/p5-MIME-Charset/Makefile ============================================================================== --- head/mail/p5-MIME-Charset/Makefile Wed Sep 4 12:28:16 2013 (r326271) +++ head/mail/p5-MIME-Charset/Makefile Wed Sep 4 13:07:40 2013 (r326272) @@ -15,7 +15,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= Olivier.Girard@univ-angers.fr COMMENT= Charset Informations for MIME -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= MIME::Charset.3 MIME::Charset::JA_JP.3 Modified: head/mail/p5-Mail-Field-Received/Makefile ============================================================================== --- head/mail/p5-Mail-Field-Received/Makefile Wed Sep 4 12:28:16 2013 (r326271) +++ head/mail/p5-Mail-Field-Received/Makefile Wed Sep 4 13:07:40 2013 (r326272) @@ -22,7 +22,8 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Differences>0:${PORTSDIR}/devel/p5-Test-Differences -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Mail::Field::Received.3 Modified: head/mail/p5-SES/Makefile ============================================================================== --- head/mail/p5-SES/Makefile Wed Sep 4 12:28:16 2013 (r326271) +++ head/mail/p5-SES/Makefile Wed Sep 4 13:07:40 2013 (r326272) @@ -21,7 +21,8 @@ RUN_DEPENDS= p5-LWP-Protocol-https>=0:${ p5-libwww>=6:${PORTSDIR}/www/p5-libwww NO_BUILD= yes -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run USE_ZIP= yes WRKSRC= ${WRKDIR}/bin Modified: head/mail/postfix-policyd-spf-perl/Makefile ============================================================================== --- head/mail/postfix-policyd-spf-perl/Makefile Wed Sep 4 12:28:16 2013 (r326271) +++ head/mail/postfix-policyd-spf-perl/Makefile Wed Sep 4 13:07:40 2013 (r326272) @@ -17,7 +17,8 @@ RUN_DEPENDS= p5-Mail-SPF>=0:${PORTSDIR}/ p5-NetAddr-IP>=4:${PORTSDIR}/net-mgmt/p5-NetAddr-IP \ p5-version>=0:${PORTSDIR}/devel/p5-version -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run NO_BUILD= yes PLIST_FILES= sbin/postfix-policyd-spf-perl Modified: head/print/cdlabelgen/Makefile ============================================================================== --- head/print/cdlabelgen/Makefile Wed Sep 4 12:28:16 2013 (r326271) +++ head/print/cdlabelgen/Makefile Wed Sep 4 13:07:40 2013 (r326272) @@ -17,7 +17,7 @@ COMMENT= Generate postscript for frontca MAN1= cdlabelgen.1 MANCOMPRESSED= no -USE_PERL5= yes +USES= perl5 MAKE_ARGS= BASE_DIR="${PREFIX}" \ LIB_DIR="${DATADIR}" \ INSTALL="${INSTALL_SCRIPT}" \ Modified: head/print/easylatex/Makefile ============================================================================== --- head/print/easylatex/Makefile Wed Sep 4 12:28:16 2013 (r326271) +++ head/print/easylatex/Makefile Wed Sep 4 13:07:40 2013 (r326272) @@ -18,7 +18,7 @@ COMMENT= Perl script which transforms "p RUN_DEPENDS= p5-Getopt-Declare>=0:${PORTSDIR}/devel/p5-Getopt-Declare NO_BUILD= yes -USE_PERL5= yes +USES= perl5 post-patch: @${REINPLACE_CMD} -e 's,/usr/lib/easylatex,${DATADIR},' \ Modified: head/print/foomatic-db-engine/Makefile ============================================================================== --- head/print/foomatic-db-engine/Makefile Wed Sep 4 12:28:16 2013 (r326271) +++ head/print/foomatic-db-engine/Makefile Wed Sep 4 13:07:40 2013 (r326272) @@ -24,7 +24,7 @@ RUN_DEPENDS= curl:${PORTSDIR}/ftp/curl PROJECTHOST= bsdistfiles USE_GNOME= libxml2 -USE_PERL5= yes +USES= perl5 USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= PERL=${PERL} LIBDIR=${PREFIX}/share/foomatic/ Modified: head/print/html2ps/Makefile ============================================================================== --- head/print/html2ps/Makefile Wed Sep 4 12:28:16 2013 (r326271) +++ head/print/html2ps/Makefile Wed Sep 4 13:07:40 2013 (r326272) @@ -21,7 +21,7 @@ RUN_DEPENDS= mogrify:${PORTSDIR}/graphic paperconf:${PORTSDIR}/print/libpaper NO_BUILD= yes -USE_PERL5= yes +USES= perl5 USE_GHOSTSCRIPT_RUN= yes SUB_FILES= html2psrc Modified: head/print/latex-ucs/Makefile ============================================================================== --- head/print/latex-ucs/Makefile Wed Sep 4 12:28:16 2013 (r326271) +++ head/print/latex-ucs/Makefile Wed Sep 4 13:07:40 2013 (r326272) @@ -17,7 +17,8 @@ MAINTAINER= hrs@FreeBSD.org COMMENT= A LaTeX package for using UTF-8 as input encoding NO_BUILD= yes -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run USE_TEX= latex PLIST_SUB= MKTEXLSR="${MKTEXLSR}" CLASSDIR=${CLASSDIR} Modified: head/print/latexdiff/Makefile ============================================================================== --- head/print/latexdiff/Makefile Wed Sep 4 12:28:16 2013 (r326271) +++ head/print/latexdiff/Makefile Wed Sep 4 13:07:40 2013 (r326272) @@ -18,7 +18,8 @@ COMMENT= Determine and mark up significa RUN_DEPENDS+= bash:${PORTSDIR}/shells/bash -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run USE_ZIP= yes NO_BUILD= yes Modified: head/print/p5-Net-CUPS/Makefile ============================================================================== --- head/print/p5-Net-CUPS/Makefile Wed Sep 4 12:28:16 2013 (r326271) +++ head/print/p5-Net-CUPS/Makefile Wed Sep 4 13:07:40 2013 (r326272) @@ -18,7 +18,8 @@ COMMENT= Interface to the CUPS API BUILD_DEPENDS= cups-config:${PORTSDIR}/print/cups-client LIB_DEPENDS= cupsimage.2:${PORTSDIR}/print/cups-image -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::CUPS.3 \ Net::CUPS::Destination.3 \ Modified: head/print/p5-Net-Printer/Makefile ============================================================================== --- head/print/p5-Net-Printer/Makefile Wed Sep 4 12:28:16 2013 (r326271) +++ head/print/p5-Net-Printer/Makefile Wed Sep 4 13:07:40 2013 (r326272) @@ -12,7 +12,8 @@ COMMENT= Perl extension for direct-to-lp LICENSE= BSD -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::Printer.3 Modified: head/print/p5-PDF-Template/Makefile ============================================================================== --- head/print/p5-PDF-Template/Makefile Wed Sep 4 12:28:16 2013 (r326271) +++ head/print/p5-PDF-Template/Makefile Wed Sep 4 13:07:40 2013 (r326272) @@ -18,7 +18,8 @@ BUILD_DEPENDS+= pdflib-perl>=0:${PORTSDI p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= PDF::Template::Element::Weblink.3 \ PDF::Template::Container::Scope.3 \ Modified: head/print/p5-XML-ApacheFOP/Makefile ============================================================================== --- head/print/p5-XML-ApacheFOP/Makefile Wed Sep 4 12:28:16 2013 (r326271) +++ head/print/p5-XML-ApacheFOP/Makefile Wed Sep 4 13:07:40 2013 (r326272) @@ -19,7 +19,8 @@ BUILD_DEPENDS= p5-Java>=0:${PORTSDIR}/de ${LOCALBASE}/share/java/fop/build/fop.jar:${PORTSDIR}/textproc/fop RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= XML::ApacheFOP.3 Modified: head/print/ps2eps/Makefile ============================================================================== --- head/print/ps2eps/Makefile Wed Sep 4 12:28:16 2013 (r326271) +++ head/print/ps2eps/Makefile Wed Sep 4 13:07:40 2013 (r326272) @@ -18,7 +18,8 @@ COMMENT= Generate Encapsulated Postscrip WRKSRC= ${WRKDIR}/ps2eps USE_GHOSTSCRIPT_RUN= yes -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run MAN1= ps2eps.1 bbox.1 do-build: Modified: head/print/txtbdf2ps/Makefile ============================================================================== --- head/print/txtbdf2ps/Makefile Wed Sep 4 12:28:16 2013 (r326271) +++ head/print/txtbdf2ps/Makefile Wed Sep 4 13:07:40 2013 (r326272) @@ -19,7 +19,7 @@ COMMENT= Translator TXT + BDF to PS PROJECTHOST= ak-various-projects PLIST_FILES= bin/txtbdf2ps -USE_PERL5= yes +USES= perl5 EXTRACT_CMD= ${CP} EXTRACT_BEFORE_ARGS= EXTRACT_AFTER_ARGS= ${WRKDIR}