pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/p5-DBM-Deep Update p5-DBM-Deep from version ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cd967d9f24d6
branches:  trunk
changeset: 576486:cd967d9f24d6
user:      seb <seb%pkgsrc.org@localhost>
date:      Sat Jun 12 16:00:44 2010 +0000

description:
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:

 databases/p5-DBM-Deep/Makefile         |   4 ++--
 databases/p5-DBM-Deep/distinfo         |  10 +++++-----
 databases/p5-DBM-Deep/patches/patch-aa |   8 ++++----
 3 files changed, 11 insertions(+), 11 deletions(-)

diffs (46 lines):

diff -r 3c64d3a9dced -r cd967d9f24d6 databases/p5-DBM-Deep/Makefile
--- a/databases/p5-DBM-Deep/Makefile    Sat Jun 12 14:13:17 2010 +0000
+++ b/databases/p5-DBM-Deep/Makefile    Sat Jun 12 16:00:44 2010 +0000
@@ -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 -r 3c64d3a9dced -r cd967d9f24d6 databases/p5-DBM-Deep/distinfo
--- a/databases/p5-DBM-Deep/distinfo    Sat Jun 12 14:13:17 2010 +0000
+++ b/databases/p5-DBM-Deep/distinfo    Sat Jun 12 16:00:44 2010 +0000
@@ -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 -r 3c64d3a9dced -r cd967d9f24d6 databases/p5-DBM-Deep/patches/patch-aa
--- a/databases/p5-DBM-Deep/patches/patch-aa    Sat Jun 12 14:13:17 2010 +0000
+++ b/databases/p5-DBM-Deep/patches/patch-aa    Sat Jun 12 16:00:44 2010 +0000
@@ -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' ) ) {



Home | Main Index | Thread Index | Old Index