summaryrefslogtreecommitdiff
path: root/math/p5-Math-Random-MT
diff options
context:
space:
mode:
authorwen <wen>2012-08-06 14:04:08 +0000
committerwen <wen>2012-08-06 14:04:08 +0000
commitaa2421de69e33580a9ee6fd7a4ff9c35af792ca8 (patch)
tree6767bac02f395ddad07210c0339faf0bada33a25 /math/p5-Math-Random-MT
parent6a420f64186823f7d538bbe3811ab394b8f51b59 (diff)
downloadpkgsrc-aa2421de69e33580a9ee6fd7a4ff9c35af792ca8.tar.gz
Update to 1.16
Upstream Changes: 1.16 2012-08-06 Florent Angly <florent.angly@gmail.com> * Fixed issue introduced in version 1.15 where rand() took no notice of argument and irand() did (bug #78200, reported by David Morel) * Migration of test suite to Test::More and Test::Number::Delta 1.15 2012-06-04 Florent Angly <florent.angly@gmail.com> * Implemented irand() to draw random integers (bug #73298, feature requested by crew@cs.stanford.edu) * Fixed build failure on Hurd (bug #74165, reported and patched by Salvatore Bonaccorso) 1.14 2012-05-27 Florent Angly <florent.angly@gmail.com> * Fixed compilation problems with nmake on Windows platforms (Florent Angly, bug #74984) * Fixed issues with random seed (bug #77343, solution suggested by Laurent Dami, fix implemented by Florent Angly) 1.13 2012-01-20 Abhijit Menon-Sen <ams@toroid.org> * New seed generation and retrieval mechanism by Florent Angly (bug #64640 on rt.cpan.org).
Diffstat (limited to 'math/p5-Math-Random-MT')
-rw-r--r--math/p5-Math-Random-MT/Makefile6
-rw-r--r--math/p5-Math-Random-MT/distinfo8
2 files changed, 8 insertions, 6 deletions
diff --git a/math/p5-Math-Random-MT/Makefile b/math/p5-Math-Random-MT/Makefile
index b2e709ebbad..6dd20f7837e 100644
--- a/math/p5-Math-Random-MT/Makefile
+++ b/math/p5-Math-Random-MT/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2011/08/16 22:23:46 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2012/08/06 14:04:08 wen Exp $
#
-DISTNAME= Math-Random-MT-1.12
+DISTNAME= Math-Random-MT-1.16
PKGNAME= p5-${DISTNAME}
CATEGORIES= math perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/}
@@ -16,5 +16,7 @@ PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= c
PERL5_PACKLIST= auto/Math/Random/MT/.packlist
+DEPENDS+= p5-Test-Number-Delta>=0:../../math/p5-Test-Number-Delta
+
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/math/p5-Math-Random-MT/distinfo b/math/p5-Math-Random-MT/distinfo
index 6fe333157fd..49dd1185c5c 100644
--- a/math/p5-Math-Random-MT/distinfo
+++ b/math/p5-Math-Random-MT/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2011/08/16 22:23:46 wiz Exp $
+$NetBSD: distinfo,v 1.3 2012/08/06 14:04:09 wen Exp $
-SHA1 (Math-Random-MT-1.12.tar.gz) = 749df92ad8a34e4da1c01b12fc11c6e3124de4e3
-RMD160 (Math-Random-MT-1.12.tar.gz) = 4e5cf1449854152bfd1ef4f01624a4f5033349cd
-Size (Math-Random-MT-1.12.tar.gz) = 8840 bytes
+SHA1 (Math-Random-MT-1.16.tar.gz) = a85b34804f9340de5e08abcedb40e0ad9d77fdff
+RMD160 (Math-Random-MT-1.16.tar.gz) = 47d3ad390a8c00c48dd1a5b464c63b6b4d6daf41
+Size (Math-Random-MT-1.16.tar.gz) = 11138 bytes