<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/653177f4574c6b096119a7f7b6ca86e219e95624">https://github.com/macports/macports-ports/commit/653177f4574c6b096119a7f7b6ca86e219e95624</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 653177f4574 mariadb-10.0: migrate to compiler.cxx_standard
</span>653177f4574 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 653177f4574c6b096119a7f7b6ca86e219e95624
</span>Author: Christopher Chavez <chrischavez@gmx.us>
AuthorDate: Sat Jul 18 13:50:55 2020 -0500

<span style='display:block; white-space:pre;color:#404040;'>    mariadb-10.0: migrate to compiler.cxx_standard
</span>---
 databases/mariadb-10.0/Portfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/databases/mariadb-10.0/Portfile b/databases/mariadb-10.0/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index ef340e3b1b9..879fb49a2d5 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/databases/mariadb-10.0/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/databases/mariadb-10.0/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -24,9 +24,10 @@ if {$subport eq $name} {
</span> 
     PortGroup           cmake 1.1
     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}
 
</pre><pre style='margin:0'>

</pre>