[65709] trunk/base/src/macports1.0/macports.tcl

raimue at macports.org raimue at macports.org
Tue Mar 30 05:32:58 PDT 2010


Revision: 65709
          http://trac.macports.org/changeset/65709
Author:   raimue at macports.org
Date:     2010-03-30 05:32:58 -0700 (Tue, 30 Mar 2010)
Log Message:
-----------
macports1.0: Inform the user when a port is replaced on upgrade

Modified Paths:
--------------
    trunk/base/src/macports1.0/macports.tcl

Modified: trunk/base/src/macports1.0/macports.tcl
===================================================================
--- trunk/base/src/macports1.0/macports.tcl	2010-03-30 12:32:47 UTC (rev 65708)
+++ trunk/base/src/macports1.0/macports.tcl	2010-03-30 12:32:58 UTC (rev 65709)
@@ -2902,7 +2902,7 @@
     
     # at this point we need to check if a different port will be replacing this one
     if {[info exists portinfo(replaced_by)] && ![info exists options(ports_upgrade_no-replace)]} {
-        ui_debug "$portname is replaced by $portinfo(replaced_by)"
+        ui_msg "--->  $portname is replaced by $portinfo(replaced_by)"
         if {[catch {mportlookup $portinfo(replaced_by)} result]} {
             global errorInfo
             ui_debug "$errorInfo"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100330/4d99a47d/attachment.html>


More information about the macports-changes mailing list