pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   wen
Date:           Sat Jan 12 04:35:20 UTC 2019

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

Log Message:
Update to 1.999816

Upstream changes:
1.999816 2018-10-26

 * bnok() for Math::BigInt and Math::BigFloat now support the full Kronenburg
   extension. The behaviour is identical to the behaviour of the Maple and
   Mathematica function for negative integers n, k. Add tests. This closes CPAN
   RT #95628.

 * Fix POD errors. This closes CPAN RT #125141.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/math/p5-Math-BigInt/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/math/p5-Math-BigInt/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-BigInt/Makefile
diff -u pkgsrc/math/p5-Math-BigInt/Makefile:1.10 pkgsrc/math/p5-Math-BigInt/Makefile:1.11
--- pkgsrc/math/p5-Math-BigInt/Makefile:1.10    Sat Oct 20 14:05:32 2018
+++ pkgsrc/math/p5-Math-BigInt/Makefile Sat Jan 12 04:35:20 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2018/10/20 14:05:32 wen Exp $
+# $NetBSD: Makefile,v 1.11 2019/01/12 04:35:20 wen Exp $
 
-DISTNAME=              Math-BigInt-1.999815
+DISTNAME=              Math-BigInt-1.999816
 PKGNAME=               p5-${DISTNAME}
 CATEGORIES=            math perl5
 MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=Math/}

Index: pkgsrc/math/p5-Math-BigInt/distinfo
diff -u pkgsrc/math/p5-Math-BigInt/distinfo:1.8 pkgsrc/math/p5-Math-BigInt/distinfo:1.9
--- pkgsrc/math/p5-Math-BigInt/distinfo:1.8     Sat Oct 20 14:05:32 2018
+++ pkgsrc/math/p5-Math-BigInt/distinfo Sat Jan 12 04:35:20 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2018/10/20 14:05:32 wen Exp $
+$NetBSD: distinfo,v 1.9 2019/01/12 04:35:20 wen Exp $
 
-SHA1 (Math-BigInt-1.999815.tar.gz) = 7294261999b6050b4cd2c3c150b4d7fb66666bc1
-RMD160 (Math-BigInt-1.999815.tar.gz) = d47216f229fbb99969ed6e9f4421123292957212
-SHA512 (Math-BigInt-1.999815.tar.gz) = 4fe52b014c1a885e333aae64abdc7cc657f1cb3d0a82b1b9ab2ca0924d2ab0029f202ead4c9a00311787cadb022443489ad9fd03112f0ec3e12e8a86a72d88cc
-Size (Math-BigInt-1.999815.tar.gz) = 3059768 bytes
+SHA1 (Math-BigInt-1.999816.tar.gz) = ba8630213427257795901c019324fb3b2ad6f588
+RMD160 (Math-BigInt-1.999816.tar.gz) = 7ac280f7ef7ca9d86d1f80da3c21bd9e2c9906e2
+SHA512 (Math-BigInt-1.999816.tar.gz) = 2b5fbaa3e5be661514ff44bef049dbb60ee07e278a4c0efa5b5722ec8578ea1c3c672a3ebd04a03651e931b90a8fd40d5a1249ba611dfc59b10d3cdadcdbbbd4
+Size (Math-BigInt-1.999816.tar.gz) = 3068270 bytes



Home | Main Index | Thread Index | Old Index