summaryrefslogtreecommitdiff
path: root/databases/py-bsddb3/Makefile
diff options
context:
space:
mode:
authoradam <adam>2012-01-18 13:48:36 +0000
committeradam <adam>2012-01-18 13:48:36 +0000
commit1894f0ada64fd7ac530451df1625f3253b475545 (patch)
treeb695ef7dc9220058caae3af8b9df630763046fe5 /databases/py-bsddb3/Makefile
parentf7ffa2ad679a305cc82e573027255d365acdec9f (diff)
downloadpkgsrc-1894f0ada64fd7ac530451df1625f3253b475545.tar.gz
Changes 5.3.0:
* Support Berkeley DB 5.3.x. * Drop support for Berkeley DB 4.2 and Python 2.3. Our reference is Red Had Enterprise Linux 5, until march 2014. * Support for "DBEnv->set_intermediate_dir()", available in Berkeley DB 4.3-4.6. Patch by Garret Cooper. * Support for "DB->set_dup_compare()". Original patches by Nikita M. Kozlovsky and Ben Schmeckpeper. * Fixed a testsuite compatibility problem with BDB 5.2. * If we are running Solaris or derivatives, and 64bit python, try to find the library under "/usr/local/Berkeley.*.*/64/". * Solaris 10 Update 10 exposes a very old race condition in the replication master election tests. Some details in https://forums.oracle.com/forums/thread.jspa?messageID=9902860 . Workaround proposed in a private email from Paula Bingham (Oracle), in 20110929. * When doing the full matrix test for a release, stop the verification if any test failed.
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 06bc410f66b..cb6a16e97b9 100644
--- a/databases/py-bsddb3/Makefile
+++ b/databases/py-bsddb3/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.43 2011/07/14 07:45:28 adam Exp $
+# $NetBSD: Makefile,v 1.44 2012/01/18 13:48:36 adam Exp $
-DISTNAME= bsddb3-5.2.0
+DISTNAME= bsddb3-5.3.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= databases python
MASTER_SITES= http://pypi.python.org/packages/source/b/bsddb3/