summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorwen <wen>2013-08-25 01:40:13 +0000
committerwen <wen>2013-08-25 01:40:13 +0000
commite8d89d4ef473b9385cdb7133018f1e37d0a628ea (patch)
tree9386198c3abf8db516e985f6261faf23bd50b32d /math
parent2b38d0483f769ecc71f1bab193b3f61106accbd2 (diff)
downloadpkgsrc-e8d89d4ef473b9385cdb7133018f1e37d0a628ea.tar.gz
Update to 1.11
Add missing BUILD_DEPENDS Upstream changes: 1.07 Thu Jan 19 2012 - synchronised the autoseeding mechanism with that of Math::Random::MT 1.08 Mon May 28 2012 - synchronised the autoseeding mechanism with that of Math::Random::MT that is more elegant and portable 1.09 Mon Jun 4 2012 - added the irand() function to draw random integers, as in Math::Random::MT 1.10 Mon Aug 6 2012 - made set_seed() return the seed, as does Math::Random::MT - migrated test suite to Test::More and Test::Number::Delta 1.11 - Improvement of unit tests
Diffstat (limited to 'math')
-rw-r--r--math/p5-Math-Random-MT-Perl/Makefile7
-rw-r--r--math/p5-Math-Random-MT-Perl/distinfo8
2 files changed, 8 insertions, 7 deletions
diff --git a/math/p5-Math-Random-MT-Perl/Makefile b/math/p5-Math-Random-MT-Perl/Makefile
index b483620c29c..6c4e4bfc3f5 100644
--- a/math/p5-Math-Random-MT-Perl/Makefile
+++ b/math/p5-Math-Random-MT-Perl/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.9 2013/05/31 12:41:23 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2013/08/25 01:40:13 wen Exp $
#
-DISTNAME= Math-Random-MT-Perl-1.06
+DISTNAME= Math-Random-MT-Perl-1.11
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 4
CATEGORIES= math perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/}
@@ -15,5 +14,7 @@ LICENSE= artistic-2.0
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Math/Random/MT/Perl/.packlist
+BUILD_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-Perl/distinfo b/math/p5-Math-Random-MT-Perl/distinfo
index 24e887239b6..60fe03ffe4e 100644
--- a/math/p5-Math-Random-MT-Perl/distinfo
+++ b/math/p5-Math-Random-MT-Perl/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2009/09/12 21:14:22 sno Exp $
+$NetBSD: distinfo,v 1.3 2013/08/25 01:40:13 wen Exp $
-SHA1 (Math-Random-MT-Perl-1.06.tar.gz) = aac960d66f6ce5fdc67f42e674a54d8d6892d704
-RMD160 (Math-Random-MT-Perl-1.06.tar.gz) = e3ba343ce7480e528514fe7c64084a1c5101fcf6
-Size (Math-Random-MT-Perl-1.06.tar.gz) = 11100 bytes
+SHA1 (Math-Random-MT-Perl-1.11.tar.gz) = 7fff438798184d98d00fb27706eee46c6b3a9772
+RMD160 (Math-Random-MT-Perl-1.11.tar.gz) = ad09a5addab5f29fdeea22e1b85decaf74578b39
+Size (Math-Random-MT-Perl-1.11.tar.gz) = 12115 bytes