[139744] trunk/dports/python/py-xmldiff/Portfile

ryandesign at macports.org ryandesign at macports.org
Tue Aug 25 21:11:32 PDT 2015


Revision: 139744
          https://trac.macports.org/changeset/139744
Author:   ryandesign at 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%20WHERE%20X%20is_instance_of%20Project%2C%20X%20description%20AA%2C%20X%20description_format%20AB%2C%20X%20homepage%20AC%2C%20X%20modification_date%20AD%2C%20X%20name%20AE%2C%20X%20summary%20AF%2C%20X%20summary%20AG%2C%20X%20name%20%22xmldiff%22&vid=projectinfo_tab&fname=view
+    livecheck.regex /xmldiff-(\[0-9.\]+)${extract.suffix}
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150825/641dfe82/attachment.html>


More information about the macports-changes mailing list