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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/7c5f096a55c3203715577d43761386e984759cd3">https://github.com/macports/macports-ports/commit/7c5f096a55c3203715577d43761386e984759cd3</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 7c5f096a55c openconnect: make libproxy an optional dependency
</span>7c5f096a55c is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 7c5f096a55c3203715577d43761386e984759cd3
</span>Author: Robert Vežnaver <rveznaver@users.noreply.github.com>
AuthorDate: Fri Feb 5 20:41:50 2021 +0100

<span style='display:block; white-space:pre;color:#404040;'>    openconnect: make libproxy an optional dependency
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    * make libproxy dependency optional
</span>---
 net/openconnect/Portfile | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/net/openconnect/Portfile b/net/openconnect/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 1fae6e26acd..3f383fde32a 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/net/openconnect/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/net/openconnect/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -4,7 +4,7 @@ PortSystem          1.0
</span> 
 name                openconnect
 version             8.10
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision            0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            1
</span> categories          net
 platforms           darwin
 maintainers         nomaintainer
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -22,7 +22,6 @@ depends_build       port:pkgconfig
</span> 
 depends_lib         port:gettext \
                     port:libiconv \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                    port:libproxy \
</span>                     port:libxml2 \
                     port:lz4 \
                     port:p11-kit \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -48,6 +47,7 @@ configure.args      --disable-silent-rules \
</span>                     --without-gnutls \
                     --without-gssapi \
                     --without-libpcsclite \
<span style='display:block; white-space:pre;background:#e0ffe0;'>+                    --without-libproxy \
</span>                     --without-libpskc \
                     --without-openssl \
                     --without-stoken
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -67,6 +67,11 @@ variant kerberos description {Enable Kerberos support} {
</span>     configure.args-replace  --without-gssapi --with-gssapi
 }
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+variant libproxy description {Enable libproxy automatic proxy configuration management} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    depends_lib-append      port:libproxy
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    configure.args-replace  --without-libproxy --with-libproxy
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> variant libpskc description {Allow RFC6030 PSKC file storage of HOTP/TOTP keys} {
     depends_lib-append      port:oath-toolkit
     configure.args-replace  --without-libpskc --with-libpskc
</pre><pre style='margin:0'>

</pre>