Modified: trunk/dports/python/py26-sphinx/Portfile (69115 => 69116)
--- trunk/dports/python/py26-sphinx/Portfile 2010-06-24 01:09:39 UTC (rev 69115)
+++ trunk/dports/python/py26-sphinx/Portfile 2010-06-24 05:43:49 UTC (rev 69116)
@@ -5,7 +5,7 @@
PortGroup python26 1.0
name py26-sphinx
-version 0.6.6
+version 0.6.7
categories-append devel
license BSD
maintainers jmr openmaintainer
@@ -18,17 +18,15 @@
been cleaned up in the hope that it will be useful to many other projects.
platforms darwin
-if {[info exists supported_archs]} {
- supported_archs noarch
-}
+supported_archs noarch
homepage http://sphinx.pocoo.org/
master_sites http://pypi.python.org/packages/source/S/Sphinx/
distname Sphinx-${version}
-checksums md5 840f6dbbecbb4979a204909f5656c723 \
- sha1 104339d8c0f538624c78f8629312044c39f0d8e2 \
- rmd160 d91e87086f8223acafde51f6553718b486568699
+checksums md5 54c3e4045ee4a4997a50c225f36e92fd \
+ sha1 d333163317ba5a26653ffe439f8ce142ce181ff9 \
+ rmd160 824dd7b7f3df61af0e639a19be1bf0080749e12c
depends_lib port:py26-docutils
depends_run port:py26-pygments \