Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Dec 2012 05:30:23 +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: r309061 - in head/math: p5-Geo-Distance p5-Math-GSL p5-Math-Polynomial-Solve
Message-ID:  <201212170530.qBH5UNYC024889@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



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