diff options
author | wiz <wiz@pkgsrc.org> | 2018-05-02 13:03:54 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2018-05-02 13:03:54 +0000 |
commit | 2c7e05e16c344c7b5ed3408b2f09357badc4ee8e (patch) | |
tree | efa16f2752dd793afa95533083908a004523db34 /math | |
parent | c1293104fed8d903b774d05fab3dc626b096506c (diff) | |
download | pkgsrc-2c7e05e16c344c7b5ed3408b2f09357badc4ee8e.tar.gz |
p5-Math-GMP: update to 2.19.
2.19 2018-04-08 Shlomif
- Fix int() on large unsigned integers.
- https://github.com/turnstep/Math-GMP/issues/2
- Thanks to @trizen .
2.18 2018-04-07 Shlomif
- Depend on Alien::GMP to automatically install GMP when missing
- See https://rt.cpan.org/Ticket/Display.html?id=125018
- See https://github.com/turnstep/Math-GMP/pull/1
2.17 2018-04-05 Shlomif
- Correct the link to the GitHub repository.
- See https://rt.cpan.org/Ticket/Display.html?id=125018
Diffstat (limited to 'math')
-rw-r--r-- | math/p5-Math-GMP/Makefile | 23 | ||||
-rw-r--r-- | math/p5-Math-GMP/distinfo | 10 |
2 files changed, 16 insertions, 17 deletions
diff --git a/math/p5-Math-GMP/Makefile b/math/p5-Math-GMP/Makefile index 6a86fe98f1b..91dc6a7cd23 100644 --- a/math/p5-Math-GMP/Makefile +++ b/math/p5-Math-GMP/Makefile @@ -1,19 +1,18 @@ -# $NetBSD: Makefile,v 1.24 2017/12/30 14:35:19 wiz Exp $ +# $NetBSD: Makefile,v 1.25 2018/05/02 13:03:54 wiz Exp $ -DISTNAME= Math-GMP-2.16 -PKGNAME= p5-${DISTNAME} -CATEGORIES= math perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/} +DISTNAME= Math-GMP-2.19 +PKGNAME= p5-${DISTNAME} +CATEGORIES= math perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/} -MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://search.cpan.org/dist/Math-GMP/ -COMMENT= Perl 5 module for high speed arbitrary size integer math -LICENSE= gnu-gpl-v2 +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Math-GMP/ +COMMENT= Perl 5 module for high speed arbitrary size integer math +LICENSE= gnu-gpl-v2 -BUILD_DEPENDS+= p5-Devel-CheckLib>=0:../../devel/p5-Devel-CheckLib -BUILD_DEPENDS+= p5-Test-YAML-Meta>=0.03:../../devel/p5-Test-YAML-Meta +BUILD_DEPENDS+= p5-Alien-GMP-[0-9]*:../../math/p5-Alien-GMP -PERL5_PACKLIST= auto/Math/GMP/.packlist +PERL5_PACKLIST= auto/Math/GMP/.packlist .include "../../devel/gmp/buildlink3.mk" .include "../../lang/perl5/module.mk" diff --git a/math/p5-Math-GMP/distinfo b/math/p5-Math-GMP/distinfo index aa36565ca7c..c6cce3d645f 100644 --- a/math/p5-Math-GMP/distinfo +++ b/math/p5-Math-GMP/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.9 2017/12/30 14:35:19 wiz Exp $ +$NetBSD: distinfo,v 1.10 2018/05/02 13:03:54 wiz Exp $ -SHA1 (Math-GMP-2.16.tar.gz) = e6e4eb0660f9f8ddfc03adb6d32e60cb824ba105 -RMD160 (Math-GMP-2.16.tar.gz) = b1f38d74327d2277ae28490a8f7d3eb915a1a923 -SHA512 (Math-GMP-2.16.tar.gz) = 0e45a1a3535bf1edd96911a786f93bed15daf4ccd9e082adc7f7a1270baa6fea32255ebe2f47ed4448e12980615083683ea9040ff7ff0dd19182da05065020c6 -Size (Math-GMP-2.16.tar.gz) = 33290 bytes +SHA1 (Math-GMP-2.19.tar.gz) = c7ba15e1b7d3b0847198cbf3cd938f86137284ed +RMD160 (Math-GMP-2.19.tar.gz) = 5b57c7e7fbf376397fa84dc0ad4fad1702edf0d8 +SHA512 (Math-GMP-2.19.tar.gz) = 3d2e7d9c32ec84790c20f6e93b0088bcf32c7d68078ee2f7ea25a4e80391d39da904788fbcc41a2660aa1b7718c29fb7f8b36d617553f8ca7e3b8275d41d0466 +Size (Math-GMP-2.19.tar.gz) = 33475 bytes |