<pre style='margin:0'>
Ryan Schmidt (ryandesign) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/c6947afb0e995b145d99d929e5b38335fac0a233">https://github.com/macports/macports-ports/commit/c6947afb0e995b145d99d929e5b38335fac0a233</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 c6947af  libvirt: Remove avahi variant
</span>c6947af is described below

<span style='display:block; white-space:pre;color:#808000;'>commit c6947afb0e995b145d99d929e5b38335fac0a233
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Fri Dec 13 21:58:06 2019 -0600

<span style='display:block; white-space:pre;color:#404040;'>    libvirt: Remove avahi variant
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Upstream removed avahi support in 5.5.0.
</span>---
 sysutils/libvirt/Portfile | 6 ------
 1 file changed, 6 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 eef3451..d92ed12 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;'>@@ -49,7 +49,6 @@ configure.args      --disable-silent-rules \
</span>                     --without-apparmor \
                     --without-attr \
                     --without-audit \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                    --without-avahi \
</span>                     --with-bash-completion \
                     --with-bash-completions-dir=${prefix}/share/bash-completion/completions \
                     --without-bhyve \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -121,11 +120,6 @@ variant openssl description {Use OpenSSL} conflicts gnutls {
</span>     configure.args-replace  --without-openssl --with-openssl
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant avahi description {Use Avahi to advertise remote daemon} {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    depends_lib-append      port:avahi
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    configure.args-replace  --without-avahi --with-avahi
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span> variant fuse description {FUSE support} {
     depends_lib-append      port:osxfuse
     configure.args-replace  --without-fuse --with-fuse
</pre><pre style='margin:0'>

</pre>