<pre style='margin:0'>
Rainer Müller (raimue) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/c90ad4278bf22818f485f1bf7b1e227534ea5b96">https://github.com/macports/macports-ports/commit/c90ad4278bf22818f485f1bf7b1e227534ea5b96</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'>     new c90ad42  libvirt: Remove dependency on xhtml1
</span>c90ad42 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit c90ad4278bf22818f485f1bf7b1e227534ea5b96
</span>Author: Rainer Müller <raimue@macports.org>
AuthorDate: Fri Mar 23 21:53:18 2018 +0100

<span style='display:block; white-space:pre;color:#404040;'>    libvirt: Remove dependency on xhtml1
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    The libvirt build no longer validates against the XHTML 1.0 DTD,
</span><span style='display:block; white-space:pre;color:#404040;'>    therefore the dependency on xhtml1 can be dropped. With this, the
</span><span style='display:block; white-space:pre;color:#404040;'>    xml-catalog-file is no longer used during the build, so no need to
</span><span style='display:block; white-space:pre;color:#404040;'>    specify it.
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    No rev-bump as build results are not changed by this.
</span><span style='display:block; white-space:pre;color:#404040;'>    This change makes libvirt distributable (xhtml1 has no license).
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    See: https://libvirt.org/git/?p=libvirt.git;a=commit;h=f802c9de09b676cdf905ac3ba9665e453680d01a
</span><span style='display:block; white-space:pre;color:#404040;'>    See: https://www.redhat.com/archives/libvir-list/2018-March/msg01530.html
</span>---
 sysutils/libvirt/Portfile | 2 --
 1 file changed, 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/sysutils/libvirt/Portfile b/sysutils/libvirt/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 334363b..d8152b8 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/sysutils/libvirt/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/sysutils/libvirt/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -25,7 +25,6 @@ checksums           rmd160  06526a4c49e761a1bb8d2a78da248a957c914a07 \
</span>                     size    15046956
 
 depends_build       port:pkgconfig \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                    port:xhtml1 \
</span>                     port:bash-completion \
                     port:python27 \
                     port:perl5
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -99,7 +98,6 @@ configure.args      --disable-silent-rules \
</span>                     --without-xen \
                     --without-xenapi \
                     --without-xen-inotify \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                    --with-xml-catalog-file=${prefix}/etc/xml/catalog \
</span>                     --with-yajl
 
 if {![variant_isset openssl]} {
</pre><pre style='margin:0'>

</pre>