<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/c920294f70a6fa323b3077172cb012dacf7ebcea">https://github.com/macports/macports-ports/commit/c920294f70a6fa323b3077172cb012dacf7ebcea</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 c920294f70a scid: move compiler.cxx_standard
</span>c920294f70a is described below

<span style='display:block; white-space:pre;color:#808000;'>commit c920294f70a6fa323b3077172cb012dacf7ebcea
</span>Author: Christopher Chavez <chrischavez@gmx.us>
AuthorDate: Wed Sep 16 15:24:46 2020 -0500

<span style='display:block; white-space:pre;color:#404040;'>    scid: move compiler.cxx_standard
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Need to completely select compiler before reading
</span><span style='display:block; white-space:pre;color:#404040;'>    compiler.cc, compiler.cxx, compiler.cpp variables
</span>---
 games/scid/Portfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/games/scid/Portfile b/games/scid/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 078c9f4403f..8c8fb94b1ef 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/games/scid/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/games/scid/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -26,13 +26,14 @@ depends_lib             port:tcl \
</span> 
 patchfiles              patch-Makefile.conf.diff
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.cxx_standard   2014
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> configure.post_args     BINDIR="${prefix}/bin" SHAREDIR="${prefix}/share/${name}" \
                         COMPILE="${configure.cxx}" LINK="${configure.cxx}"
 
 build.args-append       CC=${configure.cc} \
                         CXX=${configure.cxx} \
                         CPP=${configure.cpp}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-compiler.cxx_standard   2014
</span> 
 destroot.target         install_scid
 destroot.target-append  install_engines
</pre><pre style='margin:0'>

</pre>