Revision: 92504 https://trac.macports.org/changeset/92504 Author: jmr@macports.org Date: 2012-04-30 06:34:01 -0700 (Mon, 30 Apr 2012) Log Message: ----------- py-harstorage: remove py24 since dependencies don't exist, and don't download anything in stub Modified Paths: -------------- trunk/dports/python/py-harstorage/Portfile Modified: trunk/dports/python/py-harstorage/Portfile =================================================================== --- trunk/dports/python/py-harstorage/Portfile 2012-04-30 13:27:15 UTC (rev 92503) +++ trunk/dports/python/py-harstorage/Portfile 2012-04-30 13:34:01 UTC (rev 92504) @@ -7,7 +7,8 @@ name py-harstorage version 0.6 revision 1 -python.versions 24 25 26 27 +python.versions 25 26 27 +python.default_version 27 categories-append www maintainers openmaintainer singingwolfboy supported_archs noarch @@ -20,16 +21,15 @@ platforms darwin homepage http://code.google.com/p/harstorage/ -master_sites googlecode:harstorage -fetch.type hg -hg.url https://code.google.com/p/harstorage/ -hg.tag v${version} +#master_sites googlecode:harstorage if {$name != $subport} { + fetch.type hg + hg.url https://code.google.com/p/harstorage/ + hg.tag v${version} depends_lib-append \ port:py${python.version}-pymongo \ port:py${python.version}-pylons \ port:py${python.version}-cairo \ port:py${python.version}-gtk } -