diff options
author | obache <obache@pkgsrc.org> | 2007-06-10 08:24:13 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2007-06-10 08:24:13 +0000 |
commit | cf84b8ef6abf00fdf203a162432ad9a2b30f3edf (patch) | |
tree | b924722191dd907327bebcbc7f7cbf138cd80998 /databases/p5-DB_File | |
parent | 7256b86761cb0d713d2aa1329fa81f89a8901bcb (diff) | |
download | pkgsrc-cf84b8ef6abf00fdf203a162432ad9a2b30f3edf.tar.gz |
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 (limited to 'databases/p5-DB_File')
-rw-r--r-- | databases/p5-DB_File/Makefile | 4 | ||||
-rw-r--r-- | databases/p5-DB_File/distinfo | 10 | ||||
-rw-r--r-- | databases/p5-DB_File/patches/patch-aa | 8 |
3 files changed, 11 insertions, 11 deletions
diff --git a/databases/p5-DB_File/Makefile b/databases/p5-DB_File/Makefile index b2aa42e815b..89e915ee821 100644 --- a/databases/p5-DB_File/Makefile +++ b/databases/p5-DB_File/Makefile @@ -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 --git a/databases/p5-DB_File/distinfo b/databases/p5-DB_File/distinfo index 8ce77a9360a..2904ee2dcfa 100644 --- a/databases/p5-DB_File/distinfo +++ b/databases/p5-DB_File/distinfo @@ -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 --git a/databases/p5-DB_File/patches/patch-aa b/databases/p5-DB_File/patches/patch-aa index 7c49f37174d..b2d569355b5 100644 --- a/databases/p5-DB_File/patches/patch-aa +++ b/databases/p5-DB_File/patches/patch-aa @@ -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 @@ $NetBSD: patch-aa,v 1.4 2005/11/11 20:14:51 heinz Exp $ 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 @@ $NetBSD: patch-aa,v 1.4 2005/11/11 20:14:51 heinz Exp $ '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'} ; |