<pre style='margin:0'>
Herby Gillot (herbygillot) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/04a30ba68a0b236b0857c7539545b01901c98039">https://github.com/macports/macports-ports/commit/04a30ba68a0b236b0857c7539545b01901c98039</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 04a30ba68a0b236b0857c7539545b01901c98039
</span>Author: Sergey Fedorov <barracuda@macos-powerpc.org>
AuthorDate: Sun Aug 25 10:14:19 2024 +0800

<span style='display:block; white-space:pre;color:#404040;'>    R-conquer: revbump for libc++ systems
</span>---
 R/R-conquer/Portfile | 5 +++++
 1 file changed, 5 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/R/R-conquer/Portfile b/R/R-conquer/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 651a4571b20..b90c2424f41 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/R/R-conquer/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/R/R-conquer/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -15,6 +15,11 @@ checksums           rmd160  0b1fbe81e7a983a70dda3466e946b9b1e56f97f5 \
</span>                     sha256  a2c6155ed74af0e2a279145843ec5229ae2f3707aa25169ae030c520aa97deba \
                     size    56315
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Remove this with the next update. It is a one-time fix.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+if {${os.platform} eq "darwin" && ${configure.cxx_stdlib} eq "libc++"} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    incr revision
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> depends_lib-append  port:R-matrixStats \
                     port:R-Rcpp \
                     port:R-RcppArmadillo
</pre><pre style='margin:0'>

</pre>