diff options
author | clsung <clsung@FreeBSD.org> | 2007-02-28 00:23:49 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2007-02-28 00:23:49 +0800 |
commit | 42ac2fa540b5d22c12458e6bb5615d4e98fdea2b (patch) | |
tree | 84600bcbb76e7a8b3cee0209730405bc99d55cf6 /math/p5-Math-Polynomial-Solve | |
parent | d426b54fe80c375da1a75acb6cadf3901e598cb2 (diff) | |
download | freebsd-ports-gnome-42ac2fa540b5d22c12458e6bb5615d4e98fdea2b.tar.gz freebsd-ports-gnome-42ac2fa540b5d22c12458e6bb5615d4e98fdea2b.tar.zst freebsd-ports-gnome-42ac2fa540b5d22c12458e6bb5615d4e98fdea2b.zip |
- Update to 2.11
- return maintainership to perl@
PR: ports/109603
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
Diffstat (limited to 'math/p5-Math-Polynomial-Solve')
-rw-r--r-- | math/p5-Math-Polynomial-Solve/Makefile | 12 | ||||
-rw-r--r-- | math/p5-Math-Polynomial-Solve/distinfo | 6 |
2 files changed, 6 insertions, 12 deletions
diff --git a/math/p5-Math-Polynomial-Solve/Makefile b/math/p5-Math-Polynomial-Solve/Makefile index 47395d32f58c..b086feb59462 100644 --- a/math/p5-Math-Polynomial-Solve/Makefile +++ b/math/p5-Math-Polynomial-Solve/Makefile @@ -6,23 +6,17 @@ # PORTNAME= Math-Polynomial-Solve -PORTVERSION= 2.10 +PORTVERSION= 2.11 CATEGORIES= math MASTER_SITES= CPAN MASTER_SITE_SUBDIR= Math PKGNAMEPREFIX= p5- -MAINTAINER= gslin@gslin.org +MAINTAINER= perl@FreeBSD.org COMMENT= Find the roots of polynomial equations PERL_CONFIGURE= yes MAN3= Math::Polynomial::Solve.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500600 -IGNORE= requires Perl 5.6.0 or newer. Install lang/perl5.8 and try again -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/math/p5-Math-Polynomial-Solve/distinfo b/math/p5-Math-Polynomial-Solve/distinfo index 07782b8ab8fc..e3b4984e169e 100644 --- a/math/p5-Math-Polynomial-Solve/distinfo +++ b/math/p5-Math-Polynomial-Solve/distinfo @@ -1,3 +1,3 @@ -MD5 (Math-Polynomial-Solve-2.10.tar.gz) = 1b8bfe442e52141659f51d9dd6bc81aa -SHA256 (Math-Polynomial-Solve-2.10.tar.gz) = ce5190253ddcc4a63d54a6f2d4808d49769e982e520d7a4b748ccc4c2d0dac7a -SIZE (Math-Polynomial-Solve-2.10.tar.gz) = 13549 +MD5 (Math-Polynomial-Solve-2.11.tar.gz) = 0bf92534ee429c35b55229d1da622998 +SHA256 (Math-Polynomial-Solve-2.11.tar.gz) = d9e0d2a39915b31dd6b920d19d2265e883d8cf85977b8c38bd27cfbae6aef2f1 +SIZE (Math-Polynomial-Solve-2.11.tar.gz) = 15010 |