diff options
author | rhaen <rhaen@pkgsrc.org> | 2012-04-01 19:42:31 +0000 |
---|---|---|
committer | rhaen <rhaen@pkgsrc.org> | 2012-04-01 19:42:31 +0000 |
commit | c0a35e82d2aafe91cdcde7e789fd01aab4d26ad7 (patch) | |
tree | 70f2c0c9d0c899f93c73c402178383ae86a6a27c /databases/p5-BDB | |
parent | f67765b0fa7146de340c97498624a7c390d40ad0 (diff) | |
download | pkgsrc-c0a35e82d2aafe91cdcde7e789fd01aab4d26ad7.tar.gz |
Updated to 1.90 (aka 1.9)
* Removed patch-aa as it is included in upstream
Changes:
1.9 Mon Dec 26 02:46:09 CET 2011
- partial: update for libdb 5.2 (to make it compile only)
Diffstat (limited to 'databases/p5-BDB')
-rw-r--r-- | databases/p5-BDB/Makefile | 7 | ||||
-rw-r--r-- | databases/p5-BDB/distinfo | 9 | ||||
-rw-r--r-- | databases/p5-BDB/patches/patch-aa | 15 |
3 files changed, 7 insertions, 24 deletions
diff --git a/databases/p5-BDB/Makefile b/databases/p5-BDB/Makefile index f71776166cf..49c72795bff 100644 --- a/databases/p5-BDB/Makefile +++ b/databases/p5-BDB/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2012/01/18 13:49:23 adam Exp $ +# $NetBSD: Makefile,v 1.7 2012/04/01 19:42:31 rhaen Exp $ -DISTNAME= BDB-1.89 -PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 +DISTNAME= BDB-1.9 +PKGNAME= p5-BDB-1.90 SVR4_PKGNAME= p5bdb CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/M/ML/MLEHMANN/} diff --git a/databases/p5-BDB/distinfo b/databases/p5-BDB/distinfo index 57e77379b6c..d9cd73fa0a4 100644 --- a/databases/p5-BDB/distinfo +++ b/databases/p5-BDB/distinfo @@ -1,6 +1,5 @@ -$NetBSD: distinfo,v 1.3 2011/08/06 15:23:35 adam Exp $ +$NetBSD: distinfo,v 1.4 2012/04/01 19:42:31 rhaen Exp $ -SHA1 (BDB-1.89.tar.gz) = 3c217b1f186d603ada91d0621a3b174c0db04351 -RMD160 (BDB-1.89.tar.gz) = 80130462b8f1e058cef9def894abfd877f29887b -Size (BDB-1.89.tar.gz) = 36333 bytes -SHA1 (patch-aa) = 65c5934b2eee5550951eb2068ddc3925e4591e70 +SHA1 (BDB-1.9.tar.gz) = 0c9cc19de24014d7ac295b913b97de95ed5368e3 +RMD160 (BDB-1.9.tar.gz) = 4a27d77e130deea95259fcd55377077c11af845e +Size (BDB-1.9.tar.gz) = 36421 bytes diff --git a/databases/p5-BDB/patches/patch-aa b/databases/p5-BDB/patches/patch-aa deleted file mode 100644 index 38b884a931e..00000000000 --- a/databases/p5-BDB/patches/patch-aa +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-aa,v 1.2 2011/08/06 15:23:35 adam Exp $ - ---- BDB.xs.orig 2011-08-06 15:21:38.000000000 +0000 -+++ BDB.xs -@@ -1313,8 +1313,10 @@ BOOT: - const_iv (LOCK_DEADLOCK) - const_iv (LOCK_NOTGRANTED) - const_iv (NOSERVER) -+#if DBVER < 520 - const_iv (NOSERVER_HOME) - const_iv (NOSERVER_ID) -+#endif - const_iv (NOTFOUND) - const_iv (PAGE_NOTFOUND) - const_iv (REP_DUPMASTER) |