Revision: 148943 https://trac.macports.org/changeset/148943 Author: devans@macports.org Date: 2016-05-23 04:09:23 -0700 (Mon, 23 May 2016) Log Message: ----------- libxml2, py-libxml2: update to version 2.9.4. Modified Paths: -------------- trunk/dports/python/py-libxml2/Portfile trunk/dports/textproc/libxml2/Portfile Modified: trunk/dports/python/py-libxml2/Portfile =================================================================== --- trunk/dports/python/py-libxml2/Portfile 2016-05-23 11:04:32 UTC (rev 148942) +++ trunk/dports/python/py-libxml2/Portfile 2016-05-23 11:09:23 UTC (rev 148943) @@ -7,7 +7,7 @@ # Please keep the version of the libxml2 and py-libxml2 ports the same. name py-libxml2 -version 2.9.3 +version 2.9.4 categories-append textproc license MIT platforms darwin @@ -24,8 +24,8 @@ distname libxml2-${version} dist_subdir libxml2 -checksums rmd160 8ffed136daaf3595c306b76c5600ce67b5984e61 \ - sha256 4de9e31f46b44d34871c22f54bfc54398ef124d6f7cafb1f4a5958fbcd3ba12d +checksums rmd160 bb59656e0683d64a38a2f1a45ca9d918837e1e56 \ + sha256 ffb911191e509b966deb55de705387f14156e1a56b21824357cdf0053233633c python.versions 27 34 35 Modified: trunk/dports/textproc/libxml2/Portfile =================================================================== --- trunk/dports/textproc/libxml2/Portfile 2016-05-23 11:04:32 UTC (rev 148942) +++ trunk/dports/textproc/libxml2/Portfile 2016-05-23 11:09:23 UTC (rev 148943) @@ -6,7 +6,7 @@ # Please keep the version of the libxml2 and py-libxml2 ports the same. name libxml2 -version 2.9.3 +version 2.9.4 categories textproc platforms darwin license MIT @@ -26,8 +26,8 @@ master_sites ftp://gd.tuwien.ac.at/pub/libxml/ \ ${homepage}sources/ \ ftp://xmlsoft.org/${name}/ -checksums rmd160 8ffed136daaf3595c306b76c5600ce67b5984e61 \ - sha256 4de9e31f46b44d34871c22f54bfc54398ef124d6f7cafb1f4a5958fbcd3ba12d +checksums rmd160 bb59656e0683d64a38a2f1a45ca9d918837e1e56 \ + sha256 ffb911191e509b966deb55de705387f14156e1a56b21824357cdf0053233633c post-extract { reinplace -locale C "s|/etc|${prefix}/etc|g" \
participants (1)
-
devans@macports.org