Revision: 139744 https://trac.macports.org/changeset/139744 Author: ryandesign@macports.org Date: 2015-08-25 21:11:32 -0700 (Tue, 25 Aug 2015) Log Message: ----------- py-xmldiff: update to 0.6.10 (#48720); fix livecheck Modified Paths: -------------- trunk/dports/python/py-xmldiff/Portfile Modified: trunk/dports/python/py-xmldiff/Portfile =================================================================== --- trunk/dports/python/py-xmldiff/Portfile 2015-08-26 02:57:01 UTC (rev 139743) +++ trunk/dports/python/py-xmldiff/Portfile 2015-08-26 04:11:32 UTC (rev 139744) @@ -4,7 +4,7 @@ PortGroup python 1.0 name py-xmldiff -version 0.6.8 +version 0.6.10 categories-append textproc license GPL-2+ platforms darwin @@ -16,24 +16,24 @@ be used as a library or as a command line tool. It can \ work either with XML files or DOM trees -homepage http://www.logilab.org/projects/xmldiff/ -master_sites http://ftp.logilab.org/pub/xmldiff/ +homepage http://www.logilab.org/project/xmldiff/ +master_sites https://pypi.python.org/packages/source/x/xmldiff distname xmldiff-${version} -checksums md5 bc1e184e45ce7f9c6beedda76fbeaa16 \ - sha1 eed3a15496df1e892c0363273da67f0532a716a7 \ - rmd160 0ce0e87293f4adc1d801e1bd8f40c32939d6f884 +use_zip yes +checksums rmd160 c562cdf65947100217efbd06a12e0d6cac63152c \ + sha256 edeb13ae5d2cc1de72b58bc989f10dc006db5acc19d42f4b05309b14bc99bbe0 + python.versions 27 if {${name} ne ${subport}} { post-destroot { - xinstall -m 644 -W ${worksrcpath} ChangeLog README README.xmlrev TODO \ - doc/API.html doc/API.txt doc/HELP.html doc/HELP.txt \ + xinstall -m 644 -W ${worksrcpath} README \ ${destroot}${prefix}/share/doc/${subport} } livecheck.type none } else { livecheck.type regex - livecheck.url [lindex ${master_sites} 0] - livecheck.regex xmldiff-(\[0-9.\]+)${extract.suffix} + livecheck.url http://www.logilab.org/ajax?rql=Any%20X%2CAA%2CAB%2CAC%2CAD%2CAE%2CAF%2CAG%2... + livecheck.regex /xmldiff-(\[0-9.\]+)${extract.suffix} }
participants (1)
-
ryandesign@macports.org