From ddfa613a92776f25bff0d023f30dd9d4aeab00af Mon Sep 17 00:00:00 2001 From: seb Date: Wed, 26 Aug 2009 16:03:32 +0000 Subject: 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 --- devel/p5-Bit-Vector/Makefile | 6 +++--- devel/p5-Bit-Vector/distinfo | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'devel') 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 -- cgit v1.2.3