pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/p5-DB_File Update p5-DB_File to 1.815.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1c517bb2889b
branches:  trunk
changeset: 529759:1c517bb2889b
user:      obache <obache%pkgsrc.org@localhost>
date:      Sun Jun 10 08:24:13 2007 +0000

description:
Update p5-DB_File to 1.815.
Patch provided by Mark E. Perkins in PR 36465.

1.815 4 February 2007

   * A few casting cleanups for building with C++ from Steve Peters.

   * Fixed problem with recno which happened if you changed directory after
     opening the database. Problem reported by Andrew Pam.

diffstat:

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

diffs (57 lines):

diff -r ad48ca1f08aa -r 1c517bb2889b databases/p5-DB_File/Makefile
--- a/databases/p5-DB_File/Makefile     Sun Jun 10 08:18:59 2007 +0000
+++ b/databases/p5-DB_File/Makefile     Sun Jun 10 08:24:13 2007 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.20 2007/02/22 19:01:16 wiz Exp $
+# $NetBSD: Makefile,v 1.21 2007/06/10 08:24:13 obache Exp $
 
-DISTNAME=      DB_File-1.814
+DISTNAME=      DB_File-1.815
 PKGNAME=       p5-${DISTNAME}
 SVR4_PKGNAME=  p5dfi
 CATEGORIES=    databases perl5
diff -r ad48ca1f08aa -r 1c517bb2889b databases/p5-DB_File/distinfo
--- a/databases/p5-DB_File/distinfo     Sun Jun 10 08:18:59 2007 +0000
+++ b/databases/p5-DB_File/distinfo     Sun Jun 10 08:24:13 2007 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2005/11/11 20:14:51 heinz Exp $
+$NetBSD: distinfo,v 1.6 2007/06/10 08:24:13 obache Exp $
 
-SHA1 (DB_File-1.814.tar.gz) = 8713b4986b38526d5534a3dfd3110da27febf0f8
-RMD160 (DB_File-1.814.tar.gz) = 544a968b5e4cd1d1249012d3894ff1d5bc2515a5
-Size (DB_File-1.814.tar.gz) = 87227 bytes
-SHA1 (patch-aa) = b7464439133c119d6a040365e527eb5d69467d3c
+SHA1 (DB_File-1.815.tar.gz) = be02dbd60d997cc804ef594cda982fe77dd62928
+RMD160 (DB_File-1.815.tar.gz) = d08a874fcb9f24276d02662ca722d48f10b9e431
+Size (DB_File-1.815.tar.gz) = 87656 bytes
+SHA1 (patch-aa) = c9166206b62b66a5d3a87620602ce50a7d049472
diff -r ad48ca1f08aa -r 1c517bb2889b databases/p5-DB_File/patches/patch-aa
--- a/databases/p5-DB_File/patches/patch-aa     Sun Jun 10 08:18:59 2007 +0000
+++ b/databases/p5-DB_File/patches/patch-aa     Sun Jun 10 08:24:13 2007 +0000
@@ -1,6 +1,6 @@
-$NetBSD: patch-aa,v 1.4 2005/11/11 20:14:51 heinz Exp $
+$NetBSD: patch-aa,v 1.5 2007/06/10 08:24:13 obache Exp $
 
---- Makefile.PL.orig   Wed Aug 31 23:29:18 2005
+--- Makefile.PL.orig   2007-02-02 17:54:20.000000000 -0500
 +++ Makefile.PL
 @@ -7,7 +7,7 @@ use Config ;
  die "DB_File needs Perl 5.004_05 or better. This is $]\n" 
@@ -11,7 +11,7 @@
  my $LIB_DIR ;
  my $INC_DIR ;
  my $DB_NAME ;
-@@ -54,7 +54,7 @@ WriteMakefile(
+@@ -66,7 +66,7 @@ WriteMakefile(
        'depend'        => { 'Makefile'          => 'config.in',
                               'version$(OBJ_EXT)' => 'version.c'},
        'clean'         => { FILES => 'constants.h constants.xs' },
@@ -20,7 +20,7 @@
          'dist'          => { COMPRESS => 'gzip', SUFFIX => 'gz',
                             DIST_DEFAULT => 'MyDoubleCheck tardist'},    
        );
-@@ -238,9 +238,9 @@ sub ParseCONFIG
+@@ -250,9 +250,9 @@ sub ParseCONFIG
      my $PREFIX  = $Info{'PREFIX'} ;
      my $HASH    = $Info{'HASH'} ;
  



Home | Main Index | Thread Index | Old Index