[45330] trunk/base/src/port/port.tcl

perry at macports.org perry at macports.org
Tue Jan 13 12:02:25 PST 2009


Revision: 45330
          http://trac.macports.org/changeset/45330
Author:   perry at macports.org
Date:     2009-01-13 12:02:25 -0800 (Tue, 13 Jan 2009)
Log Message:
-----------
port/port.tcl - variants uses spaces rather than tabs (like installed).

Modified Paths:
--------------
    trunk/base/src/port/port.tcl

Modified: trunk/base/src/port/port.tcl
===================================================================
--- trunk/base/src/port/port.tcl	2009-01-13 19:52:35 UTC (rev 45329)
+++ trunk/base/src/port/port.tcl	2009-01-13 20:02:25 UTC (rev 45330)
@@ -2287,15 +2287,15 @@
                     set vdescription $vdescriptions($v)
                 }
 
-                puts -nonewline "\t$mod$v"
+                puts -nonewline "  $mod$v"
                 if {[info exists vdescription]} {
                     puts -nonewline ": [string trim $vdescription]"
                 }
                 if {[info exists vconflicts]} {
-                    puts -nonewline "\n\t  * conflicts with [string trim $vconflicts]"
+                    puts -nonewline "\n    * conflicts with [string trim $vconflicts]"
                 }
                 if {[info exists vrequires]} {
-                    puts -nonewline "\n\t  * requires [string trim $vrequires]"
+                    puts -nonewline "\n    * requires [string trim $vrequires]"
                 }
                 puts ""
             }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090113/6e780053/attachment.html>


More information about the macports-changes mailing list