diff options
author | sno <sno@pkgsrc.org> | 2010-09-23 22:13:39 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2010-09-23 22:13:39 +0000 |
commit | ce15709b0b7562495805721ae4f0f6271e2d2580 (patch) | |
tree | 6645bf232c1ea12864c94e4d306bde445e83100f /databases/p5-DBM-Deep | |
parent | 3beae97b275e19c00ef64ed16f1e024c1068c303 (diff) | |
download | pkgsrc-ce15709b0b7562495805721ae4f0f6271e2d2580.tar.gz |
Updating databases/p5-DBM-Deep from 2.0001 to 2.0004
Upstream changes:
2.0004 Sep 12 18:38:00 2010 PDT
- t/27_filehandle.t has been fixed to work with Test::More 2.
2.0003 Sep 12 12:02:00 2010 PDT
- t/43_transaction_maximum.t has been fixed. It was broken in the
previous release for systems that will only open so many files.
2.0002 Sep 5 12:35:00 2010 PDT
- Error messages from DBM::Deep now use the caller???s file name.
They used incorrectly to use the name of the program ($0).
- begin_work now checks correctly to see whether the new transac-
tion exceeds the number the file was created to support. Some-
times it would allow a few more transactions, and then proceed
to corrupt the database (RT#60903).
- The description of the file header in DBM::Deep::Internals has
been brought up to date.
Diffstat (limited to 'databases/p5-DBM-Deep')
-rw-r--r-- | databases/p5-DBM-Deep/Makefile | 4 | ||||
-rw-r--r-- | databases/p5-DBM-Deep/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/databases/p5-DBM-Deep/Makefile b/databases/p5-DBM-Deep/Makefile index 2440e2c28bd..93f79463ec4 100644 --- a/databases/p5-DBM-Deep/Makefile +++ b/databases/p5-DBM-Deep/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.9 2010/08/27 03:43:06 seb Exp $ +# $NetBSD: Makefile,v 1.10 2010/09/23 22:13:39 sno Exp $ -DISTNAME= DBM-Deep-2.0001 +DISTNAME= DBM-Deep-2.0004 PKGNAME= p5-${DISTNAME} CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBM/} diff --git a/databases/p5-DBM-Deep/distinfo b/databases/p5-DBM-Deep/distinfo index add93ecfe56..51222820fe5 100644 --- a/databases/p5-DBM-Deep/distinfo +++ b/databases/p5-DBM-Deep/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.8 2010/08/27 03:43:06 seb Exp $ +$NetBSD: distinfo,v 1.9 2010/09/23 22:13:39 sno Exp $ -SHA1 (DBM-Deep-2.0001.tar.gz) = ae444706b83b07f6ac49185dce95832c45f9f2fc -RMD160 (DBM-Deep-2.0001.tar.gz) = f40f131dabcd096e48a4558188b141267d19b855 -Size (DBM-Deep-2.0001.tar.gz) = 175683 bytes +SHA1 (DBM-Deep-2.0004.tar.gz) = ab3cc8044a8978f229c23de2cf1218e7d15cd2e9 +RMD160 (DBM-Deep-2.0004.tar.gz) = 034d691aae06243e25def3c06653a9f0e3757ae1 +Size (DBM-Deep-2.0004.tar.gz) = 177411 bytes SHA1 (patch-aa) = aeb979ec48d0b984bf8b82770d1aa48bf3d00fb3 |