<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/360f1aa5e7b8b416817801aaac6b156164e4d71e">https://github.com/macports/macports-ports/commit/360f1aa5e7b8b416817801aaac6b156164e4d71e</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 360f1aa5e7b davix: revert back to openssl 1.1
</span>360f1aa5e7b is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 360f1aa5e7b8b416817801aaac6b156164e4d71e
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Thu Aug 11 15:04:43 2022 +0100
<span style='display:block; white-space:pre;color:#404040;'> davix: revert back to openssl 1.1
</span>---
net/davix/Portfile | 5 +++--
1 file changed, 3 insertions(+), 2 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 b370fb77780..91d6feadc50 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 0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision 1
</span> github.tarball_from releases
distname ${github.project}-${version}
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -44,8 +44,9 @@ compiler.cxx_standard 2011
</span> # Non-standard support for variable length arrays is required, which seems to
# break with Xcode clang on OSX 10.10 and 10.11
compiler.blacklist-append {clang < 900}
<span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> # https://trac.macports.org/ticket/65624
<span style='display:block; white-space:pre;background:#ffe0e0;'>-compiler.blacklist-append {clang < 1000}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+openssl.branch 1.1
</span>
configure.args-append -DPYTHON_EXECUTABLE=${prefix}/bin/python${py_ver}
</pre><pre style='margin:0'>
</pre>