<pre style='margin:0'>
Rainer Müller (raimue) pushed a commit to branch master
in repository macports-base.

</pre>
<p><a href="https://github.com/macports/macports-base/commit/483926d7dbbec90b0f538dba5e9754cad6dd8944">https://github.com/macports/macports-base/commit/483926d7dbbec90b0f538dba5e9754cad6dd8944</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 483926d7dbbec90b0f538dba5e9754cad6dd8944
</span>Author: Rainer Müller <raimue@macports.org>
AuthorDate: Tue Feb 7 18:12:03 2017 +0100

<span style='display:block; white-space:pre;color:#404040;'>    reclaim: Remove redundant port list from output
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    The list of inactive ports will already be printed as selectable
</span><span style='display:block; white-space:pre;color:#404040;'>    choices. There is no need to print them before asking the question.
</span>---
 src/macports1.0/reclaim.tcl | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/src/macports1.0/reclaim.tcl b/src/macports1.0/reclaim.tcl
</span><span style='display:block; white-space:pre;color:#808080;'>index ec3c373..33c19dd 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/src/macports1.0/reclaim.tcl
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/src/macports1.0/reclaim.tcl
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -453,9 +453,8 @@ namespace eval reclaim {
</span> 
         } else {
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-            ui_msg "Found inactive ports: [join $inactive_names {, }]."
</span>             if {[info exists macports::ui_options(questions_multichoice)]} {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                set retstring [$macports::ui_options(questions_multichoice) "Would you like to uninstall these ports?" "" $inactive_names]
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                set retstring [$macports::ui_options(questions_multichoice) "Would you like to uninstall these inactive ports?" "" $inactive_names]
</span> 
                 if {[llength $retstring] > 0} {
                     foreach i $retstring {
</pre><pre style='margin:0'>

</pre>