summaryrefslogtreecommitdiff
path: root/databases/py-bsddb3/Makefile
diff options
context:
space:
mode:
authordrochner <drochner>2005-08-05 18:21:04 +0000
committerdrochner <drochner>2005-08-05 18:21:04 +0000
commitbe24dab03895a7b23f5e7e3cb8ae7f00d962fc57 (patch)
treee25b9659f30c536cf72b88bade74573d6a88b3ca /databases/py-bsddb3/Makefile
parent162a711693135dc125e50e626af0f8e24ab7d90f (diff)
downloadpkgsrc-be24dab03895a7b23f5e7e3cb8ae7f00d962fc57.tar.gz
update to 4.3.3
changes: -Changes the interface to the recently added set_bt_compare callback to only take two arguments like a normal comparison function. -Fixes a crash in DB.associate when it wanted to raise an exception. cvs: ----------------------------------------------------------------------
Diffstat (limited to 'databases/py-bsddb3/Makefile')
-rw-r--r--databases/py-bsddb3/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/py-bsddb3/Makefile b/databases/py-bsddb3/Makefile
index e75e082d061..e9434877f99 100644
--- a/databases/py-bsddb3/Makefile
+++ b/databases/py-bsddb3/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.14 2005/04/11 21:45:15 tv Exp $
+# $NetBSD: Makefile,v 1.15 2005/08/05 18:21:04 drochner Exp $
#
-DISTNAME= bsddb3-4.3.0
+DISTNAME= bsddb3-4.3.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= databases python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pybsddb/}