<pre style='margin:0'>
Michael Dickens (michaelld) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/1c3b93ae51742767b0ba12cc26d81612fb373a73">https://github.com/macports/macports-ports/commit/1c3b93ae51742767b0ba12cc26d81612fb373a73</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 1c3b93a  mariadb-10.1 : update syntax for C++11 compiler selection
</span>1c3b93a is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 1c3b93ae51742767b0ba12cc26d81612fb373a73
</span>Author: Michael Dickens <michaelld@macports.org>
AuthorDate: Wed Nov 6 10:38:27 2019 -0500

<span style='display:block; white-space:pre;color:#404040;'>    mariadb-10.1 : update syntax for C++11 compiler selection
</span>---
 databases/mariadb-10.1/Portfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/databases/mariadb-10.1/Portfile b/databases/mariadb-10.1/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index a4930ea..d4d6fdd 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/databases/mariadb-10.1/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/databases/mariadb-10.1/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -23,7 +23,8 @@ if {$subport eq $name} {
</span> 
     PortGroup           cmake 1.0
     PortGroup           select 1.0
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    PortGroup           cxx11 1.1
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    compiler.cxx_standard 2011
</span> 
     license             GPL-2
     description         Multithreaded SQL database server
</pre><pre style='margin:0'>

</pre>