<pre style='margin:0'>
Renee Otten (reneeotten) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/99c52c3cceeb8e8359699b203801b79e4c2421f4">https://github.com/macports/macports-ports/commit/99c52c3cceeb8e8359699b203801b79e4c2421f4</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 99c52c3ccee cdo: require C++17 compatible compiler
</span>99c52c3ccee is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 99c52c3cceeb8e8359699b203801b79e4c2421f4
</span>Author: Renee Otten <reneeotten@macports.org>
AuthorDate: Sun Oct 23 22:08:45 2022 -0400

<span style='display:block; white-space:pre;color:#404040;'>    cdo: require C++17 compatible compiler
</span>---
 science/cdo/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/cdo/Portfile b/science/cdo/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 77fc34ded4d..a8f036ac214 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/cdo/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/cdo/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -26,7 +26,7 @@ long_description \
</span> 
 fetch.ignore_sslcert        yes
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-compiler.cxx_standard       2014
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.cxx_standard       2017
</span> compiler.thread_local_storage yes
 compilers.choose            cc cxx
 mpi.setup
</pre><pre style='margin:0'>

</pre>