From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 16:56:16 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 C076AFDD; Mon, 2 Sep 2013 16:56:16 +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 9F66121BF; Mon, 2 Sep 2013 16:56:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r82GuGpm091710; Mon, 2 Sep 2013 16:56:16 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r82GuCR1091687; Mon, 2 Sep 2013 16:56:12 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309021656.r82GuCR1091687@svn.freebsd.org> From: Andrej Zverev Date: Mon, 2 Sep 2013 16:56:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326033 - in head/www: jspacker mhonarc p5-CGI-Enurl p5-CGI-Pager p5-Feersum p5-HTML-Diff p5-HTML-ExtractMain p5-HTML-MobileConverter p5-HTML-PrettyPrinter p5-Image-Delivery p5-Plack-Mi... 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: Mon, 02 Sep 2013 16:56:16 -0000 Author: az Date: Mon Sep 2 16:56:12 2013 New Revision: 326033 URL: http://svnweb.freebsd.org/changeset/ports/326033 Log: - convert to the new perl5 framework Approved by: portmgr (bapt@, blanket) Modified: head/www/jspacker/Makefile (contents, props changed) head/www/mhonarc/Makefile (contents, props changed) head/www/p5-CGI-Enurl/Makefile head/www/p5-CGI-Pager/Makefile (contents, props changed) head/www/p5-Feersum/Makefile (contents, props changed) head/www/p5-HTML-Diff/Makefile (contents, props changed) head/www/p5-HTML-ExtractMain/Makefile (contents, props changed) head/www/p5-HTML-MobileConverter/Makefile (contents, props changed) head/www/p5-HTML-PrettyPrinter/Makefile (contents, props changed) head/www/p5-Image-Delivery/Makefile (contents, props changed) head/www/p5-Plack-Middleware-AddDefaultCharset/Makefile (contents, props changed) head/www/p5-Plack-Middleware-Throttle/Makefile (contents, props changed) head/www/p5-RPC-ExtDirect/Makefile head/www/p5-WWW-Google-Notebook/Makefile (contents, props changed) head/www/p5-WWW-HatenaLogin/Makefile (contents, props changed) head/www/p5-WWW-Instapaper-Client/Makefile head/www/p5-WWW-Mechanize-Meta/Makefile (contents, props changed) head/www/p5-WWW-TWSMS/Makefile (contents, props changed) head/www/p5-webservice-validator-css-w3c/Makefile Modified: head/www/jspacker/Makefile ============================================================================== --- head/www/jspacker/Makefile Mon Sep 2 16:55:04 2013 (r326032) +++ head/www/jspacker/Makefile Mon Sep 2 16:56:12 2013 (r326033) @@ -20,7 +20,8 @@ JSPACKER= jsPacker.pl NO_BUILD= yes NO_WRKSUBDIR= yes -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run USE_ZIP= yes SUB_FILES= ${PORTNAME} Modified: head/www/mhonarc/Makefile ============================================================================== --- head/www/mhonarc/Makefile Mon Sep 2 16:55:04 2013 (r326032) +++ head/www/mhonarc/Makefile Mon Sep 2 16:56:12 2013 (r326033) @@ -17,7 +17,7 @@ MAINTAINER= kerndtr@kerndt.com COMMENT= WWW front end for mail archives USE_BZIP2= Yes -USE_PERL5= Yes +USES= perl5 NO_BUILD= Yes MAN1= mhonarc.1 mha-dbedit.1 mha-dbrecover.1 mha-decode.1 Modified: head/www/p5-CGI-Enurl/Makefile ============================================================================== --- head/www/p5-CGI-Enurl/Makefile Mon Sep 2 16:55:04 2013 (r326032) +++ head/www/p5-CGI-Enurl/Makefile Mon Sep 2 16:56:12 2013 (r326033) @@ -11,7 +11,8 @@ COMMENT= Perl module for URL-encoding st RUN_DEPENDS= p5-CGI.pm>=0:${PORTSDIR}/www/p5-CGI.pm -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= CGI::Enurl.3 Modified: head/www/p5-CGI-Pager/Makefile ============================================================================== --- head/www/p5-CGI-Pager/Makefile Mon Sep 2 16:55:04 2013 (r326032) +++ head/www/p5-CGI-Pager/Makefile Mon Sep 2 16:56:12 2013 (r326033) @@ -18,7 +18,8 @@ COMMENT= Perl extension to generate HTML BUILD_DEPENDS= p5-URI>0:${PORTSDIR}/net/p5-URI RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= CGI::Pager.3 Modified: head/www/p5-Feersum/Makefile ============================================================================== --- head/www/p5-Feersum/Makefile Mon Sep 2 16:55:04 2013 (r326032) +++ head/www/p5-Feersum/Makefile Mon Sep 2 16:56:12 2013 (r326033) @@ -25,7 +25,8 @@ TEST_DEPENDS= p5-AnyEvent>=5.26.1:${PORT p5-Test-LeakTrace>=0.13:${PORTSDIR}/devel/p5-Test-LeakTrace \ p5-Test-TCP>=1.12:${PORTSDIR}/devel/p5-Test-TCP -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN1= feersum.1 MAN3= Feersum.3 \ Modified: head/www/p5-HTML-Diff/Makefile ============================================================================== --- head/www/p5-HTML-Diff/Makefile Mon Sep 2 16:55:04 2013 (r326032) +++ head/www/p5-HTML-Diff/Makefile Mon Sep 2 16:56:12 2013 (r326033) @@ -17,7 +17,8 @@ COMMENT= A Perl module for finding chang BUILD_DEPENDS= p5-Algorithm-Diff>=0:${PORTSDIR}/devel/p5-Algorithm-Diff RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= HTML::Diff.3 Modified: head/www/p5-HTML-ExtractMain/Makefile ============================================================================== --- head/www/p5-HTML-ExtractMain/Makefile Mon Sep 2 16:55:04 2013 (r326032) +++ head/www/p5-HTML-ExtractMain/Makefile Mon Sep 2 16:56:12 2013 (r326033) @@ -24,7 +24,8 @@ BUILD_DEPENDS:= ${RUN_DEPENDS} TEST_DEPENDS= p5-File-Slurp>=9999.12:${PORTSDIR}/devel/p5-File-Slurp \ p5-HTML-Format>=2.04:${PORTSDIR}/textproc/p5-HTML-Format -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= HTML::ExtractMain.3 Modified: head/www/p5-HTML-MobileConverter/Makefile ============================================================================== --- head/www/p5-HTML-MobileConverter/Makefile Mon Sep 2 16:55:04 2013 (r326032) +++ head/www/p5-HTML-MobileConverter/Makefile Mon Sep 2 16:56:12 2013 (r326033) @@ -17,7 +17,8 @@ COMMENT= HTML Converter for mobile agent RUN_DEPENDS= p5-HTML-Parser>=3.45:${PORTSDIR}/www/p5-HTML-Parser \ p5-URI>=1.33:${PORTSDIR}/net/p5-URI -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= HTML::MobileConverter.3 Modified: head/www/p5-HTML-PrettyPrinter/Makefile ============================================================================== --- head/www/p5-HTML-PrettyPrinter/Makefile Mon Sep 2 16:55:04 2013 (r326032) +++ head/www/p5-HTML-PrettyPrinter/Makefile Mon Sep 2 16:56:12 2013 (r326033) @@ -17,7 +17,8 @@ COMMENT= Generate nice HTML files from H BUILD_DEPENDS= p5-HTML-Tree>=0:${PORTSDIR}/www/p5-HTML-Tree RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= HTML::PrettyPrinter.3 Modified: head/www/p5-Image-Delivery/Makefile ============================================================================== --- head/www/p5-Image-Delivery/Makefile Mon Sep 2 16:55:04 2013 (r326032) +++ head/www/p5-Image-Delivery/Makefile Mon Sep 2 16:56:12 2013 (r326033) @@ -23,7 +23,8 @@ BUILD_DEPENDS= p5-Test-ClassAPI>=1.04:${ p5-Params-Coerce>=0.13:${PORTSDIR}/devel/p5-Params-Coerce RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Image::Delivery.3 Image::Delivery::Provider.3 Modified: head/www/p5-Plack-Middleware-AddDefaultCharset/Makefile ============================================================================== --- head/www/p5-Plack-Middleware-AddDefaultCharset/Makefile Mon Sep 2 16:55:04 2013 (r326032) +++ head/www/p5-Plack-Middleware-AddDefaultCharset/Makefile Mon Sep 2 16:56:12 2013 (r326033) @@ -18,7 +18,8 @@ RUN_DEPENDS= \ p5-Plack>=0.9925:${PORTSDIR}/www/p5-Plack BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Plack::Middleware::AddDefaultCharset.3 Modified: head/www/p5-Plack-Middleware-Throttle/Makefile ============================================================================== --- head/www/p5-Plack-Middleware-Throttle/Makefile Mon Sep 2 16:55:04 2013 (r326032) +++ head/www/p5-Plack-Middleware-Throttle/Makefile Mon Sep 2 16:56:12 2013 (r326033) @@ -21,7 +21,8 @@ RUN_DEPENDS= \ p5-Plack>0:${PORTSDIR}/www/p5-Plack BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Plack::Middleware::Throttle.3 \ Plack::Middleware::Throttle::Daily.3 \ Modified: head/www/p5-RPC-ExtDirect/Makefile ============================================================================== --- head/www/p5-RPC-ExtDirect/Makefile Mon Sep 2 16:55:04 2013 (r326032) +++ head/www/p5-RPC-ExtDirect/Makefile Mon Sep 2 16:56:12 2013 (r326033) @@ -15,7 +15,8 @@ BUILD_DEPENDS= p5-Attribute-Handlers>=0. RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Pod>=1.46:${PORTSDIR}/devel/p5-Test-Pod -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= RPC::ExtDirect.3 \ RPC::ExtDirect::API.3 \ Modified: head/www/p5-WWW-Google-Notebook/Makefile ============================================================================== --- head/www/p5-WWW-Google-Notebook/Makefile Mon Sep 2 16:55:04 2013 (r326032) +++ head/www/p5-WWW-Google-Notebook/Makefile Mon Sep 2 16:56:12 2013 (r326033) @@ -19,7 +19,8 @@ RUN_DEPENDS= p5-libwww>=0:${PORTSDIR}/ww p5-Crypt-SSLeay>=0:${PORTSDIR}/security/p5-Crypt-SSLeay BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= WWW::Google::Notebook.3 WWW::Google::Notebook::Note.3 WWW::Google::Notebook::Notebook.3 Modified: head/www/p5-WWW-HatenaLogin/Makefile ============================================================================== --- head/www/p5-WWW-HatenaLogin/Makefile Mon Sep 2 16:55:04 2013 (r326032) +++ head/www/p5-WWW-HatenaLogin/Makefile Mon Sep 2 16:56:12 2013 (r326033) @@ -19,7 +19,8 @@ BUILD_DEPENDS= p5-Crypt-SSLeay>=0:${PORT p5-WWW-Mechanize>=0:${PORTSDIR}/www/p5-WWW-Mechanize RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= WWW::HatenaLogin.3 Modified: head/www/p5-WWW-Instapaper-Client/Makefile ============================================================================== --- head/www/p5-WWW-Instapaper-Client/Makefile Mon Sep 2 16:55:04 2013 (r326032) +++ head/www/p5-WWW-Instapaper-Client/Makefile Mon Sep 2 16:56:12 2013 (r326033) @@ -15,7 +15,8 @@ BUILD_DEPENDS= p5-Class-Base>=0:${PORTSD p5-libwww>=0:${PORTSDIR}/www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= WWW::Instapaper::Client.3 Modified: head/www/p5-WWW-Mechanize-Meta/Makefile ============================================================================== --- head/www/p5-WWW-Mechanize-Meta/Makefile Mon Sep 2 16:55:04 2013 (r326032) +++ head/www/p5-WWW-Mechanize-Meta/Makefile Mon Sep 2 16:56:12 2013 (r326033) @@ -17,7 +17,8 @@ COMMENT= Adds HEAD tag parsing to WWW::M RUN_DEPENDS= p5-WWW-Mechanize>=1.20:${PORTSDIR}/www/p5-WWW-Mechanize BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= WWW::Mechanize::Meta.3 Modified: head/www/p5-WWW-TWSMS/Makefile ============================================================================== --- head/www/p5-WWW-TWSMS/Makefile Mon Sep 2 16:55:04 2013 (r326032) +++ head/www/p5-WWW-TWSMS/Makefile Mon Sep 2 16:56:12 2013 (r326033) @@ -17,7 +17,8 @@ COMMENT= A Perl interface for sending sm BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= WWW::TWSMS.3 Modified: head/www/p5-webservice-validator-css-w3c/Makefile ============================================================================== --- head/www/p5-webservice-validator-css-w3c/Makefile Mon Sep 2 16:55:04 2013 (r326032) +++ head/www/p5-webservice-validator-css-w3c/Makefile Mon Sep 2 16:56:12 2013 (r326033) @@ -16,7 +16,8 @@ BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/ p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= WebService::Validator::CSS::W3C.3