<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/14677598a00a7411e0a4478a59ecba628280801a">https://github.com/macports/macports-ports/commit/14677598a00a7411e0a4478a59ecba628280801a</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 14677598a00a7411e0a4478a59ecba628280801a
</span>Author: Renee Otten <reneeotten@macports.org>
AuthorDate: Sun Apr 9 08:59:02 2023 -0400

<span style='display:block; white-space:pre;color:#404040;'>    bali-phy-devel: manually blacklist clang versions to get C++20 support
</span>---
 science/bali-phy/Portfile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/bali-phy/Portfile b/science/bali-phy/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 2de23f35c72..b50e71ac429 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/bali-phy/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/bali-phy/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,6 +5,7 @@ PortGroup           github 1.0
</span> PortGroup           meson 1.0
 PortGroup           boost 1.0
 PortGroup           legacysupport 1.1
<span style='display:block; white-space:pre;background:#e0ffe0;'>+PortGroup           compiler_blacklist_versions 1.0
</span> 
 github.setup        bredelings BAli-Phy 3.6.1
 github.tarball_from archive
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -69,7 +70,8 @@ subport bali-phy-devel {
</span>                         size    4152089
     patchfiles-replace  patch-bp_analyze.diff \
                         patch-bp_analyze-devel.diff
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    compiler.cxx_standard   2020
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    # C++ 2020 standard setting not yet supported in released version of base
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    compiler.blacklist-append {clang < 1500}
</span> }
 
 post-patch {
</pre><pre style='margin:0'>

</pre>