<pre style='margin:0'>
Mohamed Akram (mohd-akram) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/e27a7d33cb70dc6cf6240aabcf6d6319dccf19e5">https://github.com/macports/macports-ports/commit/e27a7d33cb70dc6cf6240aabcf6d6319dccf19e5</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 e27a7d33cb7 ncmpcpp: fix compiler
</span>e27a7d33cb7 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit e27a7d33cb70dc6cf6240aabcf6d6319dccf19e5
</span>Author: Mohamed Akram <makr@macports.org>
AuthorDate: Sun Dec 15 11:49:25 2024 +0400

<span style='display:block; white-space:pre;color:#404040;'>    ncmpcpp: fix compiler
</span>---
 audio/ncmpcpp/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/audio/ncmpcpp/Portfile b/audio/ncmpcpp/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 3676d5db060..6b2c75db2b4 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/audio/ncmpcpp/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/audio/ncmpcpp/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -39,7 +39,7 @@ depends_lib-append  port:curl \
</span>                     port:readline \
                     port:taglib
 
<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 2020
</span> 
 configure.args      --with-boost=[boost::install_area] \
                     --with-taglib=${prefix} \
</pre><pre style='margin:0'>

</pre>