From owner-svn-ports-all@FreeBSD.ORG Mon Dec 17 10:22:04 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7C47658D; Mon, 17 Dec 2012 10:22:04 +0000 (UTC) (envelope-from az@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 5E5798FC13; Mon, 17 Dec 2012 10:22:04 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBHAM4Ut067486; Mon, 17 Dec 2012 10:22:04 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBHAM2bP067477; Mon, 17 Dec 2012 10:22:02 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201212171022.qBHAM2bP067477@svn.freebsd.org> From: Andrej Zverev Date: Mon, 17 Dec 2012 10:22:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r309079 - in head/www: p5-Apache-ASP p5-Catalyst-Authentication-Credential-OpenID p5-Catalyst-Plugin-Cache p5-CatalystX-InjectComponent p5-FCGI-Engine p5-FEAR-API p5-Jifty p5-WWW-Mechan... 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, 17 Dec 2012 10:22:04 -0000 Author: az Date: Mon Dec 17 10:22:02 2012 New Revision: 309079 URL: http://svnweb.freebsd.org/changeset/ports/309079 Log: Cleanup supporting perl version 5.8 and 5.10, lang/perl5.8 and lang/5.10 will be removed from ports tree soon. Modified: head/www/p5-Apache-ASP/Makefile (contents, props changed) head/www/p5-Catalyst-Authentication-Credential-OpenID/Makefile head/www/p5-Catalyst-Plugin-Cache/Makefile (contents, props changed) head/www/p5-CatalystX-InjectComponent/Makefile (contents, props changed) head/www/p5-FCGI-Engine/Makefile (contents, props changed) head/www/p5-FEAR-API/Makefile (contents, props changed) head/www/p5-Jifty/Makefile (contents, props changed) head/www/p5-WWW-Mechanize-GZip/Makefile (contents, props changed) head/www/p5-WWW-Mechanize-Pluggable/Makefile (contents, props changed) Modified: head/www/p5-Apache-ASP/Makefile ============================================================================== --- head/www/p5-Apache-ASP/Makefile Mon Dec 17 10:18:30 2012 (r309078) +++ head/www/p5-Apache-ASP/Makefile Mon Dec 17 10:22:02 2012 (r309079) @@ -42,10 +42,4 @@ MAN3= Apache::ASP.3 \ Bundle::Apache::ASP.3 \ Bundle::Apache::ASP::Extra.3 -.include - -.if ${PERL_LEVEL} < 501000 -RUN_DEPENDS+= p5-IO-Compress>=0:${PORTSDIR}/archivers/p5-IO-Compress -.endif - -.include +.include Modified: head/www/p5-Catalyst-Authentication-Credential-OpenID/Makefile ============================================================================== --- head/www/p5-Catalyst-Authentication-Credential-OpenID/Makefile Mon Dec 17 10:18:30 2012 (r309078) +++ head/www/p5-Catalyst-Authentication-Credential-OpenID/Makefile Mon Dec 17 10:22:02 2012 (r309079) @@ -33,14 +33,7 @@ PERL_CONFIGURE= yes MAN3= Catalyst::Authentication::Credential::OpenID.3 -.include - -.if ${PERL_LEVEL} < 501001 -BUILD_DEPENDS+= p5-parent>=0:${PORTSDIR}/devel/p5-parent -RUN_DEPENDS+= p5-parent>=0:${PORTSDIR}/devel/p5-parent -.endif - post-patch: @${REINPLACE_CMD} -e '/Module::Install::AuthorTests/d' ${WRKSRC}/Makefile.PL -.include +.include Modified: head/www/p5-Catalyst-Plugin-Cache/Makefile ============================================================================== --- head/www/p5-Catalyst-Plugin-Cache/Makefile Mon Dec 17 10:18:30 2012 (r309078) +++ head/www/p5-Catalyst-Plugin-Cache/Makefile Mon Dec 17 10:22:02 2012 (r309079) @@ -36,10 +36,4 @@ MAN3= Catalyst::Plugin::Cache.3 \ post-patch: @${PERL} -i.bak -ne 'print unless m,ok|Test::,' ${WRKSRC}/Makefile.PL -.include - -.if ${PERL_LEVEL} < 501001 -TEST_DEPENDS+= p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple -.endif - -.include +.include Modified: head/www/p5-CatalystX-InjectComponent/Makefile ============================================================================== --- head/www/p5-CatalystX-InjectComponent/Makefile Mon Dec 17 10:18:30 2012 (r309078) +++ head/www/p5-CatalystX-InjectComponent/Makefile Mon Dec 17 10:22:02 2012 (r309079) @@ -26,11 +26,4 @@ PERL_CONFIGURE= yes MAN3= CatalystX::InjectComponent.3 -.include - -.if ${PERL_LEVEL} < 501001 -BUILD_DEPENDS+= p5-parent>=0:${PORTSDIR}/devel/p5-parent -RUN_DEPENDS+= p5-parent>=0:${PORTSDIR}/devel/p5-parent -.endif - -.include +.include Modified: head/www/p5-FCGI-Engine/Makefile ============================================================================== --- head/www/p5-FCGI-Engine/Makefile Mon Dec 17 10:18:30 2012 (r309078) +++ head/www/p5-FCGI-Engine/Makefile Mon Dec 17 10:22:02 2012 (r309079) @@ -44,10 +44,4 @@ MAN3= FCGI::Engine.3 \ Plack::Server::FCGI::Engine.3 \ Plack::Server::FCGI::Engine::ProcManager.3 -.include - -.if ${PERL_LEVEL} < 501001 -TEST_DEPENDS+= p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple -.endif - -.include +.include Modified: head/www/p5-FEAR-API/Makefile ============================================================================== --- head/www/p5-FEAR-API/Makefile Mon Dec 17 10:18:30 2012 (r309078) +++ head/www/p5-FEAR-API/Makefile Mon Dec 17 10:22:02 2012 (r309079) @@ -53,10 +53,4 @@ MAN3= FEAR::API.3 \ FEAR::API::Filters.3 \ FEAR::API::Document.3 -.include - -.if ${PERL_LEVEL} < 500903 -RUN_DEPENDS+= p5-IO-Compress>=2.017:${PORTSDIR}/archivers/p5-IO-Compress -.endif - -.include +.include Modified: head/www/p5-Jifty/Makefile ============================================================================== --- head/www/p5-Jifty/Makefile Mon Dec 17 10:18:30 2012 (r309078) +++ head/www/p5-Jifty/Makefile Mon Dec 17 10:22:02 2012 (r309079) @@ -110,13 +110,7 @@ PERL_CONFIGURE= yes .include "Makefile.man" -.include - -.if ${PERL_LEVEL} < 500903 -RUN_DEPENDS+= p5-IO-Compress>=2.017:${PORTSDIR}/archivers/p5-IO-Compress -.endif - post-patch: ${REINPLACE_CMD} -e '/auto_install/d' ${WRKSRC}/Makefile.PL -.include +.include Modified: head/www/p5-WWW-Mechanize-GZip/Makefile ============================================================================== --- head/www/p5-WWW-Mechanize-GZip/Makefile Mon Dec 17 10:18:30 2012 (r309078) +++ head/www/p5-WWW-Mechanize-GZip/Makefile Mon Dec 17 10:22:02 2012 (r309079) @@ -22,11 +22,4 @@ PERL_CONFIGURE= yes MAN3= WWW::Mechanize::GZip.3 -.include - -.if ${PERL_LEVEL} < 500903 -RUN_DEPENDS+= p5-IO-Compress>=2.017:${PORTSDIR}/archivers/p5-IO-Compress -BUILD_DEPENDS+= p5-IO-Compress>=2.017:${PORTSDIR}/archivers/p5-IO-Compress -.endif - -.include +.include Modified: head/www/p5-WWW-Mechanize-Pluggable/Makefile ============================================================================== --- head/www/p5-WWW-Mechanize-Pluggable/Makefile Mon Dec 17 10:18:30 2012 (r309078) +++ head/www/p5-WWW-Mechanize-Pluggable/Makefile Mon Dec 17 10:22:02 2012 (r309079) @@ -33,10 +33,4 @@ MAN3= WWW::Mechanize::Pluggable.3 \ WWW::Mechanize::Plugin::Cookbook.3 \ WWW::Mechanize::Plugin::HelloWorld.3 -.include - -.if ${PERL_LEVEL} < 500809 -RUN_DEPENDS+= p5-Module-Pluggable>=0:${PORTSDIR}/devel/p5-Module-Pluggable -.endif - -.include +.include