<pre style='margin:0'>
Ryan Schmidt (ryandesign) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/865b8d3797b7b649cb68fa579fa0f436df90ee10">https://github.com/macports/macports-ports/commit/865b8d3797b7b649cb68fa579fa0f436df90ee10</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 865b8d3797b gdash: Use compiler.cxx_standard 2014
</span>865b8d3797b is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 865b8d3797b7b649cb68fa579fa0f436df90ee10
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Tue Jun 30 16:33:48 2020 -0500

<span style='display:block; white-space:pre;color:#404040;'>    gdash: Use compiler.cxx_standard 2014
</span>---
 games/gdash/Portfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/games/gdash/Portfile b/games/gdash/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index f682c20afd3..694a3d61111 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/games/gdash/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/games/gdash/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -4,7 +4,6 @@ PortSystem          1.0
</span> PortGroup           app 1.0
 PortGroup           bitbucket 1.0
 PortGroup           compiler_blacklist_versions 1.0
<span style='display:block; white-space:pre;background:#ffe0e0;'>-PortGroup           cxx11 1.1
</span> 
 bitbucket.setup     czirkoszoltan gdash 20180129unstable
 categories          games
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -31,7 +30,8 @@ depends_lib         port:gtk2 \
</span>                     port:libsdl2_mixer \
                     port:mesa
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# Need support for -std=c++14
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.cxx_standard 2014
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# Work around MacPorts base 2.6.2 C++14 compiler selection bug
</span> compiler.blacklist-append {clang < 602}
 
 configure.args      --disable-sdltest \
</pre><pre style='margin:0'>

</pre>