diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-10-16 04:18:25 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-10-16 04:18:25 +0800 |
commit | 7625bdbd92d56133e98830d6145f504069b7c3eb (patch) | |
tree | da87f87dcac206951e85ea2b6cf6f231937bc1b6 /math | |
parent | 6fccdbce3f48d3cc0583dc0ad305c379532d1729 (diff) | |
download | freebsd-ports-gnome-7625bdbd92d56133e98830d6145f504069b7c3eb.tar.gz freebsd-ports-gnome-7625bdbd92d56133e98830d6145f504069b7c3eb.tar.zst freebsd-ports-gnome-7625bdbd92d56133e98830d6145f504069b7c3eb.zip |
- Update to 2.71
- Add NO_ARCH
- Sort PLIST
Changes: http://search.cpan.org/dist/Math-Polynomial-Solve/Changes
Diffstat (limited to 'math')
-rw-r--r-- | math/p5-Math-Polynomial-Solve/Makefile | 7 | ||||
-rw-r--r-- | math/p5-Math-Polynomial-Solve/distinfo | 4 | ||||
-rw-r--r-- | math/p5-Math-Polynomial-Solve/pkg-plist | 2 |
3 files changed, 8 insertions, 5 deletions
diff --git a/math/p5-Math-Polynomial-Solve/Makefile b/math/p5-Math-Polynomial-Solve/Makefile index c145a913f09b..8bad8114a18e 100644 --- a/math/p5-Math-Polynomial-Solve/Makefile +++ b/math/p5-Math-Polynomial-Solve/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Math-Polynomial-Solve -PORTVERSION= 2.70 -PORTREVISION= 1 +PORTVERSION= 2.71 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,6 +13,10 @@ COMMENT= Find the roots of polynomial equations LICENSE= ART10 GPLv1 LICENSE_COMB= dual +BUILD_DEPENDS= p5-Math-Utils>=1.06:${PORTSDIR}/math/p5-Math-Utils +RUN_DEPENDS:= ${BUILD_DEPENDS} + +NO_ARCH= yes USES= perl5 USE_PERL5= configure diff --git a/math/p5-Math-Polynomial-Solve/distinfo b/math/p5-Math-Polynomial-Solve/distinfo index 1538d9dbb9f3..a6a84a517088 100644 --- a/math/p5-Math-Polynomial-Solve/distinfo +++ b/math/p5-Math-Polynomial-Solve/distinfo @@ -1,2 +1,2 @@ -SHA256 (Math-Polynomial-Solve-2.70.tar.gz) = 07834e8224b924662f0fc22a3d995ab32987e03752869a0ba4ff9c4ef4524f24 -SIZE (Math-Polynomial-Solve-2.70.tar.gz) = 1102248 +SHA256 (Math-Polynomial-Solve-2.71.tar.gz) = 4c479fed27e5dc86775a4c2f915907f704fcb4be84b0469ec35180360a20be1d +SIZE (Math-Polynomial-Solve-2.71.tar.gz) = 1103103 diff --git a/math/p5-Math-Polynomial-Solve/pkg-plist b/math/p5-Math-Polynomial-Solve/pkg-plist index 07917b72f0bb..b14b079636bc 100644 --- a/math/p5-Math-Polynomial-Solve/pkg-plist +++ b/math/p5-Math-Polynomial-Solve/pkg-plist @@ -1,2 +1,2 @@ -%%PERL5_MAN3%%/Math::Polynomial::Solve.3.gz %%SITE_PERL%%/Math/Polynomial/Solve.pm +%%PERL5_MAN3%%/Math::Polynomial::Solve.3.gz |