[39759] trunk/dports/python/py-bsddb/Portfile

blair at macports.org blair at macports.org
Wed Sep 3 10:05:06 PDT 2008


Revision: 39759
          http://trac.macosforge.org/projects/macports/changeset/39759
Author:   blair at macports.org
Date:     2008-09-03 10:05:05 -0700 (Wed, 03 Sep 2008)
Log Message:
-----------
Fixes #15649; maintainer timeout.  Just use Python 2.5.2's bsddb
module which works with Berkeley DB 4.6.  The module compiles and
passes using:

$ /opt/local/bin/python2.4 Lib/test/test_bsddb.py

Modified Paths:
--------------
    trunk/dports/python/py-bsddb/Portfile

Modified: trunk/dports/python/py-bsddb/Portfile
===================================================================
--- trunk/dports/python/py-bsddb/Portfile	2008-09-03 17:00:37 UTC (rev 39758)
+++ trunk/dports/python/py-bsddb/Portfile	2008-09-03 17:05:05 UTC (rev 39759)
@@ -4,8 +4,7 @@
 PortGroup python24 1.0
 
 name			py-bsddb
-version			2.4.5
-revision		1
+version			2.5.2
 categories		python databases
 platforms		darwin
 maintainers		mww
@@ -16,7 +15,7 @@
 master_sites	http://www.python.org/ftp/python/${version}/
 distname		Python-${version}
 dist_subdir		python24
-checksums		sha1 6e9e1ac2b70cc10c36063a25ab5a5ddb53177107
+checksums		sha1 4755d212f50af704c20224a6966e23acc5aea60f
 use_bzip2		yes
 
 worksrcdir		${worksrcdir}/Modules
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080903/6daeb7c8/attachment.html 


More information about the macports-changes mailing list