diff options
author | seb <seb@pkgsrc.org> | 2009-08-26 16:03:32 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2009-08-26 16:03:32 +0000 |
commit | 81f12f59dce1d219120a9845b528ce018fa6a84f (patch) | |
tree | 9c5a90621227cb77ba09b245f7d2b78bfcefc3b1 /devel/p5-Bit-Vector | |
parent | 35e8c6c6625cddb7cdbf364e932af3621a841cdc (diff) | |
download | pkgsrc-81f12f59dce1d219120a9845b528ce018fa6a84f.tar.gz |
Update p5-Bit-Vector from version 6.9 to version 7.0.
Upstream changes:
What's new in version 7.0:
--------------------------
+ Fixed a bug in "GCD2()" in "BitVector.c" with null-size vectors
+ Added more test cases for "GCD()" in "t/17_________gcd.t"
+ Almost completely rewrote "BitVector_Boot()" in "BitVector.c"
in order to fix the problem that it calculated an unsigned
long to have 33 bits under MacOS X (Darwin), leading to
failing tests in "t/28___chunklist.t"
+ BEWARE that the type "ErrCode", which is part of the inter-
face of the C library "BitVector.c", has been changed!
+ Added more tests and a debugging aid to "t/28___chunklist.t"
+ Removed the two example files showing how to freeze/thaw
"Bit::Vector" objects using "Data::Dumper", because after
closer inspection this proved to be a can of worms
Diffstat (limited to 'devel/p5-Bit-Vector')
-rw-r--r-- | devel/p5-Bit-Vector/Makefile | 6 | ||||
-rw-r--r-- | devel/p5-Bit-Vector/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/devel/p5-Bit-Vector/Makefile b/devel/p5-Bit-Vector/Makefile index 70cc983b313..85cc4bdc0ac 100644 --- a/devel/p5-Bit-Vector/Makefile +++ b/devel/p5-Bit-Vector/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.25 2009/08/18 16:35:57 sno Exp $ +# $NetBSD: Makefile,v 1.26 2009/08/26 16:03:32 seb Exp $ # -DISTNAME= Bit-Vector-6.9 +DISTNAME= Bit-Vector-7.0 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5biv CATEGORIES= devel perl5 @@ -16,7 +16,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews PKG_DESTDIR_SUPPORT= user-destdir DEPENDS+= p5-Carp-Clan>=5.3:../../devel/p5-Carp-Clan -DEPENDS+= p5-Storable>=2.20:../../devel/p5-Storable +DEPENDS+= p5-Storable>=2.21:../../devel/p5-Storable PERL5_PACKLIST= auto/Bit/Vector/.packlist diff --git a/devel/p5-Bit-Vector/distinfo b/devel/p5-Bit-Vector/distinfo index b231c696b9c..76c5b8a2e14 100644 --- a/devel/p5-Bit-Vector/distinfo +++ b/devel/p5-Bit-Vector/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.9 2009/08/18 16:35:57 sno Exp $ +$NetBSD: distinfo,v 1.10 2009/08/26 16:03:32 seb Exp $ -SHA1 (Bit-Vector-6.9.tar.gz) = 7ca9c04e0b67f52e4f82a584f4d51f6ba4e08cc0 -RMD160 (Bit-Vector-6.9.tar.gz) = 5b6f8fbd6f4a7dd2a945834e79c153895370a4ba -Size (Bit-Vector-6.9.tar.gz) = 131111 bytes +SHA1 (Bit-Vector-7.0.tar.gz) = 67b27d433bb38ad3aabd0fc46cae1f0a32a96926 +RMD160 (Bit-Vector-7.0.tar.gz) = d5ec50e99cf064f3f144731b76264843e9061ce8 +Size (Bit-Vector-7.0.tar.gz) = 130588 bytes |