diff options
author | schmonz <schmonz@pkgsrc.org> | 2013-07-10 02:21:34 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2013-07-10 02:21:34 +0000 |
commit | 7a4f747857eed03f89633cb0a4ac77f111431310 (patch) | |
tree | 5d99eff64d31f04009d050055da146a14b9117bd /databases | |
parent | 7d863311edcec1f6683db09a2d4843967eeacea0 (diff) | |
download | pkgsrc-7a4f747857eed03f89633cb0a4ac77f111431310.tar.gz |
Update to 1.829. From the changelog:
* make realclean: removing all files
RT #68214
* Documented the issue where the error below
BDB0588 At least one secondary cursor must be specified to DB->join
* DB_File installs to wrong place for CPAN version
RT #70420
Makefile.PL prevents INSTALLDIRS on command line.
RT #68287: Makefile.PL prevents INSTALLDIRS on command line.
* typo fix
RT #85335
* Minor change to build with Berkeley DB 6.x
Diffstat (limited to 'databases')
-rw-r--r-- | databases/p5-DB_File/Makefile | 5 | ||||
-rw-r--r-- | databases/p5-DB_File/distinfo | 10 | ||||
-rw-r--r-- | databases/p5-DB_File/patches/patch-aa | 15 |
3 files changed, 10 insertions, 20 deletions
diff --git a/databases/p5-DB_File/Makefile b/databases/p5-DB_File/Makefile index 82675488d73..6f2802066d5 100644 --- a/databases/p5-DB_File/Makefile +++ b/databases/p5-DB_File/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.36 2013/05/31 12:39:52 wiz Exp $ +# $NetBSD: Makefile,v 1.37 2013/07/10 02:21:34 schmonz Exp $ -DISTNAME= DB_File-1.827 +DISTNAME= DB_File-1.829 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 SVR4_PKGNAME= p5dfi CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DB_File/} diff --git a/databases/p5-DB_File/distinfo b/databases/p5-DB_File/distinfo index b82ab8c7308..62c7015ea96 100644 --- a/databases/p5-DB_File/distinfo +++ b/databases/p5-DB_File/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.13 2012/10/21 22:07:36 wiz Exp $ +$NetBSD: distinfo,v 1.14 2013/07/10 02:21:34 schmonz Exp $ -SHA1 (DB_File-1.827.tar.gz) = 5ad3a99ffe70ec1d0583fdea6b430ea7b78c7aac -RMD160 (DB_File-1.827.tar.gz) = 7136ff54bcad86737539227132ffe7d1bf912c2b -Size (DB_File-1.827.tar.gz) = 89246 bytes -SHA1 (patch-aa) = c9166206b62b66a5d3a87620602ce50a7d049472 +SHA1 (DB_File-1.829.tar.gz) = f2c9c5f0bfe8af8694bea44fa204b033dbb6fa36 +RMD160 (DB_File-1.829.tar.gz) = b69ef9a8a70121e7294cec0bd4a0f9d0acef88ad +Size (DB_File-1.829.tar.gz) = 90363 bytes +SHA1 (patch-aa) = a9ce27f844b0ea53fb1f6f6dd4e93d227bd25719 diff --git a/databases/p5-DB_File/patches/patch-aa b/databases/p5-DB_File/patches/patch-aa index b2d569355b5..84398beb38b 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.5 2007/06/10 08:24:13 obache Exp $ +$NetBSD: patch-aa,v 1.6 2013/07/10 02:21:34 schmonz Exp $ ---- Makefile.PL.orig 2007-02-02 17:54:20.000000000 -0500 +--- Makefile.PL.orig 2013-07-07 12:00:37.000000000 +0000 +++ Makefile.PL @@ -7,7 +7,7 @@ use Config ; die "DB_File needs Perl 5.004_05 or better. This is $]\n" @@ -11,16 +11,7 @@ $NetBSD: patch-aa,v 1.5 2007/06/10 08:24:13 obache Exp $ my $LIB_DIR ; my $INC_DIR ; my $DB_NAME ; -@@ -66,7 +66,7 @@ WriteMakefile( - 'depend' => { 'Makefile' => 'config.in', - 'version$(OBJ_EXT)' => 'version.c'}, - 'clean' => { FILES => 'constants.h constants.xs' }, -- 'macro' => { INSTALLDIRS => 'perl', my_files => "@files" }, -+ 'macro' => { my_files => "@files" }, - 'dist' => { COMPRESS => 'gzip', SUFFIX => 'gz', - DIST_DEFAULT => 'MyDoubleCheck tardist'}, - ); -@@ -250,9 +250,9 @@ sub ParseCONFIG +@@ -253,9 +253,9 @@ sub ParseCONFIG my $PREFIX = $Info{'PREFIX'} ; my $HASH = $Info{'HASH'} ; |