diff options
author | wiz <wiz@pkgsrc.org> | 2009-02-22 16:21:11 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-02-22 16:21:11 +0000 |
commit | 0ec0435b7eb3b6a0cca630a3c2ec9942f796f3f2 (patch) | |
tree | ad36a11d9c683e920bb107367d2602f7e1b92755 /math/p5-Math-Random | |
parent | 319891b1a79dccbc5df0d0f3ac78b8056b3f7d73 (diff) | |
download | pkgsrc-0ec0435b7eb3b6a0cca630a3c2ec9942f796f3f2.tar.gz |
Update to 0.71:
0.68 Fri Jun 30 12:17:01 2006
- Added a new version of phrtsd and the phrtsd_orig option.
0.69 Tue Sep 12 08:55:10 2006
- Changed pow to exp at randlib.c[1040] to get around a bug
with gcc under AIX. (Would it also be possible to avoid
this by using -lmsaa rather than -lm?)
0.70 Fri Oct 12 16:30:18 2007
- Minor corrections to POD.
0.71 Tue Sep 16 15:38:06 2008
- Used $ARGV[0] rather than shift in Makefile.PL. Thanks to John
Fong for the correction.
Diffstat (limited to 'math/p5-Math-Random')
-rw-r--r-- | math/p5-Math-Random/Makefile | 5 | ||||
-rw-r--r-- | math/p5-Math-Random/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/math/p5-Math-Random/Makefile b/math/p5-Math-Random/Makefile index 420cefd1dc5..35d4ac8b093 100644 --- a/math/p5-Math-Random/Makefile +++ b/math/p5-Math-Random/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.7 2008/10/19 19:18:21 he Exp $ +# $NetBSD: Makefile,v 1.8 2009/02/22 16:21:11 wiz Exp $ # -DISTNAME= Math-Random-0.67 +DISTNAME= Math-Random-0.71 PKGNAME= p5-${DISTNAME} -PKGREVISION= 3 CATEGORIES= math perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/} diff --git a/math/p5-Math-Random/distinfo b/math/p5-Math-Random/distinfo index bed26c94ac3..6d40b655b15 100644 --- a/math/p5-Math-Random/distinfo +++ b/math/p5-Math-Random/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2005/02/23 12:06:57 agc Exp $ +$NetBSD: distinfo,v 1.3 2009/02/22 16:21:11 wiz Exp $ -SHA1 (Math-Random-0.67.tar.gz) = dedd68fdaec3542551f7fb89b7248f0798af43f0 -RMD160 (Math-Random-0.67.tar.gz) = 03919059cb8ff609a84ddaa5c751587b380a286e -Size (Math-Random-0.67.tar.gz) = 44780 bytes +SHA1 (Math-Random-0.71.tar.gz) = b5a233d5d14328fb308dc56534267d9661f6d605 +RMD160 (Math-Random-0.71.tar.gz) = 3c42242ea174bb93f22fc63c1c3b80108ab4f1dd +Size (Math-Random-0.71.tar.gz) = 46011 bytes |