diff options
author | mef <mef> | 2015-02-27 00:46:46 +0000 |
---|---|---|
committer | mef <mef> | 2015-02-27 00:46:46 +0000 |
commit | 8d1555c4b9aa4239f82abdca01e1b6c985a5f7b0 (patch) | |
tree | 8621096af4b0290b896e3bbe28f23b5ddeae1265 /math | |
parent | 8d130fc6e704d8948df30913c07e3bdcee570fc8 (diff) | |
download | pkgsrc-8d1555c4b9aa4239f82abdca01e1b6c985a5f7b0.tar.gz |
Update to 2.07
--------------
2.07 2014-01-26 Hugo
- Go direct to XS for more speed
- add lcm/blcm, bsqrt, bmodinv
Diffstat (limited to 'math')
-rw-r--r-- | math/p5-Math-GMP/Makefile | 5 | ||||
-rw-r--r-- | math/p5-Math-GMP/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/math/p5-Math-GMP/Makefile b/math/p5-Math-GMP/Makefile index c80bf0277ee..693e4dc57fe 100644 --- a/math/p5-Math-GMP/Makefile +++ b/math/p5-Math-GMP/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.15 2014/10/09 13:44:49 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2015/02/27 00:46:46 mef Exp $ # -DISTNAME= Math-GMP-2.06 +DISTNAME= Math-GMP-2.07 PKGNAME= p5-${DISTNAME} -PKGREVISION= 6 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 634742d0208..dae937b88e2 100644 --- a/math/p5-Math-GMP/distinfo +++ b/math/p5-Math-GMP/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2009/09/22 20:40:35 sno Exp $ +$NetBSD: distinfo,v 1.4 2015/02/27 00:46:46 mef Exp $ -SHA1 (Math-GMP-2.06.tar.gz) = fb2f49eed88c7f4760cb663ff8b6bcca53fe7445 -RMD160 (Math-GMP-2.06.tar.gz) = 4ef2e5104d5e48133506fbd1e1efd84af23bcdab -Size (Math-GMP-2.06.tar.gz) = 24563 bytes +SHA1 (Math-GMP-2.07.tar.gz) = 9e2a7f8532e2a530e0fb66a002b452a62a18d58d +RMD160 (Math-GMP-2.07.tar.gz) = df5cf6081db68684821834a5d1b75cb89c65bc09 +Size (Math-GMP-2.07.tar.gz) = 24696 bytes SHA1 (patch-aa) = 0609ee8dbfdb087c4f08257fe925ac5bb9129a17 |