summaryrefslogtreecommitdiff
path: root/databases/py-bsddb3/Makefile
diff options
context:
space:
mode:
authordrochner <drochner>2009-06-04 17:24:08 +0000
committerdrochner <drochner>2009-06-04 17:24:08 +0000
commita50ccf3ac7187a94f23c5281bd955f792f79dc8a (patch)
tree72c83f124ccd1323b6efc5ae42c6c2d4a5bed3ca /databases/py-bsddb3/Makefile
parenta95e8d9e1299d10c79619134c428ab6906374d53 (diff)
downloadpkgsrc-a50ccf3ac7187a94f23c5281bd955f792f79dc8a.tar.gz
update to 4.7.6
changes: -Compatibility with Python 3.0.1 -"DB.has_key()" used to return 0 or 1. Changed to return True or False instead. Check your code! -Change "DBSequence.init_value()" to "DBSequence.initial_value()", for consistence with Berkeley DB real method name. This could require minimal changes in your code. The documentation was right. -add more bindings
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 131d7f15c21..ddd63131c95 100644
--- a/databases/py-bsddb3/Makefile
+++ b/databases/py-bsddb3/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.36 2009/03/05 18:51:27 joerg Exp $
+# $NetBSD: Makefile,v 1.37 2009/06/04 17:24:08 drochner Exp $
#
-DISTNAME= bsddb3-4.7.5
+DISTNAME= bsddb3-4.7.6
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= databases python
MASTER_SITES= http://pypi.python.org/packages/source/b/bsddb3/