<pre style='margin:0'>
Christopher Nielsen (mascguy) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/6c798091a809709109f85a154132739bf01f957b">https://github.com/macports/macports-ports/commit/6c798091a809709109f85a154132739bf01f957b</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 6c798091a80 soundtouch: set cxx_standard to 2011 Fixes: https://trac.macports.org/ticket/67565
</span>6c798091a80 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 6c798091a809709109f85a154132739bf01f957b
</span>Author: Christopher Nielsen <mascguy@github.com>
AuthorDate: Sat Jun 3 12:15:41 2023 -0400

<span style='display:block; white-space:pre;color:#404040;'>    soundtouch: set cxx_standard to 2011
</span><span style='display:block; white-space:pre;color:#404040;'>    Fixes: https://trac.macports.org/ticket/67565
</span>---
 audio/soundtouch/Portfile | 2 ++
 1 file changed, 2 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/audio/soundtouch/Portfile b/audio/soundtouch/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index f8525f3997a..afadadbbca8 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/audio/soundtouch/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/audio/soundtouch/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -23,6 +23,8 @@ checksums           rmd160  57c876f09ddac0cdca51411705b92064e9da6d95 \
</span>                     sha256  ed714f84a3e748de87b24f385ec69d3bdc51ca47b7f4710d2048b84b2761e7ff \
                     size    583375
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.cxx_standard 2011
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> use_autoreconf      yes
 autoreconf.args     -fvi
 
</pre><pre style='margin:0'>

</pre>