Modified: trunk/dports/python/py-couchdb/Portfile (107452 => 107453)
--- trunk/dports/python/py-couchdb/Portfile 2013-06-29 18:27:45 UTC (rev 107452)
+++ trunk/dports/python/py-couchdb/Portfile 2013-06-29 18:43:24 UTC (rev 107453)
@@ -4,9 +4,11 @@
PortGroup python 1.0
name py-couchdb
-version 0.8
+version 0.9
categories python www
+license BSD
platforms darwin
+supported_archs noarch
maintainers blair
homepage http://code.google.com/p/couchdb-python/
description Python library for working with CouchDB
@@ -19,11 +21,11 @@
4) couchdb.view: a CouchDB view server that allows \
writing view functions in Python
-master_sites http://pypi.python.org/packages/source/C/CouchDB
+master_sites https://pypi.python.org/packages/source/C/CouchDB
distname CouchDB-${version}
-checksums md5 e32b39e459e1fa2586ea252712a11a59 \
- sha1 35004c40084097f03dc06a20556b84762e0214c7 \
- rmd160 d67c310a07d558cdb7be6f12ad871c722f72dcbd
+checksums md5 67afd226fed4c641eeb13a9930d334f7 \
+ rmd160 f581679a63834890ac00d6d0dee89c13de24359e \
+ sha256 a1cf5071b5adb47048199bbfbaf1500e69c88b27afe14ba26efa0f4044c3baee
python.versions 25 26 27
@@ -37,6 +39,6 @@
livecheck.type none
} else {
livecheck.type regex
- livecheck.url http://pypi.python.org/pypi/CouchDB
+ livecheck.url https://pypi.python.org/pypi/CouchDB
livecheck.regex {CouchDB ([0-9]+\.[0-9]+(?:\.[0-9]+)?)}
}