diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-05-17 02:18:36 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-05-17 02:18:36 +0800 |
commit | 2da078e1b71f2032cde1a040762dac1d64c52b3a (patch) | |
tree | 9878f9a22c4a56e4105fc5a988aeed7c1ec5dc9f /math | |
parent | 0fbf13065cab6f55c750b0affd0b6dc46bce53da (diff) | |
download | freebsd-ports-gnome-2da078e1b71f2032cde1a040762dac1d64c52b3a.tar.gz freebsd-ports-gnome-2da078e1b71f2032cde1a040762dac1d64c52b3a.tar.zst freebsd-ports-gnome-2da078e1b71f2032cde1a040762dac1d64c52b3a.zip |
Update to 2.80
- Add USES=dos2unix
Changes: http://search.cpan.org/dist/Math-Polynomial-Solve/Changes
Diffstat (limited to 'math')
-rw-r--r-- | math/p5-Math-Polynomial-Solve/Makefile | 4 | ||||
-rw-r--r-- | math/p5-Math-Polynomial-Solve/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/math/p5-Math-Polynomial-Solve/Makefile b/math/p5-Math-Polynomial-Solve/Makefile index f1e62a10284e..cdf941b5a76a 100644 --- a/math/p5-Math-Polynomial-Solve/Makefile +++ b/math/p5-Math-Polynomial-Solve/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Math-Polynomial-Solve -PORTVERSION= 2.75 +PORTVERSION= 2.80 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -18,7 +18,7 @@ BUILD_DEPENDS= p5-Math-Utils>=1.06:math/p5-Math-Utils RUN_DEPENDS:= ${BUILD_DEPENDS} NO_ARCH= yes -USES= perl5 +USES= dos2unix perl5 USE_PERL5= configure .include <bsd.port.mk> diff --git a/math/p5-Math-Polynomial-Solve/distinfo b/math/p5-Math-Polynomial-Solve/distinfo index c0d1b28d12de..e9f5300cfc4d 100644 --- a/math/p5-Math-Polynomial-Solve/distinfo +++ b/math/p5-Math-Polynomial-Solve/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1464328798 -SHA256 (Math-Polynomial-Solve-2.75.tar.gz) = 1cf19e5cd59876e3e35d56f6fda50c9572505f8330f5d634003a99731fb47d94 -SIZE (Math-Polynomial-Solve-2.75.tar.gz) = 1088410 +TIMESTAMP = 1494936638 +SHA256 (Math-Polynomial-Solve-2.80.tar.gz) = 5af36fa7f93af7e6d2a356b20ad067cbf73612bbab39a0b1d5b36653d18eab54 +SIZE (Math-Polynomial-Solve-2.80.tar.gz) = 1084195 |