Revision: 74336 http://trac.macports.org/changeset/74336 Author: mmoll@macports.org Date: 2010-12-13 06:48:07 -0800 (Mon, 13 Dec 2010) Log Message: ----------- python/py2[56]-suds: version bump, livecheck fix Modified Paths: -------------- trunk/dports/python/py25-suds/Portfile trunk/dports/python/py26-suds/Portfile Modified: trunk/dports/python/py25-suds/Portfile =================================================================== --- trunk/dports/python/py25-suds/Portfile 2010-12-13 14:47:24 UTC (rev 74335) +++ trunk/dports/python/py25-suds/Portfile 2010-12-13 14:48:07 UTC (rev 74336) @@ -5,7 +5,7 @@ set realname suds name py25-${realname} -version 0.3.9 +version 0.4 categories python devel net maintainers mmoll openmaintainer description Suds is a lightweight SOAP python client for consuming Web Services. @@ -13,13 +13,13 @@ homepage https://fedorahosted.org/suds/ platforms darwin master_sites https://fedorahosted.org/releases/s/u/suds/ -checksums md5 420ac4b6ba788e43631b74719a470bf7 \ - sha1 55826c9d17e0826ddd43e6027de3249219074d68 \ - rmd160 d3b9e8e0bd7c005dde305bf5c61646dd8b23ac02 +checksums md5 05523dfd3fc0de3f19dde4aca5dd17e9 \ + sha1 47d943c3cd9432ac8ad237621803ba06ef5a3474 \ + rmd160 6d7ed5c7a83680542509aa26cf5165673871db78 distname python-${realname}-${version} depends_build-append port:py25-distribute livecheck.type regex -livecheck.url ${master_sites} -livecheck.regex python-suds-(\[0-9.\]+).tar.gz +livecheck.url https://fedorahosted.org/suds/wiki/ReleaseHistory +livecheck.regex Release \\((\[0-9.\]+)\\) Modified: trunk/dports/python/py26-suds/Portfile =================================================================== --- trunk/dports/python/py26-suds/Portfile 2010-12-13 14:47:24 UTC (rev 74335) +++ trunk/dports/python/py26-suds/Portfile 2010-12-13 14:48:07 UTC (rev 74336) @@ -5,7 +5,7 @@ set realname suds name py26-${realname} -version 0.3.9 +version 0.4 categories python devel net maintainers mmoll openmaintainer description Suds is a lightweight SOAP python client for consuming Web Services. @@ -13,13 +13,13 @@ homepage https://fedorahosted.org/suds/ platforms darwin master_sites https://fedorahosted.org/releases/s/u/suds/ -checksums md5 420ac4b6ba788e43631b74719a470bf7 \ - sha1 55826c9d17e0826ddd43e6027de3249219074d68 \ - rmd160 d3b9e8e0bd7c005dde305bf5c61646dd8b23ac02 +checksums md5 05523dfd3fc0de3f19dde4aca5dd17e9 \ + sha1 47d943c3cd9432ac8ad237621803ba06ef5a3474 \ + rmd160 6d7ed5c7a83680542509aa26cf5165673871db78 distname python-${realname}-${version} depends_build-append port:py26-distribute livecheck.type regex -livecheck.url ${master_sites} -livecheck.regex python-suds-(\[0-9.\]+).tar.gz +livecheck.url https://fedorahosted.org/suds/wiki/ReleaseHistory +livecheck.regex Release \\((\[0-9.\]+)\\)
participants (1)
-
mmoll@macports.org