<pre style='margin:0'>
Ryan Schmidt (ryandesign) pushed a commit to branch master
in repository macports-base.
</pre>
<p><a href="https://github.com/macports/macports-base/commit/bc051fcdc795957e83241b8ca911fd6c896fdb26">https://github.com/macports/macports-base/commit/bc051fcdc795957e83241b8ca911fd6c896fdb26</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 bc051fc No need to check if Tcl > 8.5; we bundle 8.5
</span>bc051fc is described below
<span style='display:block; white-space:pre;color:#808000;'>commit bc051fcdc795957e83241b8ca911fd6c896fdb26
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Mon May 15 12:53:06 2017 -0500
<span style='display:block; white-space:pre;color:#404040;'> No need to check if Tcl > 8.5; we bundle 8.5
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> Reverts part of a9ebecffa5a9d60be2e1b62417ad93365f18513d
</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 31d4933..71245bd 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;'>@@ -1087,7 +1087,7 @@ match macports.conf.default."
</span> # set the hidden flag on $portdbpath to avoid spotlight indexing, which
# might slow builds down considerably. You can avoid this by touching
# $portdbpath/.nohide.
<span style='display:block; white-space:pre;background:#ffe0e0;'>- if {$os_platform eq "darwin" && [vercmp [info tclversion] 8.5] >= 0 && ![file exists [file join $portdbpath .nohide]] && [file writable $portdbpath] && [file attributes $portdbpath -hidden] == 0} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ if {$os_platform eq "darwin" && ![file exists [file join $portdbpath .nohide]] && [file writable $portdbpath] && [file attributes $portdbpath -hidden] == 0} {
</span> try -pass_signal {
file attributes $portdbpath -hidden yes
} catch {{*} eCode eMessage} {
</pre><pre style='margin:0'>
</pre>