svn commit: r309061 - in head/math: p5-Geo-Distance p5-Math-GSL p5-Math-Polynomial-Solve

Andrej Zverev az at FreeBSD.org
Mon Dec 17 05:30:24 UTC 2012


Author: az
Date: Mon Dec 17 05:30:22 2012
New Revision: 309061
URL: http://svnweb.freebsd.org/changeset/ports/309061

Log:
  Cleanup supporting perl version 5.8 and 5.10,
  lang/perl5.9 and lang/5.10 will be removed from ports tree soon.

Modified:
  head/math/p5-Geo-Distance/Makefile   (contents, props changed)
  head/math/p5-Math-GSL/Makefile   (contents, props changed)
  head/math/p5-Math-Polynomial-Solve/Makefile   (contents, props changed)

Modified: head/math/p5-Geo-Distance/Makefile
==============================================================================
--- head/math/p5-Geo-Distance/Makefile	Mon Dec 17 03:33:56 2012	(r309060)
+++ head/math/p5-Geo-Distance/Makefile	Mon Dec 17 05:30:22 2012	(r309061)
@@ -19,10 +19,4 @@ PERL_CONFIGURE=	yes
 
 MAN3=		Geo::Distance.3
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501200
-TEST_DEPENDS+=	p5-Test-Simple>=0.94:${PORTSDIR}/devel/p5-Test-Simple
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/math/p5-Math-GSL/Makefile
==============================================================================
--- head/math/p5-Math-GSL/Makefile	Mon Dec 17 03:33:56 2012	(r309060)
+++ head/math/p5-Math-GSL/Makefile	Mon Dec 17 05:30:22 2012	(r309061)
@@ -85,9 +85,4 @@ MAN3=		Math::GSL.3 \
 BROKEN=		Does not compile on sparc64
 .endif
 
-.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 <bsd.port.post.mk>

Modified: head/math/p5-Math-Polynomial-Solve/Makefile
==============================================================================
--- head/math/p5-Math-Polynomial-Solve/Makefile	Mon Dec 17 03:33:56 2012	(r309060)
+++ head/math/p5-Math-Polynomial-Solve/Makefile	Mon Dec 17 05:30:22 2012	(r309061)
@@ -18,11 +18,4 @@ PERL_CONFIGURE=	yes
 
 MAN3=		Math::Polynomial::Solve.3
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501001
-BUILD_DEPENDS+=	p5-Math-Complex>=1.36:${PORTSDIR}/math/p5-Math-Complex
-RUN_DEPENDS+=	p5-Math-Complex>=1.36:${PORTSDIR}/math/p5-Math-Complex
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-all mailing list