From owner-svn-ports-all@FreeBSD.ORG Mon Sep 2 10:00:43 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 675C3F4B; Mon, 2 Sep 2013 10:00:43 +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 47A932DE4; Mon, 2 Sep 2013 10:00:43 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r82A0hLL045001; Mon, 2 Sep 2013 10:00:43 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r82A0dR9044972; Mon, 2 Sep 2013 10:00:39 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309021000.r82A0dR9044972@svn.freebsd.org> From: Andrej Zverev Date: Mon, 2 Sep 2013 10:00:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325965 - in head/www: p5-CGI-FCKeditor p5-Catalyst-Controller-RequestToken p5-Google-Search p5-HTML-Chunks p5-HTML-Display p5-HTML-GoogleMaps p5-HTML-TableContentParser p5-HTML-Toc p5-... 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 10:00:43 -0000 Author: az Date: Mon Sep 2 10:00:38 2013 New Revision: 325965 URL: http://svnweb.freebsd.org/changeset/ports/325965 Log: - convert to the new perl5 framework Approved by: portmgr (bapt@, blanket) Modified: head/www/p5-CGI-FCKeditor/Makefile (contents, props changed) head/www/p5-Catalyst-Controller-RequestToken/Makefile head/www/p5-Google-Search/Makefile (contents, props changed) head/www/p5-HTML-Chunks/Makefile (contents, props changed) head/www/p5-HTML-Display/Makefile (contents, props changed) head/www/p5-HTML-GoogleMaps/Makefile (contents, props changed) head/www/p5-HTML-TableContentParser/Makefile head/www/p5-HTML-Toc/Makefile (contents, props changed) head/www/p5-HTTP-Parser/Makefile (contents, props changed) head/www/p5-LWP-UserAgent-Determined/Makefile (contents, props changed) head/www/p5-Mason/Makefile head/www/p5-Plack-Middleware-IEnosniff/Makefile (contents, props changed) head/www/p5-Plack-Middleware-MemoryUsage/Makefile (contents, props changed) head/www/p5-Tenjin/Makefile (contents, props changed) head/www/p5-URI-ToDisk/Makefile head/www/p5-WWW-Mechanize-DecodedContent/Makefile (contents, props changed) head/www/p5-WWW-Plurk/Makefile head/www/p5-WWW-Shorten-0rz/Makefile (contents, props changed) head/www/p5-WebService-Pushover/Makefile (contents, props changed) Modified: head/www/p5-CGI-FCKeditor/Makefile ============================================================================== --- head/www/p5-CGI-FCKeditor/Makefile Mon Sep 2 09:59:05 2013 (r325964) +++ head/www/p5-CGI-FCKeditor/Makefile Mon Sep 2 10:00:38 2013 (r325965) @@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= snowfly@yuntech.edu.tw COMMENT= This's FCKeditor Controller for Perl OOP -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= CGI::FCKeditor.3 Modified: head/www/p5-Catalyst-Controller-RequestToken/Makefile ============================================================================== --- head/www/p5-Catalyst-Controller-RequestToken/Makefile Mon Sep 2 09:59:05 2013 (r325964) +++ head/www/p5-Catalyst-Controller-RequestToken/Makefile Mon Sep 2 10:00:38 2013 (r325965) @@ -22,7 +22,8 @@ BUILD_DEPENDS= p5-Catalyst-Action-Render RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-use-ok>=0:${PORTSDIR}/devel/p5-Test-use-ok -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Catalyst::Controller::RequestToken.3 \ Catalyst::Controller::RequestToken::Action::CreateToken.3 \ Modified: head/www/p5-Google-Search/Makefile ============================================================================== --- head/www/p5-Google-Search/Makefile Mon Sep 2 09:59:05 2013 (r325964) +++ head/www/p5-Google-Search/Makefile Mon Sep 2 10:00:38 2013 (r325965) @@ -19,7 +19,8 @@ RUN_DEPENDS= p5-Any-Moose>=0:${PORTSDIR} p5-Try-Tiny>=0.07:${PORTSDIR}/lang/p5-Try-Tiny BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Google::Search.3 Google::Search::Result.3 Modified: head/www/p5-HTML-Chunks/Makefile ============================================================================== --- head/www/p5-HTML-Chunks/Makefile Mon Sep 2 09:59:05 2013 (r325964) +++ head/www/p5-HTML-Chunks/Makefile Mon Sep 2 10:00:38 2013 (r325965) @@ -16,7 +16,8 @@ COMMENT= A simple nested template engine RUN_DEPENDS= p5-IO-stringy>=0:${PORTSDIR}/devel/p5-IO-stringy -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure WRKSRC= ${WRKDIR}/${PORTNAME} Modified: head/www/p5-HTML-Display/Makefile ============================================================================== --- head/www/p5-HTML-Display/Makefile Mon Sep 2 09:59:05 2013 (r325964) +++ head/www/p5-HTML-Display/Makefile Mon Sep 2 10:00:38 2013 (r325965) @@ -21,7 +21,8 @@ RUN_DEPENDS= p5-HTML-TokeParser-Simple>= BUILD_DEPENDS:= ${RUN_DEPENDS} \ p5-Test-Harness>=2.30:${PORTSDIR}/devel/p5-Test-Harness -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= HTML::Display.3 \ HTML::Display::Common.3 \ Modified: head/www/p5-HTML-GoogleMaps/Makefile ============================================================================== --- head/www/p5-HTML-GoogleMaps/Makefile Mon Sep 2 09:59:05 2013 (r325964) +++ head/www/p5-HTML-GoogleMaps/Makefile Mon Sep 2 10:00:38 2013 (r325965) @@ -18,7 +18,8 @@ COMMENT= A simple wrapper around the Goo RUN_DEPENDS= p5-Geo-Coder-Google>=0.02:${PORTSDIR}/misc/p5-Geo-Coder-Google BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= HTML::GoogleMaps.3 Modified: head/www/p5-HTML-TableContentParser/Makefile ============================================================================== --- head/www/p5-HTML-TableContentParser/Makefile Mon Sep 2 09:59:05 2013 (r325964) +++ head/www/p5-HTML-TableContentParser/Makefile Mon Sep 2 10:00:38 2013 (r325965) @@ -12,7 +12,8 @@ COMMENT= Do interesting things with the RUN_DEPENDS= p5-HTML-Parser>=3.68:${PORTSDIR}/www/p5-HTML-Parser -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= HTML::TableContentParser.3 Modified: head/www/p5-HTML-Toc/Makefile ============================================================================== --- head/www/p5-HTML-Toc/Makefile Mon Sep 2 09:59:05 2013 (r325964) +++ head/www/p5-HTML-Toc/Makefile Mon Sep 2 10:00:38 2013 (r325965) @@ -18,6 +18,7 @@ BUILD_DEPENDS= p5-Test-Differences>=0:${ p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure .include Modified: head/www/p5-HTTP-Parser/Makefile ============================================================================== --- head/www/p5-HTTP-Parser/Makefile Mon Sep 2 09:59:05 2013 (r325964) +++ head/www/p5-HTTP-Parser/Makefile Mon Sep 2 10:00:38 2013 (r325965) @@ -19,7 +19,8 @@ BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/ RUN_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ p5-URI>=0:${PORTSDIR}/net/p5-URI -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= HTTP::Parser.3 Modified: head/www/p5-LWP-UserAgent-Determined/Makefile ============================================================================== --- head/www/p5-LWP-UserAgent-Determined/Makefile Mon Sep 2 09:59:05 2013 (r325964) +++ head/www/p5-LWP-UserAgent-Determined/Makefile Mon Sep 2 10:00:38 2013 (r325965) @@ -18,7 +18,8 @@ COMMENT= A virtual browser that retries RUN_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= LWP::UserAgent::Determined.3 Modified: head/www/p5-Mason/Makefile ============================================================================== --- head/www/p5-Mason/Makefile Mon Sep 2 09:59:05 2013 (r325964) +++ head/www/p5-Mason/Makefile Mon Sep 2 10:00:38 2013 (r325965) @@ -35,7 +35,8 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Class-Most>=0:${PORTSDIR}/devel/p5-Test-Class-Most \ p5-Test-LongString>=0:${PORTSDIR}/devel/p5-Test-LongString -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN1= mason.pl.1 MAN3= Mason.3 \ Modified: head/www/p5-Plack-Middleware-IEnosniff/Makefile ============================================================================== --- head/www/p5-Plack-Middleware-IEnosniff/Makefile Mon Sep 2 09:59:05 2013 (r325964) +++ head/www/p5-Plack-Middleware-IEnosniff/Makefile Mon Sep 2 10:00:38 2013 (r325965) @@ -14,7 +14,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::IEnosniff.3 Modified: head/www/p5-Plack-Middleware-MemoryUsage/Makefile ============================================================================== --- head/www/p5-Plack-Middleware-MemoryUsage/Makefile Mon Sep 2 09:59:05 2013 (r325964) +++ head/www/p5-Plack-Middleware-MemoryUsage/Makefile Mon Sep 2 10:00:38 2013 (r325965) @@ -15,7 +15,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::MemoryUsage.3 Modified: head/www/p5-Tenjin/Makefile ============================================================================== --- head/www/p5-Tenjin/Makefile Mon Sep 2 09:59:05 2013 (r325964) +++ head/www/p5-Tenjin/Makefile Mon Sep 2 10:00:38 2013 (r325965) @@ -18,7 +18,8 @@ RUN_DEPENDS= p5-HTML-Parser>0:${PORTSDIR BUILD_DEPENDS:= ${RUN_DEPENDS} TEST_DEPENDS= p5-Try-Tiny>0:${PORTSDIR}/lang/p5-Try-Tiny -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Tenjin.3 \ Tenjin::Context.3 \ Modified: head/www/p5-URI-ToDisk/Makefile ============================================================================== --- head/www/p5-URI-ToDisk/Makefile Mon Sep 2 09:59:05 2013 (r325964) +++ head/www/p5-URI-ToDisk/Makefile Mon Sep 2 10:00:38 2013 (r325965) @@ -18,7 +18,8 @@ RUN_DEPENDS= p5-Clone>=0.23:${PORTSDIR}/ p5-URI>=1.35:${PORTSDIR}/net/p5-URI \ p5-Params-Util>=0.31:${PORTSDIR}/devel/p5-Params-Util -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= URI::ToDisk.3 Modified: head/www/p5-WWW-Mechanize-DecodedContent/Makefile ============================================================================== --- head/www/p5-WWW-Mechanize-DecodedContent/Makefile Mon Sep 2 09:59:05 2013 (r325964) +++ head/www/p5-WWW-Mechanize-DecodedContent/Makefile Mon Sep 2 10:00:38 2013 (r325965) @@ -19,7 +19,8 @@ BUILD_DEPENDS= p5-WWW-Mechanize>=0:${POR p5-HTTP-Response-Encoding>=0:${PORTSDIR}/www/p5-HTTP-Response-Encoding RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= WWW::Mechanize::DecodedContent.3 Modified: head/www/p5-WWW-Plurk/Makefile ============================================================================== --- head/www/p5-WWW-Plurk/Makefile Mon Sep 2 09:59:05 2013 (r325964) +++ head/www/p5-WWW-Plurk/Makefile Mon Sep 2 10:00:38 2013 (r325965) @@ -19,7 +19,8 @@ RUN_DEPENDS= p5-DateTime-Format-Mail>=0: BUILD_DEPENDS:= ${RUN_DEPENDS} BUILD_DEPENDS+= p5-Test-Deep>=0:${PORTSDIR}/devel/p5-Test-Deep -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= WWW::Plurk.3 WWW::Plurk::Friend.3 WWW::Plurk::Message.3 Modified: head/www/p5-WWW-Shorten-0rz/Makefile ============================================================================== --- head/www/p5-WWW-Shorten-0rz/Makefile Mon Sep 2 09:59:05 2013 (r325964) +++ head/www/p5-WWW-Shorten-0rz/Makefile Mon Sep 2 10:00:38 2013 (r325965) @@ -19,7 +19,8 @@ BUILD_DEPENDS= p5-WWW-Shorten>=0:${PORTS RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= WWW::Shorten::0rz.3 Modified: head/www/p5-WebService-Pushover/Makefile ============================================================================== --- head/www/p5-WebService-Pushover/Makefile Mon Sep 2 09:59:05 2013 (r325964) +++ head/www/p5-WebService-Pushover/Makefile Mon Sep 2 10:00:38 2013 (r325965) @@ -17,7 +17,8 @@ RUN_DEPENDS= p5-DateTime>=0:${PORTSDIR}/ p5-URI>=0:${PORTSDIR}/net/p5-URI \ p5-WebService-Simple>=0:${PORTSDIR}/www/p5-WebService-Simple -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= WebService::Pushover.3