From owner-svn-ports-all@FreeBSD.ORG Mon Dec 17 06:15:29 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 ED728D04; Mon, 17 Dec 2012 06:15:29 +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 C42D88FC16; Mon, 17 Dec 2012 06:15:29 +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 qBH6FTZS031220; Mon, 17 Dec 2012 06:15:29 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBH6FSfN031208; Mon, 17 Dec 2012 06:15:28 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201212170615.qBH6FSfN031208@svn.freebsd.org> From: Andrej Zverev Date: Mon, 17 Dec 2012 06:15:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r309063 - in head: astro/p5-Astro-SpaceTrack astro/p5-Astro-satpass graphics/p5-Geometry-Primitive graphics/p5-Graph-ReadWrite graphics/p5-Image-Info graphics/p5-Image-Pngslimmer graphi... 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 06:15:30 -0000 Author: az Date: Mon Dec 17 06:15:27 2012 New Revision: 309063 URL: http://svnweb.freebsd.org/changeset/ports/309063 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/astro/p5-Astro-SpaceTrack/Makefile head/astro/p5-Astro-satpass/Makefile head/graphics/p5-Geometry-Primitive/Makefile (contents, props changed) head/graphics/p5-Graph-ReadWrite/Makefile (contents, props changed) head/graphics/p5-Image-Info/Makefile (contents, props changed) head/graphics/p5-Image-Pngslimmer/Makefile (contents, props changed) head/graphics/p5-SWF-File/Makefile (contents, props changed) head/science/p5-Geo-Coordinates-Converter/Makefile (contents, props changed) head/textproc/p5-Pod-POM/Makefile (contents, props changed) Modified: head/astro/p5-Astro-SpaceTrack/Makefile ============================================================================== --- head/astro/p5-Astro-SpaceTrack/Makefile Mon Dec 17 05:44:43 2012 (r309062) +++ head/astro/p5-Astro-SpaceTrack/Makefile Mon Dec 17 06:15:27 2012 (r309063) @@ -29,15 +29,4 @@ MAN1= SpaceTrack.1 MAN3= Astro::SpaceTrack.3 \ Astro::SpaceTrack::BulkData.3 -.include - -.if ${PERL_LEVEL} < 501000 -BUILD_DEPENDS+= p5-IO-Compress>=0:${PORTSDIR}/archivers/p5-IO-Compress -RUN_DEPENDS+= p5-IO-Compress>=0:${PORTSDIR}/archivers/p5-IO-Compress -.endif - -.if ${PERL_LEVEL} < 501001 -TEST_DEPENDS+= p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple -.endif - -.include +.include Modified: head/astro/p5-Astro-satpass/Makefile ============================================================================== --- head/astro/p5-Astro-satpass/Makefile Mon Dec 17 05:44:43 2012 (r309062) +++ head/astro/p5-Astro-satpass/Makefile Mon Dec 17 06:15:27 2012 (r309063) @@ -63,10 +63,4 @@ RUN_DEPENDS+= p5-Geo-WebService-Elevatio RUN_DEPENDS+= p5-SOAP-Lite>=0:${PORTSDIR}/net/p5-SOAP-Lite .endif -.include - -.if ${PERL_LEVEL} < 501001 -TEST_DEPENDS+= p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple -.endif - -.include +.include Modified: head/graphics/p5-Geometry-Primitive/Makefile ============================================================================== --- head/graphics/p5-Geometry-Primitive/Makefile Mon Dec 17 05:44:43 2012 (r309062) +++ head/graphics/p5-Geometry-Primitive/Makefile Mon Dec 17 06:15:27 2012 (r309063) @@ -37,10 +37,4 @@ MAN3= Geometry::Primitive.3 \ Geometry::Primitive::Rectangle.3 \ Geometry::Primitive::Shape.3 -.include - -.if ${PERL_LEVEL} < 501001 -RUN_DEPENDS+= p5-Math-Complex>=1.56:${PORTSDIR}/math/p5-Math-Complex -.endif - -.include +.include Modified: head/graphics/p5-Graph-ReadWrite/Makefile ============================================================================== --- head/graphics/p5-Graph-ReadWrite/Makefile Mon Dec 17 05:44:43 2012 (r309062) +++ head/graphics/p5-Graph-ReadWrite/Makefile Mon Dec 17 06:15:27 2012 (r309063) @@ -36,11 +36,4 @@ MAN3= Graph::Reader.3 \ post-patch: @${REINPLACE_CMD} -e 's|Graph-ReadWrite|Graph::ReadWrite|' ${WRKSRC}/Makefile.PL -.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/graphics/p5-Image-Info/Makefile ============================================================================== --- head/graphics/p5-Image-Info/Makefile Mon Dec 17 05:44:43 2012 (r309062) +++ head/graphics/p5-Image-Info/Makefile Mon Dec 17 06:15:27 2012 (r309063) @@ -35,11 +35,4 @@ MAN3= Bundle::Image::Info::Everything.3 Image::Info::XBM.3 \ Image::Info::XPM.3 -.include - -.if ${PERL_LEVEL} < 501000 -RUN_DEPENDS+= p5-IO-Compress>=0:${PORTSDIR}/archivers/p5-IO-Compress -BUILD_DEPENDS+= p5-IO-Compress>=0:${PORTSDIR}/archivers/p5-IO-Compress -.endif - -.include +.include Modified: head/graphics/p5-Image-Pngslimmer/Makefile ============================================================================== --- head/graphics/p5-Image-Pngslimmer/Makefile Mon Dec 17 05:44:43 2012 (r309062) +++ head/graphics/p5-Image-Pngslimmer/Makefile Mon Dec 17 06:15:27 2012 (r309063) @@ -19,11 +19,4 @@ PERL_CONFIGURE= yes MAN3= Image::Pngslimmer.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/graphics/p5-SWF-File/Makefile ============================================================================== --- head/graphics/p5-SWF-File/Makefile Mon Dec 17 05:44:43 2012 (r309062) +++ head/graphics/p5-SWF-File/Makefile Mon Dec 17 06:15:27 2012 (r309063) @@ -32,11 +32,4 @@ post-patch: post-configure: @${PERL} -pi -e 's/^(POD2MAN_EXE.*)$$/\1 --lax/;' ${WRKSRC}/Makefile -.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/science/p5-Geo-Coordinates-Converter/Makefile ============================================================================== --- head/science/p5-Geo-Coordinates-Converter/Makefile Mon Dec 17 05:44:43 2012 (r309062) +++ head/science/p5-Geo-Coordinates-Converter/Makefile Mon Dec 17 06:15:27 2012 (r309063) @@ -29,11 +29,4 @@ MAN3= Geo::Coordinates::Converter::Datu Geo::Coordinates::Converter::Format.3 \ Geo::Coordinates::Converter::Format::ISO6709.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/textproc/p5-Pod-POM/Makefile ============================================================================== --- head/textproc/p5-Pod-POM/Makefile Mon Dec 17 05:44:43 2012 (r309062) +++ head/textproc/p5-Pod-POM/Makefile Mon Dec 17 06:15:27 2012 (r309063) @@ -44,11 +44,4 @@ MAN3= Pod::POM.3 \ Pod::POM::View::Pod.3 \ Pod::POM::View::Text.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