<pre style='margin:0'>
Herby Gillot (herbygillot) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/d48bc5a9d1b2bba02bd93ffd0130743f3d9cac92">https://github.com/macports/macports-ports/commit/d48bc5a9d1b2bba02bd93ffd0130743f3d9cac92</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 d48bc5a9d1b rust: standardize SSL dependency, allow for use of LibreSSL
</span>d48bc5a9d1b is described below
<span style='display:block; white-space:pre;color:#808000;'>commit d48bc5a9d1b2bba02bd93ffd0130743f3d9cac92
</span>Author: Herby Gillot <herby.gillot@gmail.com>
AuthorDate: Tue May 11 00:51:07 2021 -0400
<span style='display:block; white-space:pre;color:#404040;'> rust: standardize SSL dependency, allow for use of LibreSSL
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> Fixes: https://trac.macports.org/ticket/62858
</span>---
lang/rust/Portfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/rust/Portfile b/lang/rust/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 3388f9173ba..939c409f9ee 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/rust/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/rust/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -100,7 +100,7 @@ if { ${subport} ne ${ccwrap} } {
</span> path:bin/cmake:cmake \
port:cctools \
port:python${py_ver_nodot} \
<span style='display:block; white-space:pre;background:#ffe0e0;'>- port:openssl \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ path:lib/libssl.dylib:openssl \
</span> port:pkgconfig \
port:ninja \
port:gmake
</pre><pre style='margin:0'>
</pre>