pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/math/p5-Math-GMP



Module Name:    pkgsrc
Committed By:   ast
Date:           Tue Aug  2 05:58:10 UTC 2022

Modified Files:
        pkgsrc/math/p5-Math-GMP: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 pkgsrc/math/p5-Math-GMP/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/math/p5-Math-GMP/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/math/p5-Math-GMP/Makefile
diff -u pkgsrc/math/p5-Math-GMP/Makefile:1.32 pkgsrc/math/p5-Math-GMP/Makefile:1.33
--- pkgsrc/math/p5-Math-GMP/Makefile:1.32       Tue Jun 28 11:34:40 2022
+++ pkgsrc/math/p5-Math-GMP/Makefile    Tue Aug  2 05:58:10 2022
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.32 2022/06/28 11:34:40 wiz Exp $
+# $NetBSD: Makefile,v 1.33 2022/08/02 05:58:10 ast Exp $
 
-DISTNAME=      Math-GMP-2.20
+DISTNAME=      Math-GMP-2.25
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   2
+PKGREVISION=   1
 CATEGORIES=    math perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Math/}
 

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



Home | Main Index | Thread Index | Old Index