pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   wen
Date:           Mon May 27 08:44:58 UTC 2024

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

Log Message:
Update to 1.7001

Upstream changes:
1.7001 2024-01-06
 * Sync test files with Math-BigInt.

1.7000 2023-12-29
 * Add new methods _to_hex(), _to_bin(), _to_oct(), _lcm(), _dfac(), _nok(),
   _fib(), and _lucas(). These are now in XS code rather than being inherited.

1.6014 2023-12-27
 * Sync test files with Math-BigInt.

1.6013 2023-09-20
 * Sync test files with Math-BigInt.
 * Remove obsolete link to cpanratings.org.

1.6012 2023-04-03
 * Sync test files with Math-BigInt.


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/math/p5-Math-BigInt-GMP/Makefile
cvs rdiff -u -r1.16 -r1.17 pkgsrc/math/p5-Math-BigInt-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-BigInt-GMP/Makefile
diff -u pkgsrc/math/p5-Math-BigInt-GMP/Makefile:1.31 pkgsrc/math/p5-Math-BigInt-GMP/Makefile:1.32
--- pkgsrc/math/p5-Math-BigInt-GMP/Makefile:1.31        Thu Jul  6 09:40:52 2023
+++ pkgsrc/math/p5-Math-BigInt-GMP/Makefile     Mon May 27 08:44:58 2024
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.31 2023/07/06 09:40:52 wiz Exp $
+# $NetBSD: Makefile,v 1.32 2024/05/27 08:44:58 wen Exp $
 
-DISTNAME=      Math-BigInt-GMP-1.6011
+DISTNAME=      Math-BigInt-GMP-1.7001
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    math perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Math/}
 
@@ -11,7 +10,7 @@ HOMEPAGE=     https://metacpan.org/release/M
 COMMENT=       Perl module for arbitrary size integer math via the GMP library
 LICENSE=       ${PERL5_LICENSE}
 
-DEPENDS+=      p5-Math-BigInt>=1.999819:../../math/p5-Math-BigInt
+DEPENDS+=      p5-Math-BigInt>=2.003001:../../math/p5-Math-BigInt
 
 PERL5_PACKLIST=                auto/Math/BigInt/GMP/.packlist
 

Index: pkgsrc/math/p5-Math-BigInt-GMP/distinfo
diff -u pkgsrc/math/p5-Math-BigInt-GMP/distinfo:1.16 pkgsrc/math/p5-Math-BigInt-GMP/distinfo:1.17
--- pkgsrc/math/p5-Math-BigInt-GMP/distinfo:1.16        Tue Aug  2 05:49:59 2022
+++ pkgsrc/math/p5-Math-BigInt-GMP/distinfo     Mon May 27 08:44:58 2024
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.16 2022/08/02 05:49:59 ast Exp $
+$NetBSD: distinfo,v 1.17 2024/05/27 08:44:58 wen Exp $
 
-BLAKE2s (Math-BigInt-GMP-1.6011.tar.gz) = b8789d144313a8cd61aee41fc1a8c9976b678908ba2b2706fe864cbce3d10fd0
-SHA512 (Math-BigInt-GMP-1.6011.tar.gz) = 3909e343c9b43370727f238c4d939cf830f40546f24e52fdc9fc0a92926f78bcb2a97a23f07f2c66208de28887958df0f156097c4107719a6b10a62f52c3b493
-Size (Math-BigInt-GMP-1.6011.tar.gz) = 2592094 bytes
+BLAKE2s (Math-BigInt-GMP-1.7001.tar.gz) = 7293b3553f2de0990796a8614d539bb616344c708ef5ac042a9c8e29c0553ea3
+SHA512 (Math-BigInt-GMP-1.7001.tar.gz) = ead4a919be398c58e4b5ac97567f9757296dac9cb772658b85b731b295c3c30abc3f69630f82d5b9a8654a61d38539d3418bea6e79555ceea1cfe8090e355bfb
+Size (Math-BigInt-GMP-1.7001.tar.gz) = 2636528 bytes
 SHA1 (patch-aa) = 388dceadec412a941e115f4d8a7701c02f038ed0



Home | Main Index | Thread Index | Old Index