<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/24eb55bab21fbf166ff4c4c694a9cfdbb33d4948">https://github.com/macports/macports-ports/commit/24eb55bab21fbf166ff4c4c694a9cfdbb33d4948</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 24eb55bab21fbf166ff4c4c694a9cfdbb33d4948
</span>Author: Sergey Fedorov <barracuda@macos-powerpc.org>
AuthorDate: Sat Nov 2 05:44:42 2024 +0800

<span style='display:block; white-space:pre;color:#404040;'>    R-QuickJSR: update to 1.4.0
</span>---
 R/R-QuickJSR/Portfile | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/R/R-QuickJSR/Portfile b/R/R-QuickJSR/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index f84af61ebca..14fc0342c94 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/R/R-QuickJSR/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/R/R-QuickJSR/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -6,7 +6,7 @@ PortGroup           R 1.0
</span> 
 legacysupport.newest_darwin_requires_legacy 15
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-R.setup             cran andrjohns QuickJSR 1.3.1
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+R.setup             cran andrjohns QuickJSR 1.4.0
</span> revision            0
 categories-append   devel
 maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -14,16 +14,16 @@ license             MIT
</span> description         Interface for the QuickJS light-weight JavaScript engine
 long_description    {*}${description}
 homepage            https://github.com/andrjohns/QuickJSR
<span style='display:block; white-space:pre;background:#ffe0e0;'>-checksums           rmd160  b0729e56d0374896da18809b32e7e78df0352600 \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    sha256  10559d6e84a838ec97acdbc6028a59e2121811d4a20e83c95cdb8fb4ce208fd1 \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    size    701723
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+checksums           rmd160  550aad71ba09850946bcfb1c89169bc0f0852f3a \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    sha256  345dda48e2bd055a67234ebc5ad3270563f5e80300a69069c414ff119a7b54ba \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    size    801930
</span> 
 # Native ppc build has been fixed in: https://github.com/andrjohns/QuickJSR/commit/07fb3893d29fa17658a8cb8b17ffd2aba4453280
 # See: https://github.com/andrjohns/QuickJSR/issues/1
 # However the solution used relies on uname, which leaves Rosetta build broken.
 # We do not need to guess here and can fix flags directly.
 # Notice, this is not a Darwin-specific issue.
<span style='display:block; white-space:pre;background:#ffe0e0;'>-if {[string match macports-gcc* ${configure.compiler}] && (${configure.build_arch} in [list i386 ppc])} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+if {[string match macports-gcc* ${configure.compiler}]} {
</span>     patchfiles-append \
                     patch-libatomic.diff
 }
</pre><pre style='margin:0'>

</pre>