From owner-svn-ports-all@FreeBSD.ORG Mon Sep 2 11:04: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 B3114D9C; Mon, 2 Sep 2013 11:04: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 936BD230E; Mon, 2 Sep 2013 11:04: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 r82B4EMp082620; Mon, 2 Sep 2013 11:04:14 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r82B4A5F082590; Mon, 2 Sep 2013 11:04:10 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309021104.r82B4A5F082590@svn.freebsd.org> From: Andrej Zverev Date: Mon, 2 Sep 2013 11:04:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325974 - in head/www: get_flash_videos p5-Any-URI-Escape p5-Apache-Htgroup p5-Business-PayPal p5-CGI-Application-Plugin-DevPopup p5-CGI-Emulate-PSGI p5-CIF-Client p5-Catalyst-Component... 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 11:04:14 -0000 Author: az Date: Mon Sep 2 11:04:10 2013 New Revision: 325974 URL: http://svnweb.freebsd.org/changeset/ports/325974 Log: - convert to the new perl5 framework Approved by: portmgr (bapt@, blanket) Modified: head/www/get_flash_videos/Makefile (contents, props changed) head/www/p5-Any-URI-Escape/Makefile head/www/p5-Apache-Htgroup/Makefile (contents, props changed) head/www/p5-Business-PayPal/Makefile head/www/p5-CGI-Application-Plugin-DevPopup/Makefile (contents, props changed) head/www/p5-CGI-Emulate-PSGI/Makefile (contents, props changed) head/www/p5-CIF-Client/Makefile head/www/p5-Catalyst-Component-InstancePerContext/Makefile (contents, props changed) head/www/p5-Catalyst-Plugin-Log-Dispatch/Makefile (contents, props changed) head/www/p5-Facebook-Graph/Makefile (contents, props changed) head/www/p5-HTML-RSSAutodiscovery/Makefile (contents, props changed) head/www/p5-HTML-Summary/Makefile (contents, props changed) head/www/p5-HTTP-Engine/Makefile (contents, props changed) head/www/p5-HTTP-Exception/Makefile (contents, props changed) head/www/p5-HTTPD-Log-Filter/Makefile (contents, props changed) head/www/p5-Plack-Handler-AnyEvent-ReverseHTTP/Makefile (contents, props changed) head/www/p5-PodToHTML/Makefile (contents, props changed) head/www/p5-TestGen4Web-Runner/Makefile (contents, props changed) head/www/p5-WWW-Shorten-isgd/Makefile (contents, props changed) Modified: head/www/get_flash_videos/Makefile ============================================================================== --- head/www/get_flash_videos/Makefile Mon Sep 2 10:52:58 2013 (r325973) +++ head/www/get_flash_videos/Makefile Mon Sep 2 11:04:10 2013 (r325974) @@ -29,7 +29,7 @@ RUN_DEPENDS= \ rtmpdump>=2.4.0:${PORTSDIR}/multimedia/rtmpdump FETCH_ARGS= -Fpr # work around 302 redirect at github -USE_PERL5= yes +USES= perl5 NO_BUILD= yes NO_WRKSUBDIR= yes Modified: head/www/p5-Any-URI-Escape/Makefile ============================================================================== --- head/www/p5-Any-URI-Escape/Makefile Mon Sep 2 10:52:58 2013 (r325973) +++ head/www/p5-Any-URI-Escape/Makefile Mon Sep 2 11:04:10 2013 (r325974) @@ -15,7 +15,8 @@ RUN_DEPENDS:= p5-URI-Escape-XS>=0:${PORT LICENSE= ART10 GPLv1 LICENSE_COMB= dual -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Any::URI::Escape.3 Modified: head/www/p5-Apache-Htgroup/Makefile ============================================================================== --- head/www/p5-Apache-Htgroup/Makefile Mon Sep 2 10:52:58 2013 (r325973) +++ head/www/p5-Apache-Htgroup/Makefile Mon Sep 2 11:04:10 2013 (r325974) @@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= otaviof@gmail.com COMMENT= Manage Apache authentication group files -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Apache::Htgroup.3 Modified: head/www/p5-Business-PayPal/Makefile ============================================================================== --- head/www/p5-Business-PayPal/Makefile Mon Sep 2 10:52:58 2013 (r325973) +++ head/www/p5-Business-PayPal/Makefile Mon Sep 2 11:04:10 2013 (r325974) @@ -15,7 +15,8 @@ RUN_DEPENDS= p5-Net-SSLeay>=1.35:${PORTS p5-Digest-MD5>=2.52:${PORTSDIR}/security/p5-Digest-MD5 BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Business::PayPal.3 Modified: head/www/p5-CGI-Application-Plugin-DevPopup/Makefile ============================================================================== --- head/www/p5-CGI-Application-Plugin-DevPopup/Makefile Mon Sep 2 10:52:58 2013 (r325973) +++ head/www/p5-CGI-Application-Plugin-DevPopup/Makefile Mon Sep 2 11:04:10 2013 (r325974) @@ -18,7 +18,8 @@ BUILD_DEPENDS= p5-CGI-Application>=4.01: p5-IO-stringy>0:${PORTSDIR}/devel/p5-IO-stringy RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= CGI::Application::Plugin::DevPopup.3 \ CGI::Application::Plugin::DevPopup::HTTPHeaders.3 \ Modified: head/www/p5-CGI-Emulate-PSGI/Makefile ============================================================================== --- head/www/p5-CGI-Emulate-PSGI/Makefile Mon Sep 2 10:52:58 2013 (r325973) +++ head/www/p5-CGI-Emulate-PSGI/Makefile Mon Sep 2 11:04:10 2013 (r325974) @@ -14,7 +14,8 @@ RUN_DEPENDS= \ p5-libwww>0:${PORTSDIR}/www/p5-libwww BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= CGI::Emulate::PSGI.3 \ CGI::Parse::PSGI.3 Modified: head/www/p5-CIF-Client/Makefile ============================================================================== --- head/www/p5-CIF-Client/Makefile Mon Sep 2 10:52:58 2013 (r325973) +++ head/www/p5-CIF-Client/Makefile Mon Sep 2 11:04:10 2013 (r325974) @@ -34,7 +34,8 @@ BUILD_DEPENDS= p5-Class-Accessor>=0.31:$ p5-Text-Table>=1.114:${PORTSDIR}/textproc/p5-Text-Table RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= CIF::Client.3 Modified: head/www/p5-Catalyst-Component-InstancePerContext/Makefile ============================================================================== --- head/www/p5-Catalyst-Component-InstancePerContext/Makefile Mon Sep 2 10:52:58 2013 (r325973) +++ head/www/p5-Catalyst-Component-InstancePerContext/Makefile Mon Sep 2 11:04:10 2013 (r325974) @@ -18,7 +18,8 @@ BUILD_DEPENDS= p5-Catalyst-Runtime>=0:${ p5-Moose>=0:${PORTSDIR}/devel/p5-Moose RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Catalyst::Component::InstancePerContext.3 Modified: head/www/p5-Catalyst-Plugin-Log-Dispatch/Makefile ============================================================================== --- head/www/p5-Catalyst-Plugin-Log-Dispatch/Makefile Mon Sep 2 10:52:58 2013 (r325973) +++ head/www/p5-Catalyst-Plugin-Log-Dispatch/Makefile Mon Sep 2 11:04:10 2013 (r325974) @@ -20,7 +20,8 @@ BUILD_DEPENDS= p5-Log-Dispatch>=2.13:${P p5-UNIVERSAL-require>=0:${PORTSDIR}/devel/p5-UNIVERSAL-require RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Catalyst::Plugin::Log::Dispatch.3 Modified: head/www/p5-Facebook-Graph/Makefile ============================================================================== --- head/www/p5-Facebook-Graph/Makefile Mon Sep 2 10:52:58 2013 (r325973) +++ head/www/p5-Facebook-Graph/Makefile Mon Sep 2 11:04:10 2013 (r325974) @@ -21,7 +21,8 @@ RUN_DEPENDS= \ p5-URI>=1.54:${PORTSDIR}/net/p5-URI BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Facebook::Graph.3 \ Facebook::Graph::AccessToken.3 \ Modified: head/www/p5-HTML-RSSAutodiscovery/Makefile ============================================================================== --- head/www/p5-HTML-RSSAutodiscovery/Makefile Mon Sep 2 10:52:58 2013 (r325973) +++ head/www/p5-HTML-RSSAutodiscovery/Makefile Mon Sep 2 11:04:10 2013 (r325974) @@ -18,7 +18,8 @@ BUILD_DEPENDS= p5-HTML-Parser>=0:${PORTS p5-libwww>=0:${PORTSDIR}/www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= HTML::RSSAutodiscovery.3 Modified: head/www/p5-HTML-Summary/Makefile ============================================================================== --- head/www/p5-HTML-Summary/Makefile Mon Sep 2 10:52:58 2013 (r325973) +++ head/www/p5-HTML-Summary/Makefile Mon Sep 2 11:04:10 2013 (r325974) @@ -16,7 +16,8 @@ COMMENT= Produces summaries from the tex BUILD_DEPENDS= p5-HTML-Tree>=0:${PORTSDIR}/www/p5-HTML-Tree -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= HTML::Summary.3 Text::Sentence.3 Lingua::JA::Jtruncate.3 Modified: head/www/p5-HTTP-Engine/Makefile ============================================================================== --- head/www/p5-HTTP-Engine/Makefile Mon Sep 2 10:52:58 2013 (r325973) +++ head/www/p5-HTTP-Engine/Makefile Mon Sep 2 11:04:10 2013 (r325974) @@ -31,7 +31,8 @@ TEST_DEPENDS= \ p5-IO-stringy>0:${PORTSDIR}/devel/p5-IO-stringy \ p5-MouseX-Types>=0.05:${PORTSDIR}/devel/p5-MouseX-Types -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= HTTP::Engine.3 \ HTTP::Engine::Cookbook.3 \ Modified: head/www/p5-HTTP-Exception/Makefile ============================================================================== --- head/www/p5-HTTP-Exception/Makefile Mon Sep 2 10:52:58 2013 (r325973) +++ head/www/p5-HTTP-Exception/Makefile Mon Sep 2 11:04:10 2013 (r325974) @@ -22,7 +22,8 @@ TEST_DEPENDS= \ p5-Test-Exception>=0.29:${PORTSDIR}/devel/p5-Test-Exception \ p5-Test-NoWarnings>=1.04:${PORTSDIR}/devel/p5-Test-NoWarnings -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= HTTP::Exception.3 \ HTTP::Exception::1XX.3 \ Modified: head/www/p5-HTTPD-Log-Filter/Makefile ============================================================================== --- head/www/p5-HTTPD-Log-Filter/Makefile Mon Sep 2 10:52:58 2013 (r325973) +++ head/www/p5-HTTPD-Log-Filter/Makefile Mon Sep 2 11:04:10 2013 (r325974) @@ -18,7 +18,8 @@ COMMENT= Perl module to filter entries o BUILD_DEPENDS= p5-IO-Zlib>=0:${PORTSDIR}/archivers/p5-IO-Zlib RUN_DEPENDS= p5-IO-Zlib>=0:${PORTSDIR}/archivers/p5-IO-Zlib -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN1= exclude_robots.1 MAN3= HTTPD::Log::Filter.3 Modified: head/www/p5-Plack-Handler-AnyEvent-ReverseHTTP/Makefile ============================================================================== --- head/www/p5-Plack-Handler-AnyEvent-ReverseHTTP/Makefile Mon Sep 2 10:52:58 2013 (r325973) +++ head/www/p5-Plack-Handler-AnyEvent-ReverseHTTP/Makefile Mon Sep 2 11:04:10 2013 (r325974) @@ -20,7 +20,8 @@ RUN_DEPENDS= \ p5-Plack>=0.99:${PORTSDIR}/www/p5-Plack BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Plack::Handler::AnyEvent::ReverseHTTP.3 Modified: head/www/p5-PodToHTML/Makefile ============================================================================== --- head/www/p5-PodToHTML/Makefile Mon Sep 2 10:52:58 2013 (r325973) +++ head/www/p5-PodToHTML/Makefile Mon Sep 2 11:04:10 2013 (r325974) @@ -21,7 +21,8 @@ BUILD_DEPENDS= p5-URI>=0:${PORTSDIR}/net p5-HTML-Format>=0:${PORTSDIR}/textproc/p5-HTML-Format RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN1= podtohtml.1 MAN3= Pod::HTML_Elements.3 \ Modified: head/www/p5-TestGen4Web-Runner/Makefile ============================================================================== --- head/www/p5-TestGen4Web-Runner/Makefile Mon Sep 2 10:52:58 2013 (r325973) +++ head/www/p5-TestGen4Web-Runner/Makefile Mon Sep 2 11:04:10 2013 (r325974) @@ -22,7 +22,8 @@ BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/ p5-XML-Simple>=0:${PORTSDIR}/textproc/p5-XML-Simple RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= TestGen4Web::Runner.3 Modified: head/www/p5-WWW-Shorten-isgd/Makefile ============================================================================== --- head/www/p5-WWW-Shorten-isgd/Makefile Mon Sep 2 10:52:58 2013 (r325973) +++ head/www/p5-WWW-Shorten-isgd/Makefile Mon Sep 2 11:04:10 2013 (r325974) @@ -17,7 +17,8 @@ COMMENT= Abstract interface to is.gd, on BUILD_DEPENDS= p5-WWW-Shorten>=1.97:${PORTSDIR}/www/p5-WWW-Shorten RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= WWW::Shorten::isgd.3