<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/b1243472ee827bb898740cb9d71cd92a10f4f668">https://github.com/macports/macports-ports/commit/b1243472ee827bb898740cb9d71cd92a10f4f668</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit b1243472ee827bb898740cb9d71cd92a10f4f668
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Wed Nov 10 17:07:58 2021 +0000

<span style='display:block; white-space:pre;color:#404040;'>    mysql57: Peg openssl to version 1.1
</span>---
 databases/mysql57/Portfile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/databases/mysql57/Portfile b/databases/mysql57/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index e8b7e89dcf9..b111eaa7ec2 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/databases/mysql57/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/databases/mysql57/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -21,9 +21,11 @@ if {$subport eq $name} {
</span>     PortGroup           muniversal 1.0
     PortGroup           cmake 1.0
     PortGroup           select 1.0
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    PortGroup           legacysupport 1.0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    PortGroup           legacysupport 1.1
</span>     PortGroup           openssl 1.0
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    openssl.branch      1.1
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span>     compiler.cxx_standard   2011
     configure.cxxflags-append -std=c++11
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -114,7 +116,6 @@ if {$subport eq $name} {
</span>         -DENABLE_GCOV:BOOL=OFF \
         -DENABLE_DTRACE:BOOL=OFF \
         -DWITH_LIBWRAP:BOOL=OFF \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        -DWITH_SSL:STRING=${prefix} \
</span>         -DWITH_INNODB_MEMCACHED=1 \
         -DWITH_PARTITION_STORAGE_ENGINE=1 \
         -DDOWNLOAD_BOOST=1 \
</pre><pre style='margin:0'>

</pre>