Revision
148906
Author
devans@macports.org
Date
2016-05-22 11:26:19 -0700 (Sun, 22 May 2016)

Log Message

py-libxml2: update to version 2.9.3, update livecheck regex.

Modified Paths

Diff

Modified: trunk/dports/python/py-libxml2/Portfile (148905 => 148906)


--- trunk/dports/python/py-libxml2/Portfile	2016-05-22 18:25:45 UTC (rev 148905)
+++ trunk/dports/python/py-libxml2/Portfile	2016-05-22 18:26:19 UTC (rev 148906)
@@ -7,7 +7,7 @@
 # Please keep the version of the libxml2 and py-libxml2 ports the same.
 
 name                    py-libxml2
-version                 2.9.2
+version                 2.9.3
 categories-append       textproc
 license                 MIT
 platforms               darwin
@@ -24,8 +24,8 @@
 distname                libxml2-${version}
 dist_subdir             libxml2
 
-checksums               rmd160  969b4ed8782f455fd4a6ca1c1b4ffa7651090070 \
-                        sha256  5178c30b151d044aefb1b08bf54c3003a0ac55c59c866763997529d60770d5bc
+checksums           rmd160  8ffed136daaf3595c306b76c5600ce67b5984e61 \
+                    sha256  4de9e31f46b44d34871c22f54bfc54398ef124d6f7cafb1f4a5958fbcd3ba12d
 
 python.versions         27 34 35
 
@@ -50,4 +50,4 @@
 
 livecheck.type  regex
 livecheck.url   http://www.xmlsoft.org/news.html
-livecheck.regex {<h3>(\d+(?:\.\d+)*): .*</h3>}
+livecheck.regex {<h3>[v]*(\d+(?:\.\d+)*): .*</h3>}