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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/261f48ad7ca570902011867777ea274817692841">https://github.com/macports/macports-ports/commit/261f48ad7ca570902011867777ea274817692841</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 261f48ad7ca gcc10-bootstrap: displays output when extracing files only on debug
</span>261f48ad7ca is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 261f48ad7ca570902011867777ea274817692841
</span>Author: Kirill A. Korinsky <kirill@korins.ky>
AuthorDate: Mon Oct 17 22:06:53 2022 +0200

<span style='display:block; white-space:pre;color:#404040;'>    gcc10-bootstrap: displays output when extracing files only on debug
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Closes: https://trac.macports.org/ticket/66015
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    [skip ci]
</span>---
 lang/gcc10-bootstrap/Portfile | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/gcc10-bootstrap/Portfile b/lang/gcc10-bootstrap/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 8985a1ba0e4..637a0a2b5f6 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/gcc10-bootstrap/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/gcc10-bootstrap/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -69,13 +69,11 @@ checksums           gcc-10.3.0.tar.gz \
</span> extract {
     foreach f ${distfiles} {
         set f [lindex [split ${f} :] 0]
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        ui_msg "Extracting: ${f}"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        ui_debug "Extracting: ${f}"
</span>         if {[string match "*bz2*" ${f}]} {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-            ui_msg "${workpath} \"/usr/bin/tar xjf ${distpath}/${f}\""
</span>             system -W ${workpath} "/usr/bin/tar xjf ${distpath}/${f}"
         }
         if {[string match "*gz*" ${f}]}  {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-            ui_msg "${workpath} \"/usr/bin/tar xzf ${distpath}/${f}\""
</span>             system -W ${workpath} "/usr/bin/tar xzf ${distpath}/${f}"
         }
     }
</pre><pre style='margin:0'>

</pre>