<pre style='margin:0'>
Chris Jones (cjones051073) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/169657f08957ee56f1fb284971bf18460a1a54b7">https://github.com/macports/macports-ports/commit/169657f08957ee56f1fb284971bf18460a1a54b7</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 169657f0895 flameshot: Require c++17
</span>169657f0895 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 169657f08957ee56f1fb284971bf18460a1a54b7
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Tue Mar 16 10:47:32 2021 +0000

<span style='display:block; white-space:pre;color:#404040;'>    flameshot: Require c++17
</span>---
 sysutils/flameshot/Portfile | 2 ++
 1 file changed, 2 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/sysutils/flameshot/Portfile b/sysutils/flameshot/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 97525a4d13a..03f6bd4458e 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/sysutils/flameshot/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/sysutils/flameshot/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -40,6 +40,8 @@ cmake.build_dir         ${worksrcpath}/build
</span> 
 configure.args-append   -DENABLE_CACHE=OFF
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.cxx_standard   2017
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> destroot {
     set build_src_dir   ${cmake.build_dir}/src
 
</pre><pre style='margin:0'>

</pre>