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

raimue at macports.org raimue at macports.org
Mon Jan 9 16:45:22 PST 2012


Revision: 88735
          http://trac.macports.org/changeset/88735
Author:   raimue at macports.org
Date:     2012-01-09 16:45:22 -0800 (Mon, 09 Jan 2012)
Log Message:
-----------
macports1.0: 'port sync' now reports what it is doing

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

Modified: trunk/base/src/macports1.0/macports.tcl
===================================================================
--- trunk/base/src/macports1.0/macports.tcl	2012-01-09 23:55:23 UTC (rev 88734)
+++ trunk/base/src/macports1.0/macports.tcl	2012-01-10 00:45:22 UTC (rev 88735)
@@ -1978,7 +1978,7 @@
 
     set numfailed 0
 
-    ui_debug "Synchronizing ports tree(s)"
+    ui_msg "$macports::ui_prefix Updating the ports tree"
     foreach source $sources {
         set flags [lrange $source 1 end]
         set source [lindex $source 0]
@@ -3060,7 +3060,6 @@
 
     # syncing ports tree.
     if {![info exists options(ports_selfupdate_nosync)] || $options(ports_selfupdate_nosync) != "yes"} {
-        ui_msg "$macports::ui_prefix Updating the ports tree"
         if {$comp > 0} {
             # updated portfiles potentially need new base to parse - tell sync to try to 
             # use prefabricated PortIndex files and signal if it couldn't
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120109/68d66cd4/attachment.html>


More information about the macports-changes mailing list