[47774] branches/release_1_7/base/src/macports1.0/macports.tcl

jmr at macports.org jmr at macports.org
Thu Mar 5 16:48:24 PST 2009


Revision: 47774
          http://trac.macports.org/changeset/47774
Author:   jmr at macports.org
Date:     2009-03-05 16:48:24 -0800 (Thu, 05 Mar 2009)
Log Message:
-----------
delete weird whitespace characters

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

Modified: branches/release_1_7/base/src/macports1.0/macports.tcl
===================================================================
--- branches/release_1_7/base/src/macports1.0/macports.tcl	2009-03-06 00:42:04 UTC (rev 47773)
+++ branches/release_1_7/base/src/macports1.0/macports.tcl	2009-03-06 00:48:24 UTC (rev 47774)
@@ -2067,10 +2067,10 @@
     ui_debug "epoch: in tree: $epoch_in_tree installed: $epoch_installed"
     ui_debug "$portname ${version_in_tree}_$revision_in_tree exists in the ports tree"
     ui_debug "$iname ${version_installed}_${revision_installed}${variant_installed} is installed"
-    if {$anyactive} { 
-        ui_debug "$active_name ${version_active}_${revision_active}${variant_active} is active" 
-    } else { 
-        ui_debug "no version of $portname is active" 
+    if {$anyactive} {
+        ui_debug "$active_name ${version_active}_${revision_active}${variant_active} is active"
+    } else {
+        ui_debug "no version of $portname is active"
     }
 
     # set the nodeps option  
@@ -2153,10 +2153,10 @@
     }
 
     # check if the variants is present in $version_in_tree
-    if {$anyactive} { 
-        set variant $variant_active 
-    } else { 
-        set variant $variant_installed 
+    if {$anyactive} {
+        set variant $variant_active
+    } else {
+        set variant $variant_installed
     }
     set variant [split $variant +]
     ui_debug "variants to install $variant"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090305/4b62b8b1/attachment.html>


More information about the macports-changes mailing list