From owner-svn-ports-head@FreeBSD.ORG Mon Dec 17 06:32:15 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 5D733367; Mon, 17 Dec 2012 06:32:15 +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 408578FC0C; Mon, 17 Dec 2012 06:32:15 +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 qBH6WFv8033522; Mon, 17 Dec 2012 06:32:15 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBH6WDuS033512; Mon, 17 Dec 2012 06:32:13 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201212170632.qBH6WDuS033512@svn.freebsd.org> From: Andrej Zverev Date: Mon, 17 Dec 2012 06:32:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r309066 - in head/textproc: p5-PDF-API2 p5-Perl-Critic p5-Pod-Markdown p5-Pod-ProjectDocs p5-Pod-Strip p5-SVG p5-Text-Quote p5-URI-Find p5-XML-Stream 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 06:32:15 -0000 Author: az Date: Mon Dec 17 06:32:13 2012 New Revision: 309066 URL: http://svnweb.freebsd.org/changeset/ports/309066 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/textproc/p5-PDF-API2/Makefile (contents, props changed) head/textproc/p5-Perl-Critic/Makefile (contents, props changed) head/textproc/p5-Pod-Markdown/Makefile (contents, props changed) head/textproc/p5-Pod-ProjectDocs/Makefile (contents, props changed) head/textproc/p5-Pod-Strip/Makefile (contents, props changed) head/textproc/p5-SVG/Makefile head/textproc/p5-Text-Quote/Makefile (contents, props changed) head/textproc/p5-URI-Find/Makefile (contents, props changed) head/textproc/p5-XML-Stream/Makefile (contents, props changed) Modified: head/textproc/p5-PDF-API2/Makefile ============================================================================== --- head/textproc/p5-PDF-API2/Makefile Mon Dec 17 06:23:44 2012 (r309065) +++ head/textproc/p5-PDF-API2/Makefile Mon Dec 17 06:32:13 2012 (r309066) @@ -62,11 +62,4 @@ MAN3= PDF::API2.3 \ PDF::API2::Resource::XObject::Image::TIFF.3 \ PDF::API2::Util.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/textproc/p5-Perl-Critic/Makefile ============================================================================== --- head/textproc/p5-Perl-Critic/Makefile Mon Dec 17 06:23:44 2012 (r309065) +++ head/textproc/p5-Perl-Critic/Makefile Mon Dec 17 06:32:13 2012 (r309066) @@ -238,11 +238,4 @@ MAN3= Perl::Critic.3 \ Perl::Critic::Violation.3 \ Test::Perl::Critic::Policy.3 -.include - -.if ${PERL_LEVEL} < 501001 -BUILD_DEPENDS+= p5-version>=0.77:${PORTSDIR}/devel/p5-version -RUN_DEPENDS+= p5-version>=0.77:${PORTSDIR}/devel/p5-version -.endif - -.include +.include Modified: head/textproc/p5-Pod-Markdown/Makefile ============================================================================== --- head/textproc/p5-Pod-Markdown/Makefile Mon Dec 17 06:23:44 2012 (r309065) +++ head/textproc/p5-Pod-Markdown/Makefile Mon Dec 17 06:32:13 2012 (r309066) @@ -28,12 +28,4 @@ PERL_CONFIGURE= yes MAN1= pod2markdown.1 MAN3= Pod::Markdown.3 -.include - -.if ${PERL_LEVEL} < 501001 -BUILD_DEPENDS+= p5-parent>=0:${PORTSDIR}/devel/p5-parent -RUN_DEPENDS+= p5-parent>=0:${PORTSDIR}/devel/p5-parent -TEST_DEPENDS+= p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple -.endif - -.include +.include Modified: head/textproc/p5-Pod-ProjectDocs/Makefile ============================================================================== --- head/textproc/p5-Pod-ProjectDocs/Makefile Mon Dec 17 06:23:44 2012 (r309065) +++ head/textproc/p5-Pod-ProjectDocs/Makefile Mon Dec 17 06:32:13 2012 (r309066) @@ -32,11 +32,4 @@ PERL_CONFIGURE= yes MAN1= pod2projdocs.1 MAN3= Pod::ProjectDocs.3 -.include - -.if ${PERL_LEVEL} < 500808 -BUILD_DEPENDS+= p5-Pod-Parser>=1.32:${PORTSDIR}/textproc/p5-Pod-Parser -RUN_DEPENDS+= p5-Pod-Parser>=1.32:${PORTSDIR}/textproc/p5-Pod-Parser -.endif - -.include +.include Modified: head/textproc/p5-Pod-Strip/Makefile ============================================================================== --- head/textproc/p5-Pod-Strip/Makefile Mon Dec 17 06:23:44 2012 (r309065) +++ head/textproc/p5-Pod-Strip/Makefile Mon Dec 17 06:32:13 2012 (r309066) @@ -20,11 +20,4 @@ PERL_MODBUILD= yes MAN3= Pod::Strip.3 -.include - -.if ${PERL_LEVEL} < 500903 -RUN_DEPENDS+= p5-Pod-Simple>=3.00:${PORTSDIR}/textproc/p5-Pod-Simple -BUILD_DEPENDS+= ${RUN_DEPENDS} -.endif - -.include +.include Modified: head/textproc/p5-SVG/Makefile ============================================================================== --- head/textproc/p5-SVG/Makefile Mon Dec 17 06:23:44 2012 (r309065) +++ head/textproc/p5-SVG/Makefile Mon Dec 17 06:32:13 2012 (r309066) @@ -34,11 +34,4 @@ post-install: ${INSTALL_SCRIPT} ${WRKSRC}/examples/* ${EXAMPLESDIR}/ .endif -.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/textproc/p5-Text-Quote/Makefile ============================================================================== --- head/textproc/p5-Text-Quote/Makefile Mon Dec 17 06:23:44 2012 (r309065) +++ head/textproc/p5-Text-Quote/Makefile Mon Dec 17 06:32:13 2012 (r309066) @@ -23,10 +23,4 @@ PERL_CONFIGURE= yes MAN3= Text::Quote.3 -.include - -.if ${PERL_LEVEL} < 500903 -RUN_DEPENDS+= p5-IO-Compress>=2.017:${PORTSDIR}/archivers/p5-IO-Compress -.endif - -.include +.include Modified: head/textproc/p5-URI-Find/Makefile ============================================================================== --- head/textproc/p5-URI-Find/Makefile Mon Dec 17 06:23:44 2012 (r309065) +++ head/textproc/p5-URI-Find/Makefile Mon Dec 17 06:32:13 2012 (r309066) @@ -23,10 +23,4 @@ MAN1= urifind.1 MAN3= URI::Find.3 \ URI::Find::Schemeless.3 -.include - -.if ${PERL_LEVEL} < 501001 -TEST_DEPENDS+= p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple -.endif - -.include +.include Modified: head/textproc/p5-XML-Stream/Makefile ============================================================================== --- head/textproc/p5-XML-Stream/Makefile Mon Dec 17 06:23:44 2012 (r309065) +++ head/textproc/p5-XML-Stream/Makefile Mon Dec 17 06:32:13 2012 (r309066) @@ -28,14 +28,4 @@ MAN3= XML::Stream.3 \ XML::Stream::Parser::DTD.3 \ XML::Stream::Tree.3 -.include - -.if ${PERL_LEVEL} < 501001 -TEST_DEPENDS+= p5-Test-Simple>=0.92:${PORTSDIR}/devel/p5-Test-Simple -.endif - -.if ${PERL_LEVEL} < 501200 -BUILD_DEPENDS+= p5-Module-Build>=0.3603:${PORTSDIR}/devel/p5-Module-Build -.endif - -.include +.include