svn commit: r307968 - head/math/p5-Math-Polynomial-Solve
Frederic Culot
culot at FreeBSD.org
Thu Nov 29 17:10:17 UTC 2012
Author: culot
Date: Thu Nov 29 17:10:16 2012
New Revision: 307968
URL: http://svnweb.freebsd.org/changeset/ports/307968
Log:
- Update to 2.64
- Add LICENSE (Artistic 1 & GPL 1)
Changes: http://search.cpan.org/dist/Math-Polynomial-Solve/Changes
Feature safe: yes
Modified:
head/math/p5-Math-Polynomial-Solve/Makefile
head/math/p5-Math-Polynomial-Solve/distinfo
Modified: head/math/p5-Math-Polynomial-Solve/Makefile
==============================================================================
--- head/math/p5-Math-Polynomial-Solve/Makefile Thu Nov 29 16:13:26 2012 (r307967)
+++ head/math/p5-Math-Polynomial-Solve/Makefile Thu Nov 29 17:10:16 2012 (r307968)
@@ -1,12 +1,8 @@
-# New ports collection makefile for: p5-Math-Polynomial-Solve
-# Date created: 2006-10-23
-# Whom: Gea-Suan Lin <gslin at gslin.org>
-#
+# Created by: Gea-Suan Lin <gslin at gslin.org>
# $FreeBSD$
-#
PORTNAME= Math-Polynomial-Solve
-PORTVERSION= 2.61
+PORTVERSION= 2.64
CATEGORIES= math perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= Math
@@ -15,8 +11,18 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl at FreeBSD.org
COMMENT= Find the roots of polynomial equations
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
+
PERL_CONFIGURE= yes
MAN3= Math::Polynomial::Solve.3
-.include <bsd.port.mk>
+.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>
Modified: head/math/p5-Math-Polynomial-Solve/distinfo
==============================================================================
--- head/math/p5-Math-Polynomial-Solve/distinfo Thu Nov 29 16:13:26 2012 (r307967)
+++ head/math/p5-Math-Polynomial-Solve/distinfo Thu Nov 29 17:10:16 2012 (r307968)
@@ -1,2 +1,2 @@
-SHA256 (Math-Polynomial-Solve-2.61.tar.gz) = 9f7b6ce0fef87badc43a33abad54304c593e4b5cee2dc841064ea471c6541c92
-SIZE (Math-Polynomial-Solve-2.61.tar.gz) = 1095322
+SHA256 (Math-Polynomial-Solve-2.64.tar.gz) = fab8c1ebd48a761e09afcc74cc4802f384ad25a1fa9b5e22b672468fd2d55040
+SIZE (Math-Polynomial-Solve-2.64.tar.gz) = 1108020
More information about the svn-ports-head
mailing list