From owner-svn-ports-all@FreeBSD.ORG Mon Sep 2 15:12:14 2013 Return-Path: Delivered-To: svn-ports-all@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 ABBA41B5; Mon, 2 Sep 2013 15:12:14 +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 966112A8D; Mon, 2 Sep 2013 15:12:14 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r82FCEpA029500; Mon, 2 Sep 2013 15:12:14 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r82FCAbn029473; Mon, 2 Sep 2013 15:12:10 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309021512.r82FCAbn029473@svn.freebsd.org> From: Andrej Zverev Date: Mon, 2 Sep 2013 15:12:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326003 - in head/www: p5-AnyEvent-HTTPD p5-CGI-Application-PSGI p5-CGI-Application-Plugin-ValidateRM p5-CGI-Session p5-CSS-Inliner p5-Catalyst-View-JSON p5-CatalystX-Component-Traits 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-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Sep 2013 15:12:14 -0000 Author: az Date: Mon Sep 2 15:12:10 2013 New Revision: 326003 URL: http://svnweb.freebsd.org/changeset/ports/326003 Log: - convert to the new perl5 framework Approved by: portmgr (bapt@, blanket) Modified: head/www/p5-AnyEvent-HTTPD/Makefile head/www/p5-CGI-Application-PSGI/Makefile (contents, props changed) head/www/p5-CGI-Application-Plugin-ValidateRM/Makefile (contents, props changed) head/www/p5-CGI-Session/Makefile (contents, props changed) head/www/p5-CSS-Inliner/Makefile (contents, props changed) head/www/p5-Catalyst-View-JSON/Makefile (contents, props changed) head/www/p5-CatalystX-Component-Traits/Makefile (contents, props changed) head/www/p5-Dancer-Plugin-SiteMap/Makefile head/www/p5-Fliggy/Makefile (contents, props changed) head/www/p5-Gtk2-WebKit/Makefile (contents, props changed) head/www/p5-HTML-FormFu-Model-DBIC/Makefile (contents, props changed) head/www/p5-HTML-FromText/Makefile (contents, props changed) head/www/p5-HTML-LinkExtractor/Makefile (contents, props changed) head/www/p5-Plack-Middleware-Auth-Digest/Makefile (contents, props changed) head/www/p5-Squatting-On-PSGI/Makefile (contents, props changed) head/www/p5-Template-Stash-AutoEscape/Makefile (contents, props changed) head/www/p5-W3C-LogValidator/Makefile (contents, props changed) head/www/p5-WWW-Google-News-TW/Makefile (contents, props changed) head/www/surfraw/Makefile (contents, props changed) Modified: head/www/p5-AnyEvent-HTTPD/Makefile ============================================================================== --- head/www/p5-AnyEvent-HTTPD/Makefile Mon Sep 2 14:39:52 2013 (r326002) +++ head/www/p5-AnyEvent-HTTPD/Makefile Mon Sep 2 15:12:10 2013 (r326003) @@ -20,7 +20,8 @@ RUN_DEPENDS= p5-AnyEvent>=0:${PORTSDIR}/ p5-common-sense>=2.0:${PORTSDIR}/devel/p5-common-sense \ p5-URI>=1.40:${PORTSDIR}/net/p5-URI -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= AnyEvent::HTTPD.3 AnyEvent::HTTPD::Request.3 AnyEvent::HTTPD::Util.3 AnyEvent::HTTPD::HTTPServer.3 AnyEvent::HTTPD::HTTPConnection.3 Modified: head/www/p5-CGI-Application-PSGI/Makefile ============================================================================== --- head/www/p5-CGI-Application-PSGI/Makefile Mon Sep 2 14:39:52 2013 (r326002) +++ head/www/p5-CGI-Application-PSGI/Makefile Mon Sep 2 15:12:10 2013 (r326003) @@ -19,7 +19,8 @@ RUN_DEPENDS= \ p5-CGI-PSGI>0:${PORTSDIR}/www/p5-CGI-PSGI BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= CGI::Application::PSGI.3 Modified: head/www/p5-CGI-Application-Plugin-ValidateRM/Makefile ============================================================================== --- head/www/p5-CGI-Application-Plugin-ValidateRM/Makefile Mon Sep 2 14:39:52 2013 (r326002) +++ head/www/p5-CGI-Application-Plugin-ValidateRM/Makefile Mon Sep 2 15:12:10 2013 (r326003) @@ -19,7 +19,8 @@ BUILD_DEPENDS= p5-HTML-FillInForm>=0:${P p5-CGI-Application>=0:${PORTSDIR}/www/p5-CGI-Application RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} Modified: head/www/p5-CGI-Session/Makefile ============================================================================== --- head/www/p5-CGI-Session/Makefile Mon Sep 2 14:39:52 2013 (r326002) +++ head/www/p5-CGI-Session/Makefile Mon Sep 2 15:12:10 2013 (r326003) @@ -15,7 +15,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= kuriyama@FreeBSD.org COMMENT= Perl extension for persistent session management -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= \ CGI::Session.3 \ Modified: head/www/p5-CSS-Inliner/Makefile ============================================================================== --- head/www/p5-CSS-Inliner/Makefile Mon Sep 2 14:39:52 2013 (r326002) +++ head/www/p5-CSS-Inliner/Makefile Mon Sep 2 15:12:10 2013 (r326003) @@ -25,7 +25,8 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Pod>=1:${PORTSDIR}/devel/p5-Test-Pod -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= CSS::Inliner.3 CSS::Inliner::Parser.3 PLIST_FILES= %%SITE_PERL%%/CSS/Inliner.pm \ Modified: head/www/p5-Catalyst-View-JSON/Makefile ============================================================================== --- head/www/p5-Catalyst-View-JSON/Makefile Mon Sep 2 14:39:52 2013 (r326002) +++ head/www/p5-Catalyst-View-JSON/Makefile Mon Sep 2 15:12:10 2013 (r326003) @@ -20,7 +20,8 @@ BUILD_DEPENDS= p5-Catalyst-Runtime>=5.60 p5-MRO-Compat>0:${PORTSDIR}/devel/p5-MRO-Compat RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Catalyst::Helper::View::JSON.3 Catalyst::View::JSON.3 Modified: head/www/p5-CatalystX-Component-Traits/Makefile ============================================================================== --- head/www/p5-CatalystX-Component-Traits/Makefile Mon Sep 2 14:39:52 2013 (r326002) +++ head/www/p5-CatalystX-Component-Traits/Makefile Mon Sep 2 15:12:10 2013 (r326003) @@ -20,7 +20,8 @@ RUN_DEPENDS= p5-Catalyst-Runtime>=5.8000 p5-namespace-autoclean>=0:${PORTSDIR}/devel/p5-namespace-autoclean BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= CatalystX::Component::Traits.3 Modified: head/www/p5-Dancer-Plugin-SiteMap/Makefile ============================================================================== --- head/www/p5-Dancer-Plugin-SiteMap/Makefile Mon Sep 2 14:39:52 2013 (r326002) +++ head/www/p5-Dancer-Plugin-SiteMap/Makefile Mon Sep 2 15:12:10 2013 (r326003) @@ -19,7 +19,8 @@ BUILD_DEPENDS= p5-Dancer>=1.175:${PORTSD RUN_DEPENDS= p5-Dancer>=1.175:${PORTSDIR}/www/p5-Dancer \ p5-XML-Simple>0:${PORTSDIR}/textproc/p5-XML-Simple -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Dancer::Plugin::SiteMap.3 Modified: head/www/p5-Fliggy/Makefile ============================================================================== --- head/www/p5-Fliggy/Makefile Mon Sep 2 14:39:52 2013 (r326002) +++ head/www/p5-Fliggy/Makefile Mon Sep 2 15:12:10 2013 (r326003) @@ -20,7 +20,8 @@ RUN_DEPENDS= \ BUILD_DEPENDS:= ${RUN_DEPENDS} TEST_DEPENDS= p5-Test-TCP>0:${PORTSDIR}/devel/p5-Test-TCP -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Fliggy.3 \ Fliggy::Server.3 \ Modified: head/www/p5-Gtk2-WebKit/Makefile ============================================================================== --- head/www/p5-Gtk2-WebKit/Makefile Mon Sep 2 14:39:52 2013 (r326002) +++ head/www/p5-Gtk2-WebKit/Makefile Mon Sep 2 15:12:10 2013 (r326003) @@ -28,7 +28,8 @@ MAKE_JOBS_UNSAFE= yes NO_PACKAGE= Man page creation hangs on some systems for unknown reasons -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Gtk2::WebKit.3 \ Gtk2::WebKit::Download.3 \ Modified: head/www/p5-HTML-FormFu-Model-DBIC/Makefile ============================================================================== --- head/www/p5-HTML-FormFu-Model-DBIC/Makefile Mon Sep 2 14:39:52 2013 (r326002) +++ head/www/p5-HTML-FormFu-Model-DBIC/Makefile Mon Sep 2 15:12:10 2013 (r326003) @@ -23,7 +23,8 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-DateTime-Format-SQLite>=0:${PORTSDIR}/devel/p5-DateTime-Format-SQLite \ p5-SQL-Translator>=0:${PORTSDIR}/databases/p5-SQL-Translator -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= HTML::FormFu::Constraint::DBIC::Unique.3 \ HTML::FormFu::Model::DBIC.3 Modified: head/www/p5-HTML-FromText/Makefile ============================================================================== --- head/www/p5-HTML-FromText/Makefile Mon Sep 2 14:39:52 2013 (r326002) +++ head/www/p5-HTML-FromText/Makefile Mon Sep 2 15:12:10 2013 (r326003) @@ -17,7 +17,8 @@ BUILD_DEPENDS= p5-Email-Find>=0.09:${POR p5-HTML-Parser>=1.26:${PORTSDIR}/www/p5-HTML-Parser RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN1= text2html.1 MAN3= HTML::FromText.3 Modified: head/www/p5-HTML-LinkExtractor/Makefile ============================================================================== --- head/www/p5-HTML-LinkExtractor/Makefile Mon Sep 2 14:39:52 2013 (r326002) +++ head/www/p5-HTML-LinkExtractor/Makefile Mon Sep 2 15:12:10 2013 (r326003) @@ -19,7 +19,8 @@ BUILD_DEPENDS= p5-HTML-TokeParser-Simple p5-URI>=0:${PORTSDIR}/net/p5-URI RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= HTML::LinkExtractor.3 Modified: head/www/p5-Plack-Middleware-Auth-Digest/Makefile ============================================================================== --- head/www/p5-Plack-Middleware-Auth-Digest/Makefile Mon Sep 2 14:39:52 2013 (r326002) +++ head/www/p5-Plack-Middleware-Auth-Digest/Makefile Mon Sep 2 15:12:10 2013 (r326003) @@ -20,7 +20,8 @@ RUN_DEPENDS= \ BUILD_DEPENDS:= ${RUN_DEPENDS} TEST_DEPENDS= p5-Test-TCP>=0:${PORTSDIR}/devel/p5-Test-TCP -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Plack::Middleware::Auth::Digest.3 Modified: head/www/p5-Squatting-On-PSGI/Makefile ============================================================================== --- head/www/p5-Squatting-On-PSGI/Makefile Mon Sep 2 14:39:52 2013 (r326002) +++ head/www/p5-Squatting-On-PSGI/Makefile Mon Sep 2 15:12:10 2013 (r326003) @@ -23,7 +23,8 @@ TEST_DEPENDS= \ p5-Test-Requires>0:${PORTSDIR}/devel/p5-Test-Requires \ p5-Test-TCP>0:${PORTSDIR}/devel/p5-Test-TCP -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Squatting::On::PSGI.3 Modified: head/www/p5-Template-Stash-AutoEscape/Makefile ============================================================================== --- head/www/p5-Template-Stash-AutoEscape/Makefile Mon Sep 2 14:39:52 2013 (r326002) +++ head/www/p5-Template-Stash-AutoEscape/Makefile Mon Sep 2 15:12:10 2013 (r326003) @@ -21,7 +21,8 @@ RUN_DEPENDS= \ BUILD_DEPENDS:= ${RUN_DEPENDS} TEST_DEPENDS= p5-URI>=0:${PORTSDIR}/net/p5-URI -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Template::Stash::AutoEscape.3 Modified: head/www/p5-W3C-LogValidator/Makefile ============================================================================== --- head/www/p5-W3C-LogValidator/Makefile Mon Sep 2 14:39:52 2013 (r326002) +++ head/www/p5-W3C-LogValidator/Makefile Mon Sep 2 15:12:10 2013 (r326003) @@ -24,7 +24,8 @@ BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/ ${LOCALBASE}/bin/checklink:${PORTSDIR}/www/p5-W3C-LinkChecker RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= W3C::LogValidator.3 \ W3C::LogValidator::Basic.3 \ Modified: head/www/p5-WWW-Google-News-TW/Makefile ============================================================================== --- head/www/p5-WWW-Google-News-TW/Makefile Mon Sep 2 14:39:52 2013 (r326002) +++ head/www/p5-WWW-Google-News-TW/Makefile Mon Sep 2 15:12:10 2013 (r326003) @@ -20,7 +20,8 @@ BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/ p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= WWW::Google::News::TW.3 Modified: head/www/surfraw/Makefile ============================================================================== --- head/www/surfraw/Makefile Mon Sep 2 14:39:52 2013 (r326002) +++ head/www/surfraw/Makefile Mon Sep 2 15:12:10 2013 (r326003) @@ -10,7 +10,7 @@ COMMENT= Command line interface to popul GNU_CONFIGURE= yes USE_GMAKE= yes -USE_PERL5= yes +USES= perl5 MAN1= elvi.1sr \ opensearch-discover.1 \