summaryrefslogtreecommitdiff
path: root/databases/p5-DBM-Deep
diff options
context:
space:
mode:
authorseb <seb>2010-06-12 16:00:44 +0000
committerseb <seb>2010-06-12 16:00:44 +0000
commit9c37bbfa7e91986dd57ec5d7fd50efab2dda3167 (patch)
treeabef28b392a929f6631fc0952af4feca9b1f65ba /databases/p5-DBM-Deep
parent03921a0d53688400d49a8a47184eb031a504ac38 (diff)
downloadpkgsrc-9c37bbfa7e91986dd57ec5d7fd50efab2dda3167.tar.gz
Update p5-DBM-Deep from version 1.0023 to version 1.0025.
Upstream changes: 1.0025 Jun 6 12:46:00 2010 PDT (This version is compatible with 1.0024) - Fixed t/39_singletons.t to work on Windows. 1.0024 May 30 14:25:00 2010 PDT (This version is compatible with 1.0023) - Stale references (objects blessed into DBM::Deep::Null), which have always supposed to act like undef, now compare equal to undef, "" and 0. $stale_ref eq "" used to return false, even though "$stale_ref" was the empty string. - If you assign a stale reference to a database location, DBM::Deep now warns and assigns undef, instead of dying with obscure error messages. - Using a stale reference as a hash or array ref now causes an error with a more helpful message.
Diffstat (limited to 'databases/p5-DBM-Deep')
-rw-r--r--databases/p5-DBM-Deep/Makefile4
-rw-r--r--databases/p5-DBM-Deep/distinfo10
-rw-r--r--databases/p5-DBM-Deep/patches/patch-aa8
3 files changed, 11 insertions, 11 deletions
diff --git a/databases/p5-DBM-Deep/Makefile b/databases/p5-DBM-Deep/Makefile
index 1983adb7054..70c82ff5090 100644
--- a/databases/p5-DBM-Deep/Makefile
+++ b/databases/p5-DBM-Deep/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2010/05/24 13:22:51 seb Exp $
+# $NetBSD: Makefile,v 1.7 2010/06/12 16:00:44 seb Exp $
-DISTNAME= DBM-Deep-1.0023
+DISTNAME= DBM-Deep-1.0025
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 96f75acf312..7fed6d0fabd 100644
--- a/databases/p5-DBM-Deep/distinfo
+++ b/databases/p5-DBM-Deep/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2010/05/24 13:22:51 seb Exp $
+$NetBSD: distinfo,v 1.6 2010/06/12 16:00:44 seb Exp $
-SHA1 (DBM-Deep-1.0023.tar.gz) = 4ad6ba4587d9db80ca5edee7d1d388cf7e2c9629
-RMD160 (DBM-Deep-1.0023.tar.gz) = 3a23c4aebb0ff0ab7bb83df31935cc2c95bf3ba5
-Size (DBM-Deep-1.0023.tar.gz) = 166665 bytes
-SHA1 (patch-aa) = 00674ebce2703a5ff36dde418e16f8e89edf3057
+SHA1 (DBM-Deep-1.0025.tar.gz) = cbc57b7823d4237c5703cf234e162b9200eb2693
+RMD160 (DBM-Deep-1.0025.tar.gz) = bf0626555ad395e7989394345d913eb09801263a
+Size (DBM-Deep-1.0025.tar.gz) = 168379 bytes
+SHA1 (patch-aa) = aeb979ec48d0b984bf8b82770d1aa48bf3d00fb3
diff --git a/databases/p5-DBM-Deep/patches/patch-aa b/databases/p5-DBM-Deep/patches/patch-aa
index eb918839f77..57a75f9a576 100644
--- a/databases/p5-DBM-Deep/patches/patch-aa
+++ b/databases/p5-DBM-Deep/patches/patch-aa
@@ -1,11 +1,11 @@
-$NetBSD: patch-aa,v 1.1 2010/05/24 13:22:51 seb Exp $
+$NetBSD: patch-aa,v 1.2 2010/06/12 16:00:44 seb Exp $
Configure must not be interactive.
---- Build.PL.orig 2010-04-10 14:49:51.000000000 +0000
+--- Build.PL.orig 2010-06-06 19:45:47.000000000 +0000
+++ Build.PL
-@@ -70,9 +70,9 @@ my $build = Module::Build->subclass(
- },
+@@ -64,9 +64,9 @@ my $build = Module::Build->subclass(
+ meta_add => { no_index => { directory => [ 'utils' ] } },
);
-if ( $build->y_n( "Run the long-running tests", 'n' ) ) {