Revision: 76492 http://trac.macports.org/changeset/76492 Author: blair@macports.org Date: 2011-02-25 11:30:40 -0800 (Fri, 25 Feb 2011) Log Message: ----------- New upstream 0.8 release. Resolves #28517. Modified Paths: -------------- trunk/dports/python/py26-couchdb/Portfile Modified: trunk/dports/python/py26-couchdb/Portfile =================================================================== --- trunk/dports/python/py26-couchdb/Portfile 2011-02-25 19:08:43 UTC (rev 76491) +++ trunk/dports/python/py26-couchdb/Portfile 2011-02-25 19:30:40 UTC (rev 76492) @@ -4,7 +4,7 @@ PortGroup python26 1.0 name py26-couchdb -version 0.6 +version 0.8 categories python www platforms darwin maintainers blair @@ -21,9 +21,9 @@ master_sites http://pypi.python.org/packages/source/C/CouchDB distname CouchDB-${version} -checksums md5 446b8377cf2ddda94d5f2df29c4f705f \ - sha1 b045613043f58745b9fbeb0f73988c12a8393117 \ - rmd160 488f5d22cc5c134a6a08580e77444e48776dcb05 +checksums md5 e32b39e459e1fa2586ea252712a11a59 \ + sha1 35004c40084097f03dc06a20556b84762e0214c7 \ + rmd160 d67c310a07d558cdb7be6f12ad871c722f72dcbd # Use py26-distribute as a library dependency instead of a build # dependency because couchdb/__init__.py uses distribute's