<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/49541e8132c8567a532459ae0ac686f279b029ef">https://github.com/macports/macports-ports/commit/49541e8132c8567a532459ae0ac686f279b029ef</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 49541e8  mariadb-10.2 : update syntax for C++11 compiler selection
</span>49541e8 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 49541e8132c8567a532459ae0ac686f279b029ef
</span>Author: Michael Dickens <michaelld@macports.org>
AuthorDate: Wed Nov 6 06:56:33 2019 -0500

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

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/databases/mariadb-10.2/Portfile b/databases/mariadb-10.2/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index cf372f0..03dc744 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/databases/mariadb-10.2/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/databases/mariadb-10.2/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -22,9 +22,10 @@ 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>     PortGroup           github 1.0
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    compiler.cxx_standard 2011
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span>     github.setup        MariaDB server ${version}
     git.branch          ${version_branch}
     revision            ${revision_client}
</pre><pre style='margin:0'>

</pre>