diff options
author | wen <wen@pkgsrc.org> | 2016-07-26 06:32:22 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2016-07-26 06:32:22 +0000 |
commit | 772a5f0f3a26e7a769c6f50f5e94e1ec1a3ec640 (patch) | |
tree | 061e5b8c9a3b599c6d61ad3975a3e03723943a2a /math | |
parent | 52325c371980b09e7e2ded1f75764b7fd50adf48 (diff) | |
download | pkgsrc-772a5f0f3a26e7a769c6f50f5e94e1ec1a3ec640.tar.gz |
Update to 1.17
Upstream changes:
1.17 2015-11-27 Florent Angly <florent.angly@gmail.com>
* Bugfix: giving a seed value of 0 was ignored (reported by Maxim Tyukov)
Diffstat (limited to 'math')
-rw-r--r-- | math/p5-Math-Random-MT/Makefile | 5 | ||||
-rw-r--r-- | math/p5-Math-Random-MT/distinfo | 10 |
2 files changed, 7 insertions, 8 deletions
diff --git a/math/p5-Math-Random-MT/Makefile b/math/p5-Math-Random-MT/Makefile index b67d360c256..fafc45efda2 100644 --- a/math/p5-Math-Random-MT/Makefile +++ b/math/p5-Math-Random-MT/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.10 2016/06/08 19:24:03 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2016/07/26 06:32:22 wen Exp $ # -DISTNAME= Math-Random-MT-1.16 +DISTNAME= Math-Random-MT-1.17 PKGNAME= p5-${DISTNAME} -PKGREVISION= 5 CATEGORIES= math perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/} diff --git a/math/p5-Math-Random-MT/distinfo b/math/p5-Math-Random-MT/distinfo index e7bb38cefde..ff70dbad113 100644 --- a/math/p5-Math-Random-MT/distinfo +++ b/math/p5-Math-Random-MT/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.4 2015/11/03 23:33:39 agc Exp $ +$NetBSD: distinfo,v 1.5 2016/07/26 06:32:22 wen Exp $ -SHA1 (Math-Random-MT-1.16.tar.gz) = a85b34804f9340de5e08abcedb40e0ad9d77fdff -RMD160 (Math-Random-MT-1.16.tar.gz) = 47d3ad390a8c00c48dd1a5b464c63b6b4d6daf41 -SHA512 (Math-Random-MT-1.16.tar.gz) = ad2019c847aade876dce0e0c4f309dad39a6b2be18023bfdb5c481b8042230639877c27c01c4f63226d43125e429e616632f38c4d542868bfc55e741dc7ef6ab -Size (Math-Random-MT-1.16.tar.gz) = 11138 bytes +SHA1 (Math-Random-MT-1.17.tar.gz) = e1bee3970a041e284a8a145311e5ea9932a5f77c +RMD160 (Math-Random-MT-1.17.tar.gz) = b54a16a8f0d3c9301d6fc5265ed561b80b638505 +SHA512 (Math-Random-MT-1.17.tar.gz) = 46150ae8d1b7a0e24a2d962bb34c4075d9370ab3fe1237a0b44e506f22699bf1674a8299d1c4b708b441d45a29ca1943d0beeb9759c5c832df288d490f1ac889 +Size (Math-Random-MT-1.17.tar.gz) = 11999 bytes |