<pre style='margin:0'>
Joshua Root (jmroot) pushed a commit to branch master
in repository macports-base.

</pre>
<p><a href="https://github.com/macports/macports-base/commit/6ecb23247a7b2da6e1cb760b91090d3401777f6c">https://github.com/macports/macports-base/commit/6ecb23247a7b2da6e1cb760b91090d3401777f6c</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 6ecb23247 Add another CLTs receipt location
</span>6ecb23247 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 6ecb23247a7b2da6e1cb760b91090d3401777f6c
</span>Author: Joshua Root <jmr@macports.org>
AuthorDate: Sat Mar 9 12:46:18 2024 +1100

<span style='display:block; white-space:pre;color:#404040;'>    Add another CLTs receipt location
</span>---
 src/macports1.0/macports.tcl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/src/macports1.0/macports.tcl b/src/macports1.0/macports.tcl
</span><span style='display:block; white-space:pre;color:#808080;'>index f88e31f46..1183958f8 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/src/macports1.0/macports.tcl
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/src/macports1.0/macports.tcl
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -853,7 +853,7 @@ proc macports::set_xcodecltversion {cachevar} {
</span> 
     if {$found_pkgname ne {}} {
         # TODO: See if there are more possible locations.
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        foreach dir {/Library/Apple/System/Library/Receipts /private/var/db/receipts} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        foreach dir {/Library/Apple/System/Library/Receipts /System/Library/Receipts /private/var/db/receipts} {
</span>             set checkfile ${dir}/${found_pkgname}.plist
             if {[file exists $checkfile]} {
                 dict set cache clt checkfile $checkfile
</pre><pre style='margin:0'>

</pre>