diff options
author | mef <mef@pkgsrc.org> | 2017-02-11 11:14:45 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2017-02-11 11:14:45 +0000 |
commit | 0703a49196119fa089479a86fbc03e31a1461b66 (patch) | |
tree | f5b9dcfd4c19cd297a6aad854fd3f274816a0abf | |
parent | d262bf8f63b3dad58fb9345c70d23311b91ef9a9 (diff) | |
download | pkgsrc-0703a49196119fa089479a86fbc03e31a1461b66.tar.gz |
Updated math/p5-Math-GMP 2.11 to 2.14
-------------------------------------
2.14 2017-02-01 Shlomif
- Hopefully fix the GPG signature.
- https://rt.cpan.org/Ticket/Display.html?id=120062
- Thanks to Pavel Mateja for the report.
2.13 2016-11-18 Shlomif
- Fix the tests on older libgmps.
- See https://rt.cpan.org/Ticket/Display.html?id=118816
- Thanks to Hugo van der Sanden for the patches.
- Refactoring of the test suite.
2.12 2016-11-09 Shlomif
- Add support for testing methods that return lists.
- Add broot, brootrem, bsqrtrem, is_perfect_power, is_perfect_square
- Thanks to Hugo van der Sanden for the patches
- https://rt.cpan.org/Ticket/Display.html?id=118677
-rw-r--r-- | math/p5-Math-GMP/Makefile | 5 | ||||
-rw-r--r-- | math/p5-Math-GMP/distinfo | 10 |
2 files changed, 7 insertions, 8 deletions
diff --git a/math/p5-Math-GMP/Makefile b/math/p5-Math-GMP/Makefile index 1674dfd7bea..b11792a9c4c 100644 --- a/math/p5-Math-GMP/Makefile +++ b/math/p5-Math-GMP/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.20 2016/06/08 19:24:02 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2017/02/11 11:14:45 mef Exp $ # -DISTNAME= Math-GMP-2.11 +DISTNAME= Math-GMP-2.14 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= math perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/} diff --git a/math/p5-Math-GMP/distinfo b/math/p5-Math-GMP/distinfo index 6af077a7166..fb8fc7f3674 100644 --- a/math/p5-Math-GMP/distinfo +++ b/math/p5-Math-GMP/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.6 2015/11/14 05:06:47 wen Exp $ +$NetBSD: distinfo,v 1.7 2017/02/11 11:14:45 mef Exp $ -SHA1 (Math-GMP-2.11.tar.gz) = 509074b18cbbd5ea9cc39cb481732a55c2f1e3b1 -RMD160 (Math-GMP-2.11.tar.gz) = afb3dcdb073b5baeaa363919503309cbbac01e75 -SHA512 (Math-GMP-2.11.tar.gz) = 4296717691ec7699ba5e82f5c0b3f83a831f8f0006c09a843ef9fc25227a26bdc6a623a728bebfc5df01124747c081239281d1cf861ee73a42444f15848a23d4 -Size (Math-GMP-2.11.tar.gz) = 31178 bytes +SHA1 (Math-GMP-2.14.tar.gz) = b4a0d72023012cf2065884f18f8717d7221714c8 +RMD160 (Math-GMP-2.14.tar.gz) = 22861dff8cf3a09c2fd3890a8e88a937ea54c3f1 +SHA512 (Math-GMP-2.14.tar.gz) = aa3468fe49253562af74d8c8d8a0094b4f7dad32a07b5e99ed6fc4e7a090c560a8f38f5227e1b96abb59525e5b1fe4c3766dae01734a7de1f0c4938c05d6fe43 +Size (Math-GMP-2.14.tar.gz) = 33025 bytes |