<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/3d4b44d213bc0d6775d0b9306bb967d1bc99bce2">https://github.com/macports/macports-ports/commit/3d4b44d213bc0d6775d0b9306bb967d1bc99bce2</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 3d4b44d213bc0d6775d0b9306bb967d1bc99bce2
</span>Author: Sergey Fedorov <vital.had@gmail.com>
AuthorDate: Sat Mar 25 08:22:39 2023 +0700

<span style='display:block; white-space:pre;color:#404040;'>    clang_compilers.tcl: non-functional change: add a note to revbump R if settings are changed
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Fixes: https://trac.macports.org/ticket/67144
</span><span style='display:block; white-space:pre;color:#404040;'>    [skip ci]
</span>---
 _resources/port1.0/compilers/clang_compilers.tcl | 4 ++++
 1 file changed, 4 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/_resources/port1.0/compilers/clang_compilers.tcl b/_resources/port1.0/compilers/clang_compilers.tcl
</span><span style='display:block; white-space:pre;color:#808080;'>index 1e382c757f0..b9373efa519 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/_resources/port1.0/compilers/clang_compilers.tcl
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/_resources/port1.0/compilers/clang_compilers.tcl
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,6 +5,10 @@
</span> # clang_dependency PortGroup, and add it to any new dependencies of the
 # new version.
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Please also revbump R port if compilers settings are modified here,
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# because R saves a compiler used to build it into Makevars file,
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# which is used in turn for R packages. See: https://trac.macports.org/ticket/67144
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> global os.major os.platform
 
 if {${os.major} >= 11 || ${os.platform} ne "darwin"} {
</pre><pre style='margin:0'>

</pre>