summaryrefslogtreecommitdiff
path: root/databases/p5-BerkeleyDB/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2009-08-16 16:03:25 +0000
committerwiz <wiz>2009-08-16 16:03:25 +0000
commit11c6575358c3a9bd6c2fe39f3d016cf8d91084f2 (patch)
tree4a2ab544944fbc82061170bfc37cbc56d159fdb1 /databases/p5-BerkeleyDB/Makefile
parentc5dc0f9e8a6db9b15eb6ff85836f3414e34f33bd (diff)
downloadpkgsrc-11c6575358c3a9bd6c2fe39f3d016cf8d91084f2.tar.gz
Update to 0.39:
0.39 6th June 2009 * Added support for BDB 4.8 - associate_foreign - set_bt_compress (no callbacks as yet). * Also added interface to - ENV->stat_print - ENV->txn_stat_print * Oldest Perl supported is now 5.005 * Fixed issue db_stat when it returned a null pointer. (#46312 rt.cpan.org) * Fixed issue with DNM Filters & UTF8 support. Patch supplied by Torsten Foertsch.
Diffstat (limited to 'databases/p5-BerkeleyDB/Makefile')
-rw-r--r--databases/p5-BerkeleyDB/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/p5-BerkeleyDB/Makefile b/databases/p5-BerkeleyDB/Makefile
index 45e4d010b41..e546ff2b8cc 100644
--- a/databases/p5-BerkeleyDB/Makefile
+++ b/databases/p5-BerkeleyDB/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.25 2009/02/24 20:31:18 he Exp $
+# $NetBSD: Makefile,v 1.26 2009/08/16 16:03:25 wiz Exp $
#
-DISTNAME= BerkeleyDB-0.38
+DISTNAME= BerkeleyDB-0.39
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5bdb
CATEGORIES= databases perl5