<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/cc977953d78406f61a425375d191076bcd71f68d">https://github.com/macports/macports-ports/commit/cc977953d78406f61a425375d191076bcd71f68d</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 cc97795 mysql57: Move cxx11 PG to non-server subport
</span>cc97795 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit cc977953d78406f61a425375d191076bcd71f68d
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Wed May 15 20:13:38 2019 +0100
<span style='display:block; white-space:pre;color:#404040;'> mysql57: Move cxx11 PG to non-server subport
</span>---
databases/mysql57/Portfile | 6 +++---
1 file changed, 3 insertions(+), 3 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 1807502..71de7a0 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;'>@@ -3,9 +3,6 @@
</span> PortSystem 1.0
PortGroup conflicts_build 1.0
<span style='display:block; white-space:pre;background:#ffe0e0;'>-PortGroup cxx11 1.1
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-configure.cxxflags-append -std=c++11
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span> name mysql57
set name_mysql ${name}
version 5.7.26
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -25,6 +22,9 @@ if {$subport eq $name} {
</span> PortGroup cmake 1.0
PortGroup select 1.0
<span style='display:block; white-space:pre;background:#e0ffe0;'>+ PortGroup cxx11 1.1
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ configure.cxxflags-append -std=c++11
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> revision ${revision_client}
license GPL-2
description Multithreaded SQL database server
</pre><pre style='margin:0'>
</pre>