From owner-svn-ports-head@FreeBSD.ORG Tue Sep 3 13:17:40 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D63F1350; Tue, 3 Sep 2013 13:17:40 +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 C24D328F0; Tue, 3 Sep 2013 13:17:40 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r83DHeg3031784; Tue, 3 Sep 2013 13:17:40 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r83DHaZL031759; Tue, 3 Sep 2013 13:17:36 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309031317.r83DHaZL031759@svn.freebsd.org> From: Andrej Zverev Date: Tue, 3 Sep 2013 13:17:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326150 - in head/www: p5-CGI-Session-ExpireSessions p5-Catalyst-Authentication-Credential-HTTP p5-Catalyst-Plugin-AtomServer p5-HTML-ExtractContent p5-HTML-Field p5-HTML-StickyQuery-Do... 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: Tue, 03 Sep 2013 13:17:41 -0000 Author: az Date: Tue Sep 3 13:17:36 2013 New Revision: 326150 URL: http://svnweb.freebsd.org/changeset/ports/326150 Log: - convert to the new perl5 framework Approved by: portmgr (bapt@, blanket) Modified: head/www/p5-CGI-Session-ExpireSessions/Makefile (contents, props changed) head/www/p5-Catalyst-Authentication-Credential-HTTP/Makefile head/www/p5-Catalyst-Plugin-AtomServer/Makefile (contents, props changed) head/www/p5-HTML-ExtractContent/Makefile (contents, props changed) head/www/p5-HTML-Field/Makefile (contents, props changed) head/www/p5-HTML-StickyQuery-DoCoMoGUID/Makefile (contents, props changed) head/www/p5-HTTP-MobileAgent-Plugin-Locator/Makefile (contents, props changed) head/www/p5-Net-FireEagle/Makefile (contents, props changed) head/www/p5-Plack-Middleware-AMF/Makefile (contents, props changed) head/www/p5-Plack-Server-ReverseHTTP/Makefile (contents, props changed) head/www/p5-Protocol-WebSocket/Makefile (contents, props changed) head/www/p5-WWW-Contact/Makefile head/www/p5-WWW-HatenaStar/Makefile (contents, props changed) head/www/p5-WWW-Shorten-Bitly/Makefile (contents, props changed) head/www/p5-WWW-Shorten-KUSO/Makefile (contents, props changed) head/www/p5-WWW-Shorten-Yourls/Makefile (contents, props changed) head/www/p5-Web-Scraper-Config/Makefile (contents, props changed) head/www/p5-WebService-Google-Reader/Makefile (contents, props changed) head/www/p5-jQuery-File-Upload/Makefile (contents, props changed) Modified: head/www/p5-CGI-Session-ExpireSessions/Makefile ============================================================================== --- head/www/p5-CGI-Session-ExpireSessions/Makefile Tue Sep 3 13:07:03 2013 (r326149) +++ head/www/p5-CGI-Session-ExpireSessions/Makefile Tue Sep 3 13:17:36 2013 (r326150) @@ -23,6 +23,7 @@ TEST_DEPENDS= p5-Test-Pod>=0:${PORTSDIR} MAN3= CGI::Session::ExpireSessions.3 MANCOMPRESSED= no -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure .include Modified: head/www/p5-Catalyst-Authentication-Credential-HTTP/Makefile ============================================================================== --- head/www/p5-Catalyst-Authentication-Credential-HTTP/Makefile Tue Sep 3 13:07:03 2013 (r326149) +++ head/www/p5-Catalyst-Authentication-Credential-HTTP/Makefile Tue Sep 3 13:17:36 2013 (r326150) @@ -23,7 +23,8 @@ BUILD_DEPENDS= p5-Catalyst-Runtime>=0:${ p5-URI>=0:${PORTSDIR}/net/p5-URI RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Catalyst::Authentication::Credential::HTTP.3 Modified: head/www/p5-Catalyst-Plugin-AtomServer/Makefile ============================================================================== --- head/www/p5-Catalyst-Plugin-AtomServer/Makefile Tue Sep 3 13:07:03 2013 (r326149) +++ head/www/p5-Catalyst-Plugin-AtomServer/Makefile Tue Sep 3 13:17:36 2013 (r326150) @@ -23,7 +23,8 @@ RUN_DEPENDS= p5-Catalyst-Runtime>=0:${PO p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1 \ p5-XML-Atom>=0:${PORTSDIR}/textproc/p5-XML-Atom -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Catalyst::Plugin::AtomServer.3 \ Catalyst::Plugin::Authentication::Credential::Atom.3 \ Modified: head/www/p5-HTML-ExtractContent/Makefile ============================================================================== --- head/www/p5-HTML-ExtractContent/Makefile Tue Sep 3 13:07:03 2013 (r326149) +++ head/www/p5-HTML-ExtractContent/Makefile Tue Sep 3 13:17:36 2013 (r326150) @@ -20,7 +20,8 @@ RUN_DEPENDS= \ p5-HTML-Parser>0:${PORTSDIR}/www/p5-HTML-Parser BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= HTML::ExtractContent.3 Modified: head/www/p5-HTML-Field/Makefile ============================================================================== --- head/www/p5-HTML-Field/Makefile Tue Sep 3 13:07:03 2013 (r326149) +++ head/www/p5-HTML-Field/Makefile Tue Sep 3 13:17:36 2013 (r326150) @@ -17,6 +17,7 @@ COMMENT= A perl module to generate HTML MAN3= HTML::Field.3 \ HTML::FieldForm.3 -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure .include Modified: head/www/p5-HTML-StickyQuery-DoCoMoGUID/Makefile ============================================================================== --- head/www/p5-HTML-StickyQuery-DoCoMoGUID/Makefile Tue Sep 3 13:07:03 2013 (r326149) +++ head/www/p5-HTML-StickyQuery-DoCoMoGUID/Makefile Tue Sep 3 13:17:36 2013 (r326150) @@ -19,7 +19,8 @@ RUN_DEPENDS= \ p5-HTML-StickyQuery>0:${PORTSDIR}/www/p5-HTML-StickyQuery BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= HTML::StickyQuery::DoCoMoGUID.3 Modified: head/www/p5-HTTP-MobileAgent-Plugin-Locator/Makefile ============================================================================== --- head/www/p5-HTTP-MobileAgent-Plugin-Locator/Makefile Tue Sep 3 13:07:03 2013 (r326149) +++ head/www/p5-HTTP-MobileAgent-Plugin-Locator/Makefile Tue Sep 3 13:17:36 2013 (r326150) @@ -23,7 +23,8 @@ RUN_DEPENDS= \ BUILD_DEPENDS:= ${RUN_DEPENDS} TEST_DEPENDS= p5-Test-Requires>=0:${PORTSDIR}/devel/p5-Test-Requires -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= HTTP::MobileAgent::Plugin::Locator.3 Modified: head/www/p5-Net-FireEagle/Makefile ============================================================================== --- head/www/p5-Net-FireEagle/Makefile Tue Sep 3 13:07:03 2013 (r326149) +++ head/www/p5-Net-FireEagle/Makefile Tue Sep 3 13:17:36 2013 (r326150) @@ -21,7 +21,8 @@ RUN_DEPENDS= p5-Net-OAuth-Simple>=1.0:${ p5-Net-SSLeay>=1.30:${PORTSDIR}/security/p5-Net-SSLeay BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN1= fireeagle.1 MAN3= Net::FireEagle.3 Modified: head/www/p5-Plack-Middleware-AMF/Makefile ============================================================================== --- head/www/p5-Plack-Middleware-AMF/Makefile Tue Sep 3 13:07:03 2013 (r326149) +++ head/www/p5-Plack-Middleware-AMF/Makefile Tue Sep 3 13:17:36 2013 (r326150) @@ -20,7 +20,8 @@ RUN_DEPENDS= \ p5-UNIVERSAL-require>0:${PORTSDIR}/devel/p5-UNIVERSAL-require BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Plack::Middleware::AMF.3 Modified: head/www/p5-Plack-Server-ReverseHTTP/Makefile ============================================================================== --- head/www/p5-Plack-Server-ReverseHTTP/Makefile Tue Sep 3 13:07:03 2013 (r326149) +++ head/www/p5-Plack-Server-ReverseHTTP/Makefile Tue Sep 3 13:17:36 2013 (r326150) @@ -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::Server::ReverseHTTP.3 Modified: head/www/p5-Protocol-WebSocket/Makefile ============================================================================== --- head/www/p5-Protocol-WebSocket/Makefile Tue Sep 3 13:07:03 2013 (r326149) +++ head/www/p5-Protocol-WebSocket/Makefile Tue Sep 3 13:17:36 2013 (r326150) @@ -19,7 +19,8 @@ COMMENT= Client/server WebSocket message BUILD_DEPENDS= p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1 RUN_DEPENDS= p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1 -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Protocol::WebSocket.3 \ Protocol::WebSocket::Cookie.3 \ Modified: head/www/p5-WWW-Contact/Makefile ============================================================================== --- head/www/p5-WWW-Contact/Makefile Tue Sep 3 13:07:03 2013 (r326149) +++ head/www/p5-WWW-Contact/Makefile Tue Sep 3 13:17:36 2013 (r326150) @@ -27,7 +27,8 @@ BUILD_DEPENDS= p5-Crypt-SSLeay>=0:${PORT p5-WWW-Mechanize-GZip>=0:${PORTSDIR}/www/p5-WWW-Mechanize-GZip RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= WWW::Contact.3 \ WWW::Contact::AOL.3 \ Modified: head/www/p5-WWW-HatenaStar/Makefile ============================================================================== --- head/www/p5-WWW-HatenaStar/Makefile Tue Sep 3 13:07:03 2013 (r326149) +++ head/www/p5-WWW-HatenaStar/Makefile Tue Sep 3 13:17:36 2013 (r326150) @@ -24,6 +24,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} MAN3= WWW::HatenaStar.3 -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure .include Modified: head/www/p5-WWW-Shorten-Bitly/Makefile ============================================================================== --- head/www/p5-WWW-Shorten-Bitly/Makefile Tue Sep 3 13:07:03 2013 (r326149) +++ head/www/p5-WWW-Shorten-Bitly/Makefile Tue Sep 3 13:17:36 2013 (r326150) @@ -19,7 +19,8 @@ BUILD_DEPENDS= p5-JSON-Any>=1.18:${PORTS p5-XML-Simple>=2.18:${PORTSDIR}/textproc/p5-XML-Simple RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN1= bitly_url.1 MAN3= WWW::Shorten::Bitly.3 Modified: head/www/p5-WWW-Shorten-KUSO/Makefile ============================================================================== --- head/www/p5-WWW-Shorten-KUSO/Makefile Tue Sep 3 13:07:03 2013 (r326149) +++ head/www/p5-WWW-Shorten-KUSO/Makefile Tue Sep 3 13:17:36 2013 (r326150) @@ -17,7 +17,8 @@ COMMENT= Shorten URL using http://KUSO.C BUILD_DEPENDS= p5-WWW-Shorten>=0:${PORTSDIR}/www/p5-WWW-Shorten RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= WWW::Shorten::KUSO.3 Modified: head/www/p5-WWW-Shorten-Yourls/Makefile ============================================================================== --- head/www/p5-WWW-Shorten-Yourls/Makefile Tue Sep 3 13:07:03 2013 (r326149) +++ head/www/p5-WWW-Shorten-Yourls/Makefile Tue Sep 3 13:17:36 2013 (r326150) @@ -15,7 +15,8 @@ BUILD_DEPENDS= p5-JSON-Any>=1.18:${PORTS p5-XML-Simple>=2.18:${PORTSDIR}/textproc/p5-XML-Simple RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= WWW::Shorten::Yourls.3 Modified: head/www/p5-Web-Scraper-Config/Makefile ============================================================================== --- head/www/p5-Web-Scraper-Config/Makefile Tue Sep 3 13:07:03 2013 (r326149) +++ head/www/p5-Web-Scraper-Config/Makefile Tue Sep 3 13:17:36 2013 (r326150) @@ -23,7 +23,8 @@ RUN_DEPENDS= p5-Config-Any>=0:${PORTSDIR p5-URI>=0:${PORTSDIR}/net/p5-URI \ p5-Web-Scraper>=0:${PORTSDIR}/www/p5-Web-Scraper -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Web::Scraper::Config.3 Modified: head/www/p5-WebService-Google-Reader/Makefile ============================================================================== --- head/www/p5-WebService-Google-Reader/Makefile Tue Sep 3 13:07:03 2013 (r326149) +++ head/www/p5-WebService-Google-Reader/Makefile Tue Sep 3 13:17:36 2013 (r326150) @@ -27,7 +27,8 @@ BUILD_DEPENDS= p5-JSON-XS>=2:${PORTSDIR} RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= WebService::Google::Reader.3 \ WebService::Google::Reader::Constants.3 \ Modified: head/www/p5-jQuery-File-Upload/Makefile ============================================================================== --- head/www/p5-jQuery-File-Upload/Makefile Tue Sep 3 13:07:03 2013 (r326149) +++ head/www/p5-jQuery-File-Upload/Makefile Tue Sep 3 13:17:36 2013 (r326150) @@ -16,7 +16,8 @@ RUN_DEPENDS= \ p5-URI>0:${PORTSDIR}/net/p5-URI BUILD_DEPENDS= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= jQuery::File::Upload.3