<pre style='margin:0'>
Perry E. Metzger (pmetzger) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/b9ea1ef2ad7e91a5cf1fa7d41b10117c1b9dea4e">https://github.com/macports/macports-ports/commit/b9ea1ef2ad7e91a5cf1fa7d41b10117c1b9dea4e</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit b9ea1ef2ad7e91a5cf1fa7d41b10117c1b9dea4e
</span>Author: Sergey Fedorov <vital.had@gmail.com>
AuthorDate: Thu Jul 25 05:58:44 2024 +0800

<span style='display:block; white-space:pre;color:#404040;'>    audacious-plugins: set correct compiler standards
</span>---
 multimedia/audacious-plugins/Portfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/multimedia/audacious-plugins/Portfile b/multimedia/audacious-plugins/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index a0bc9b83bca..244590707a5 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/multimedia/audacious-plugins/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/multimedia/audacious-plugins/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -40,7 +40,8 @@ depends_lib         port:audacious-core \
</span> 
 depends_run         port:unzip
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-compiler.cxx_standard   2011
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.c_standard     1999
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.cxx_standard   2017
</span> 
 # Options order per meson_options.txt
 # gui
</pre><pre style='margin:0'>

</pre>