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 to 1.831. From the changelog:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/883da3f5b3e4
branches:  trunk
changeset: 635656:883da3f5b3e4
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Mon Jun 09 18:13:04 2014 +0000

description:
Update to 1.831. From the changelog:

* C99 comment is a nogo (RT #90383)
* Memory leaks when failed to open db (RT #89589)
* DB_File uses AutoLoader for no reason (RT #88258)

While here, since I don't see why it's necessary, remove our patch.

diffstat:

 databases/p5-DB_File/Makefile         |   5 ++---
 databases/p5-DB_File/distinfo         |   9 ++++-----
 databases/p5-DB_File/patches/patch-aa |  25 -------------------------
 3 files changed, 6 insertions(+), 33 deletions(-)

diffs (57 lines):

diff -r caf260b9d0dd -r 883da3f5b3e4 databases/p5-DB_File/Makefile
--- a/databases/p5-DB_File/Makefile     Mon Jun 09 18:04:20 2014 +0000
+++ b/databases/p5-DB_File/Makefile     Mon Jun 09 18:13:04 2014 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.38 2014/05/29 23:35:29 wiz Exp $
+# $NetBSD: Makefile,v 1.39 2014/06/09 18:13:04 schmonz Exp $
 
-DISTNAME=      DB_File-1.829
+DISTNAME=      DB_File-1.831
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   1
 SVR4_PKGNAME=  p5dfi
 CATEGORIES=    databases perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=DB_File/}
diff -r caf260b9d0dd -r 883da3f5b3e4 databases/p5-DB_File/distinfo
--- a/databases/p5-DB_File/distinfo     Mon Jun 09 18:04:20 2014 +0000
+++ b/databases/p5-DB_File/distinfo     Mon Jun 09 18:13:04 2014 +0000
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.14 2013/07/10 02:21:34 schmonz Exp $
+$NetBSD: distinfo,v 1.15 2014/06/09 18:13:04 schmonz Exp $
 
-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
+SHA1 (DB_File-1.831.tar.gz) = 1029cf2d1f682564d979009d3f8df352727b132e
+RMD160 (DB_File-1.831.tar.gz) = b6746f4284b540603f865ac706cbb46973ad0612
+Size (DB_File-1.831.tar.gz) = 90436 bytes
diff -r caf260b9d0dd -r 883da3f5b3e4 databases/p5-DB_File/patches/patch-aa
--- a/databases/p5-DB_File/patches/patch-aa     Mon Jun 09 18:04:20 2014 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,25 +0,0 @@
-$NetBSD: patch-aa,v 1.6 2013/07/10 02:21:34 schmonz Exp $
-
---- 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" 
-     if $] <= 5.00404; 
- 
--my $VER_INFO ;
-+my $VER_INFO = "";
- my $LIB_DIR ;
- my $INC_DIR ;
- my $DB_NAME ;
-@@ -253,9 +253,9 @@ sub ParseCONFIG
-     my $PREFIX  = $Info{'PREFIX'} ;
-     my $HASH    = $Info{'HASH'} ;
- 
--    $VER_INFO = "-DmDB_Prefix_t=${PREFIX} -DmDB_Hash_t=${HASH}" ;
-+    # $VER_INFO = "-DmDB_Prefix_t=${PREFIX} -DmDB_Hash_t=${HASH}" ;
- 
--    print <<EOM if 0 ;
-+    print <<EOM if 1 ;
-     INCLUDE   [$INC_DIR]
-     LIB               [$LIB_DIR]
-     HASH      [$HASH]



Home | Main Index | Thread Index | Old Index