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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/1942a77361ff972b667fc84afc6c40296db99268">https://github.com/macports/macports-ports/commit/1942a77361ff972b667fc84afc6c40296db99268</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 1942a77361f davix: Use MacPorts libcurl instead of internal build. Switch back to openssl 3 See: https://trac.macports.org/ticket/65624
</span>1942a77361f is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 1942a77361ff972b667fc84afc6c40296db99268
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Fri Aug 12 12:22:31 2022 +0100

<span style='display:block; white-space:pre;color:#404040;'>    davix: Use MacPorts libcurl instead of internal build.
</span><span style='display:block; white-space:pre;color:#404040;'>    Switch back to openssl 3
</span><span style='display:block; white-space:pre;color:#404040;'>    See: https://trac.macports.org/ticket/65624
</span>---
 net/davix/Portfile | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/net/davix/Portfile b/net/davix/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 91d6feadc50..8605a7d9d62 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/net/davix/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/net/davix/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -9,7 +9,7 @@ PortGroup           openssl                     1.0
</span> 
 github.setup        cern-fts davix 0_8_2 R_
 version             [string map {_ .} ${github.version}]
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision            1
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            2
</span> github.tarball_from releases
 distname            ${github.project}-${version}
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -45,10 +45,8 @@ compiler.cxx_standard  2011
</span> # break with Xcode clang on OSX 10.10 and 10.11
 compiler.blacklist-append  {clang < 900}
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# https://trac.macports.org/ticket/65624
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-openssl.branch       1.1
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-configure.args-append -DPYTHON_EXECUTABLE=${prefix}/bin/python${py_ver}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+configure.args-append -DPYTHON_EXECUTABLE=${prefix}/bin/python${py_ver} \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                      -DEMBEDDED_LIBCURL=FALSE
</span> 
 # gtest conflict. Disable tests for now
 # https://trac.macports.org/ticket/58955
</pre><pre style='margin:0'>

</pre>