From owner-svn-ports-all@FreeBSD.ORG  Mon Dec 17 05:30:24 2012
Return-Path: <owner-svn-ports-all@FreeBSD.ORG>
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 29B7C248;
 Mon, 17 Dec 2012 05:30:24 +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 E79908FC13;
 Mon, 17 Dec 2012 05:30:23 +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 qBH5UNwO024892;
 Mon, 17 Dec 2012 05:30:23 GMT (envelope-from az@svn.freebsd.org)
Received: (from az@localhost)
 by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBH5UNYC024889;
 Mon, 17 Dec 2012 05:30:23 GMT (envelope-from az@svn.freebsd.org)
Message-Id: <201212170530.qBH5UNYC024889@svn.freebsd.org>
From: Andrej Zverev <az@FreeBSD.org>
Date: Mon, 17 Dec 2012 05:30:23 +0000 (UTC)
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
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 <svn-ports-all.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/options/svn-ports-all>,
 <mailto:svn-ports-all-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/svn-ports-all>
List-Post: <mailto:svn-ports-all@freebsd.org>
List-Help: <mailto:svn-ports-all-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/svn-ports-all>,
 <mailto:svn-ports-all-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 17 Dec 2012 05:30:24 -0000

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>