pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/p5-Bit-Vector Update p5-Bit-Vector from version ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/cec4bd9ccf15
branches: trunk
changeset: 398190:cec4bd9ccf15
user: seb <seb%pkgsrc.org@localhost>
date: Wed Aug 26 16:03:32 2009 +0000
description:
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:
devel/p5-Bit-Vector/Makefile | 6 +++---
devel/p5-Bit-Vector/distinfo | 8 ++++----
2 files changed, 7 insertions(+), 7 deletions(-)
diffs (35 lines):
diff -r bbc94a920f49 -r cec4bd9ccf15 devel/p5-Bit-Vector/Makefile
--- a/devel/p5-Bit-Vector/Makefile Wed Aug 26 15:56:03 2009 +0000
+++ b/devel/p5-Bit-Vector/Makefile Wed Aug 26 16:03:32 2009 +0000
@@ -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_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 -r bbc94a920f49 -r cec4bd9ccf15 devel/p5-Bit-Vector/distinfo
--- a/devel/p5-Bit-Vector/distinfo Wed Aug 26 15:56:03 2009 +0000
+++ b/devel/p5-Bit-Vector/distinfo Wed Aug 26 16:03:32 2009 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index