summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2015-08-30 08:59:04 +0000
committertaca <taca@pkgsrc.org>2015-08-30 08:59:04 +0000
commit0bf416a3f2df630f222fb52b576cd35fdb22c519 (patch)
tree08c8efd6990349e26df4285d5b2b64105a33d8e9 /math
parent0e314df041da512e9a9fe5e54b3a1278f0a81502 (diff)
downloadpkgsrc-0bf416a3f2df630f222fb52b576cd35fdb22c519.tar.gz
Update pear-Math_BigInteger to 1.0.2.
pkgsrc change: LICESE has changed to mit. 1,0.2: - (internal, bcmath) use OpenSSL, if available, for modular exponentiation - (internal) use 64-bit ints, if available, and 64-bit floats, otherwise - (all) improve random number generation - change license to less restrictive MIT license 1.0.1: - (internal, bcmath) use OpenSSL, if available, for modular exponentiation - (internal) use 64-bit ints, if available, and 64-bit floats, otherwise - (all) improve random number generation - change license to less restrictive MIT license
Diffstat (limited to 'math')
-rw-r--r--math/pear-Math_BigInteger/Makefile6
-rw-r--r--math/pear-Math_BigInteger/distinfo8
2 files changed, 7 insertions, 7 deletions
diff --git a/math/pear-Math_BigInteger/Makefile b/math/pear-Math_BigInteger/Makefile
index 8e83074d3b7..bf67910bb53 100644
--- a/math/pear-Math_BigInteger/Makefile
+++ b/math/pear-Math_BigInteger/Makefile
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.1 2013/03/16 04:04:30 taca Exp $
+# $NetBSD: Makefile,v 1.2 2015/08/30 08:59:04 taca Exp $
-DISTNAME= Math_BigInteger-1.0.0
+DISTNAME= Math_BigInteger-1.0.2
CATEGORIES= math
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://pear.php.net/package/Math_BigInteger/
COMMENT= Provides base-2, base-10, base-16, and base-256 numbers
-LICENSE= gnu-lgpl-v2.1 OR gnu-lgpl-v3
+LICENSE= mit
.include "../../lang/php/pear.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/math/pear-Math_BigInteger/distinfo b/math/pear-Math_BigInteger/distinfo
index f2ad34b9d18..48c1c0ea9fd 100644
--- a/math/pear-Math_BigInteger/distinfo
+++ b/math/pear-Math_BigInteger/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2013/03/16 04:04:30 taca Exp $
+$NetBSD: distinfo,v 1.2 2015/08/30 08:59:04 taca Exp $
-SHA1 (pear/Math_BigInteger-1.0.0.tgz) = dd05455ecc51eca55d844e42422db32f7e9edf95
-RMD160 (pear/Math_BigInteger-1.0.0.tgz) = 322e74f0f6083ebe1d53ea4101dd809017d1842a
-Size (pear/Math_BigInteger-1.0.0.tgz) = 26138 bytes
+SHA1 (pear/Math_BigInteger-1.0.2.tgz) = fcd1879c141cb223dbdb156d7d54e4b8d383a809
+RMD160 (pear/Math_BigInteger-1.0.2.tgz) = 70aed13c19005eeab6c564bcd002984a4c935157
+Size (pear/Math_BigInteger-1.0.2.tgz) = 27854 bytes