Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Dec 2012 06:15:27 +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: 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...
Message-ID:  <201212170615.qBH6FSfN031208@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.pre.mk>
-
-.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 <bsd.port.post.mk>
+.include <bsd.port.mk>

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 <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/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 <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501001
-RUN_DEPENDS+=	p5-Math-Complex>=1.56:${PORTSDIR}/math/p5-Math-Complex
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

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 <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/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 <bsd.port.pre.mk>
-
-.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 <bsd.port.post.mk>
+.include <bsd.port.mk>

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 <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/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 <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/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 <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/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 <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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212170615.qBH6FSfN031208>