<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/218690e83c23c24167c6dd807ddd7bbbcb014b0d">https://github.com/macports/macports-ports/commit/218690e83c23c24167c6dd807ddd7bbbcb014b0d</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 218690e83c2 lfortran: update to 0.23.0
</span>218690e83c2 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 218690e83c23c24167c6dd807ddd7bbbcb014b0d
</span>Author: Sergey Fedorov <vital.had@gmail.com>
AuthorDate: Sun Oct 22 00:39:36 2023 +0800

<span style='display:block; white-space:pre;color:#404040;'>    lfortran: update to 0.23.0
</span>---
 lang/lfortran/Portfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/lfortran/Portfile b/lang/lfortran/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 1f239957de2..37eb66b2b4f 100755
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/lfortran/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/lfortran/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,7 +5,7 @@ PortGroup               cmake 1.1
</span> PortGroup               compiler_blacklist_versions 1.0
 PortGroup               github 1.0
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-github.setup            lfortran lfortran 0.22.0 v
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.setup            lfortran lfortran 0.23.0 v
</span> revision                0
 categories              lang fortran
 maintainers             {@barracuda156 gmail.com:vital.had} openmaintainer
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -47,6 +47,7 @@ post-patch {
</span>     reinplace "s|/usr/bin/env python|${configure.python}|" ${worksrcpath}/run_tests.py
 }
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# FIXME: this is likely wrong: https://github.com/lfortran/lfortran/issues/2689
</span> compiler.cxx_standard   2017
 # Use LLVM clangs
 compiler.blacklist-append {clang}
</pre><pre style='margin:0'>

</pre>