<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/767d95292b8f462c16f06f67b500230f065083e5">https://github.com/macports/macports-ports/commit/767d95292b8f462c16f06f67b500230f065083e5</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 767d952 mysql57: Use cxx11 PG for C++11 nullptr
</span>767d952 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 767d95292b8f462c16f06f67b500230f065083e5
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Wed May 15 19:30:06 2019 +0100
<span style='display:block; white-space:pre;color:#404040;'> mysql57: Use cxx11 PG for C++11 nullptr
</span>---
databases/mysql57/Portfile | 1 +
1 file changed, 1 insertion(+)
<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 2e9b1a7..ac02707 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;'>@@ -2,6 +2,7 @@
</span>
PortSystem 1.0
PortGroup conflicts_build 1.0
<span style='display:block; white-space:pre;background:#e0ffe0;'>+PortGroup cxx11 1.1
</span>
name mysql57
set name_mysql ${name}
</pre><pre style='margin:0'>
</pre>