<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/47ce92ba0250c60ebde7818298d7a2bcc9ef4773">https://github.com/macports/macports-ports/commit/47ce92ba0250c60ebde7818298d7a2bcc9ef4773</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 47ce92ba0250c60ebde7818298d7a2bcc9ef4773
</span>Author: Pavel Hrdina <phrdina@redhat.com>
AuthorDate: Sat Feb 13 02:15:19 2021 +0100

<span style='display:block; white-space:pre;color:#404040;'>    libvirt: drop Phyp driver support
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    It was removed from upstream libvirt in 6.0.0.
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
</span>---
 sysutils/libvirt/Portfile | 5 -----
 1 file changed, 5 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 ac0edff18ca..d0bd5843f2f 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;'>@@ -87,7 +87,6 @@ configure.args      ac_cv_path_RST2HTML=${prefix}/bin/rst2html-3.8.py \
</span>                     --without-numactl \
                     --without-openvz \
                     --without-openwsman \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                    --without-phyp \
</span>                     --without-pm-utils \
                     --without-polkit \
                     --without-qemu \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -139,10 +138,6 @@ variant libssh2 description {Enable the libssh2 transport} {
</span>     configure.args-replace  --without-ssh2 --with-ssh2
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant phyp requires libssh2 description {Phyp driver support} {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    configure.args-replace  --without-phyp --with-phyp
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span> variant sasl description {Use Cyrus SASL for authentication} {
     depends_lib-append      port:cyrus-sasl2
     configure.args-replace  --without-sasl --with-sasl
</pre><pre style='margin:0'>

</pre>