Date: Mon, 17 Dec 2012 10:22:02 +0000 (UTC) From: Andrej Zverev <az@FreeBSD.org> 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... Message-ID: <201212171022.qBHAM2bP067477@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 501000 -RUN_DEPENDS+= p5-IO-Compress>=0:${PORTSDIR}/archivers/p5-IO-Compress -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> 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 <bsd.port.pre.mk> - -.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 <bsd.port.post.mk> +.include <bsd.port.mk> 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 <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 501001 -TEST_DEPENDS+= p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> 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 <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 501001 -BUILD_DEPENDS+= p5-parent>=0:${PORTSDIR}/devel/p5-parent -RUN_DEPENDS+= p5-parent>=0:${PORTSDIR}/devel/p5-parent -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> 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 <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 501001 -TEST_DEPENDS+= p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> 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 <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500903 -RUN_DEPENDS+= p5-IO-Compress>=2.017:${PORTSDIR}/archivers/p5-IO-Compress -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> 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 <bsd.port.pre.mk> - -.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 <bsd.port.post.mk> +.include <bsd.port.mk> 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 <bsd.port.pre.mk> - -.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 <bsd.port.post.mk> +.include <bsd.port.mk> 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 <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500809 -RUN_DEPENDS+= p5-Module-Pluggable>=0:${PORTSDIR}/devel/p5-Module-Pluggable -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212171022.qBHAM2bP067477>