Tue Aug 2 05:58:10 2022 UTC ()
math/p5-Math-GMP: update to Math-GMP-2.25 (from 2.20)
    - Refactoring.
    - Test::Builder workaround
    - tests+better docs for bnok() (Binomial)
    - Eliminate warning about not_here() in GMP.xs.
    - add support for bmulf() to multiply by a floating point number
    - add support for bnok() (Binomial)
    - Signature files are generated unreliably and are an ongoing source of
      bug reports. As a result, we decided to axe them altogether.
        - https://github.com/turnstep/Math-GMP/issues/6
    - Apply doc patch from @hvds documenting the pitfalls of division by zero.


(ast)
diff -r1.32 -r1.33 pkgsrc/math/p5-Math-GMP/Makefile
diff -r1.13 -r1.14 pkgsrc/math/p5-Math-GMP/distinfo

cvs diff -r1.32 -r1.33 pkgsrc/math/p5-Math-GMP/Makefile (expand / switch to unified diff)

--- pkgsrc/math/p5-Math-GMP/Makefile 2022/06/28 11:34:40 1.32
+++ pkgsrc/math/p5-Math-GMP/Makefile 2022/08/02 05:58:10 1.33
@@ -1,18 +1,18 @@ @@ -1,18 +1,18 @@
1# $NetBSD: Makefile,v 1.32 2022/06/28 11:34:40 wiz Exp $ 1# $NetBSD: Makefile,v 1.33 2022/08/02 05:58:10 ast Exp $
2 2
3DISTNAME= Math-GMP-2.20 3DISTNAME= Math-GMP-2.25
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5PKGREVISION= 2 5PKGREVISION= 1
6CATEGORIES= math perl5 6CATEGORIES= math perl5
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/} 7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/}
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= https://metacpan.org/release/Math-GMP 10HOMEPAGE= https://metacpan.org/release/Math-GMP
11COMMENT= Perl 5 module for high speed arbitrary size integer math 11COMMENT= Perl 5 module for high speed arbitrary size integer math
12LICENSE= gnu-gpl-v2 12LICENSE= gnu-gpl-v2
13 13
14BUILD_DEPENDS+= p5-Alien-GMP-[0-9]*:../../math/p5-Alien-GMP 14BUILD_DEPENDS+= p5-Alien-GMP-[0-9]*:../../math/p5-Alien-GMP
15 15
16PERL5_PACKLIST= auto/Math/GMP/.packlist 16PERL5_PACKLIST= auto/Math/GMP/.packlist
17 17
18.include "../../devel/gmp/buildlink3.mk" 18.include "../../devel/gmp/buildlink3.mk"

cvs diff -r1.13 -r1.14 pkgsrc/math/p5-Math-GMP/distinfo (expand / switch to unified diff)

--- pkgsrc/math/p5-Math-GMP/distinfo 2021/10/26 10:55:53 1.13
+++ pkgsrc/math/p5-Math-GMP/distinfo 2022/08/02 05:58:10 1.14
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.13 2021/10/26 10:55:53 nia Exp $ 1$NetBSD: distinfo,v 1.14 2022/08/02 05:58:10 ast Exp $
2 2
3BLAKE2s (Math-GMP-2.20.tar.gz) = d6dd1421dd546d4ff5ca6d771f78f985957341faa6e9e2e42cc61978a250a833 3BLAKE2s (Math-GMP-2.25.tar.gz) = d3a9dcc219fea8635e115900f3dbe2f597d284dbf5e257132a066a0c0d2cce18
4SHA512 (Math-GMP-2.20.tar.gz) = e76a4f2ed9f700029a0b075fcdaecf6fb3792ecfef23fb75f014572b6471be9265b80551c741cda9fe3f323a351a23fb9e5edca2e05300b97509b225aa721b04 4SHA512 (Math-GMP-2.25.tar.gz) = 485c33dbcd39a747838f59914504fb99dd4b1433f617667e906189581fb5b5050c26d9bb2e686a778cb677352c2355340f999f76068c469e1561c60dfe61ff8b
5Size (Math-GMP-2.20.tar.gz) = 34224 bytes 5Size (Math-GMP-2.25.tar.gz) = 34422 bytes