From owner-svn-ports-head@FreeBSD.ORG Mon Dec 17 12:40:27 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4E12536F; Mon, 17 Dec 2012 12:40:27 +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 29AFE8FC13; Mon, 17 Dec 2012 12:40:27 +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 qBHCeRQm087749; Mon, 17 Dec 2012 12:40:27 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBHCePb4087738; Mon, 17 Dec 2012 12:40:25 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201212171240.qBHCePb4087738@svn.freebsd.org> From: Andrej Zverev Date: Mon, 17 Dec 2012 12:40:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r309087 - in head: devel/p5-B-Hooks-Parser devel/p5-Const-Fast devel/p5-Mixin-Linewise devel/p5-Package-Stash devel/p5-Params-Check devel/p5-Path-Dispatcher lang/p5-Parse-Perl www/p5-Ca... 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: Mon, 17 Dec 2012 12:40:27 -0000 Author: az Date: Mon Dec 17 12:40:25 2012 New Revision: 309087 URL: http://svnweb.freebsd.org/changeset/ports/309087 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/devel/p5-B-Hooks-Parser/Makefile (contents, props changed) head/devel/p5-Const-Fast/Makefile head/devel/p5-Mixin-Linewise/Makefile (contents, props changed) head/devel/p5-Package-Stash/Makefile (contents, props changed) head/devel/p5-Params-Check/Makefile (contents, props changed) head/devel/p5-Path-Dispatcher/Makefile (contents, props changed) head/lang/p5-Parse-Perl/Makefile (contents, props changed) head/www/p5-Catalyst-Runtime/Makefile Modified: head/devel/p5-B-Hooks-Parser/Makefile ============================================================================== --- head/devel/p5-B-Hooks-Parser/Makefile Mon Dec 17 12:24:18 2012 (r309086) +++ head/devel/p5-B-Hooks-Parser/Makefile Mon Dec 17 12:40:25 2012 (r309087) @@ -24,11 +24,4 @@ PERL_CONFIGURE= yes MAN3= B::Hooks::Parser.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/devel/p5-Const-Fast/Makefile ============================================================================== --- head/devel/p5-Const-Fast/Makefile Mon Dec 17 12:24:18 2012 (r309086) +++ head/devel/p5-Const-Fast/Makefile Mon Dec 17 12:40:25 2012 (r309087) @@ -27,10 +27,4 @@ PERL_CONFIGURE= yes MAN3= Const::Fast.3 -.include - -.if ${PERL_LEVEL} < 501001 -TEST_DEPENDS+= p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple -.endif - -.include +.include Modified: head/devel/p5-Mixin-Linewise/Makefile ============================================================================== --- head/devel/p5-Mixin-Linewise/Makefile Mon Dec 17 12:24:18 2012 (r309086) +++ head/devel/p5-Mixin-Linewise/Makefile Mon Dec 17 12:40:25 2012 (r309087) @@ -19,17 +19,11 @@ COMMENT= Write your linewise code for ha LICENSE= ART10 GPLv1 LICENSE_COMB= dual -.include - BUILD_DEPENDS+= p5-Sub-Exporter>=0.900:${PORTSDIR}/devel/p5-Sub-Exporter \ p5-IO-String>=0:${PORTSDIR}/devel/p5-IO-String RUN_DEPENDS+= p5-Sub-Exporter>=0.900:${PORTSDIR}/devel/p5-Sub-Exporter \ p5-IO-String>=0:${PORTSDIR}/devel/p5-IO-String -.if ${PERL_LEVEL} < 501001 -TEST_DEPENDS+= p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple -.endif - PERL_CONFIGURE= yes MAN3= Mixin::Linewise::Readers.3 \ @@ -44,4 +38,4 @@ PLIST_DIRS+= %%SITE_PERL%%/Mixin/Linewis %%SITE_PERL%%/%%PERL_ARCH%%/auto/Mixin/Linewise \ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Mixin -.include +.include Modified: head/devel/p5-Package-Stash/Makefile ============================================================================== --- head/devel/p5-Package-Stash/Makefile Mon Dec 17 12:24:18 2012 (r309086) +++ head/devel/p5-Package-Stash/Makefile Mon Dec 17 12:40:25 2012 (r309087) @@ -35,10 +35,4 @@ PERL_CONFIGURE= yes MAN3= Package::Stash.3 \ Package::Stash::PP.3 -.include - -.if ${PERL_LEVEL} < 501001 -TEST_DEPENDS+= p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple -.endif - -.include +.include Modified: head/devel/p5-Params-Check/Makefile ============================================================================== --- head/devel/p5-Params-Check/Makefile Mon Dec 17 12:24:18 2012 (r309086) +++ head/devel/p5-Params-Check/Makefile Mon Dec 17 12:40:25 2012 (r309087) @@ -29,11 +29,4 @@ post-install: @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}." .endif -.include - -.if ${PERL_LEVEL} < 501000 -BUILD_DEPENDS+= p5-Locale-Maketext-Simple>=0:${PORTSDIR}/devel/p5-Locale-Maketext-Simple -RUN_DEPENDS+= p5-Locale-Maketext-Simple>=0:${PORTSDIR}/devel/p5-Locale-Maketext-Simple -.endif - -.include +.include Modified: head/devel/p5-Path-Dispatcher/Makefile ============================================================================== --- head/devel/p5-Path-Dispatcher/Makefile Mon Dec 17 12:24:18 2012 (r309086) +++ head/devel/p5-Path-Dispatcher/Makefile Mon Dec 17 12:40:25 2012 (r309087) @@ -49,10 +49,4 @@ MAN3= Path::Dispatcher::Path.3 \ Path::Dispatcher::Rule::Regex.3 \ Path::Dispatcher::Dispatch.3 -.include - -.if ${PERL_LEVEL} < 501001 -TEST_DEPENDS+= p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple -.endif - -.include +.include Modified: head/lang/p5-Parse-Perl/Makefile ============================================================================== --- head/lang/p5-Parse-Perl/Makefile Mon Dec 17 12:24:18 2012 (r309086) +++ head/lang/p5-Parse-Perl/Makefile Mon Dec 17 12:40:25 2012 (r309087) @@ -27,10 +27,4 @@ MAN3= Parse::Perl.3 \ Parse::Perl::CopHintsHash.3 \ Parse::Perl::Environment.3 -.include - -.if ${PERL_LEVEL} < 501001 -RUN_DEPENDS+= p5-parent>=0:${PORTSDIR}/devel/p5-parent -.endif - -.include +.include Modified: head/www/p5-Catalyst-Runtime/Makefile ============================================================================== --- head/www/p5-Catalyst-Runtime/Makefile Mon Dec 17 12:24:18 2012 (r309086) +++ head/www/p5-Catalyst-Runtime/Makefile Mon Dec 17 12:40:25 2012 (r309087) @@ -110,11 +110,4 @@ MAN3= Catalyst.3 \ post-install: @${CAT} ${PKGDIR}/pkg-message -.include - -.if ${PERL_LEVEL} < 501001 -BUILD_DEPENDS+= p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple -RUN_DEPENDS+= p5-Module-Pluggable>=3.9:${PORTSDIR}/devel/p5-Module-Pluggable -.endif - -.include +.include