Revision
148905
Author
devans@macports.org
Date
2016-05-22 11:25:45 -0700 (Sun, 22 May 2016)

Log Message

libxml2: update to version 2.9.3, drop patch now incorporated upstream, update livecheck regex.

Modified Paths

Removed Paths

Diff

Modified: trunk/dports/textproc/libxml2/Portfile (148904 => 148905)


--- trunk/dports/textproc/libxml2/Portfile	2016-05-22 17:47:18 UTC (rev 148904)
+++ trunk/dports/textproc/libxml2/Portfile	2016-05-22 18:25:45 UTC (rev 148905)
@@ -6,8 +6,7 @@
 # Please keep the version of the libxml2 and py-libxml2 ports the same.
 
 name                libxml2
-version             2.9.2
-revision            2
+version             2.9.3
 categories          textproc
 platforms           darwin
 license             MIT
@@ -27,8 +26,8 @@
 master_sites        ftp://gd.tuwien.ac.at/pub/libxml/ \
                     ${homepage}sources/ \
                     ftp://xmlsoft.org/${name}/
-checksums           rmd160  969b4ed8782f455fd4a6ca1c1b4ffa7651090070 \
-                    sha256  5178c30b151d044aefb1b08bf54c3003a0ac55c59c866763997529d60770d5bc
+checksums           rmd160  8ffed136daaf3595c306b76c5600ce67b5984e61 \
+                    sha256  4de9e31f46b44d34871c22f54bfc54398ef124d6f7cafb1f4a5958fbcd3ba12d
 
 post-extract {
     reinplace -locale C "s|/etc|${prefix}/etc|g" \
@@ -40,10 +39,6 @@
         ${worksrcpath}/doc/xmllint.1
 }
 
-# Don't link with "-flat_namespace -undefined suppress" on Yosemite and
-# later (#45711).
-patchfiles          yosemite-libtool.patch
-
 configure.args      --enable-static \
                     --without-python
 
@@ -68,4 +63,4 @@
 
 livecheck.type      regex
 livecheck.url       ${homepage}news.html
-livecheck.regex     {<h3>(\d+(?:\.\d+)*): .*</h3>}
+livecheck.regex     {<h3>[v]*(\d+(?:\.\d+)*): .*</h3>}