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

jmr at macports.org jmr at macports.org
Tue May 25 18:15:59 PDT 2010


Revision: 68058
          http://trac.macports.org/changeset/68058
Author:   jmr at macports.org
Date:     2010-05-25 18:15:53 -0700 (Tue, 25 May 2010)
Log Message:
-----------
correct case of portname printed by deps action

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

Modified: trunk/base/src/port/port.tcl
===================================================================
--- trunk/base/src/port/port.tcl	2010-05-26 00:47:53 UTC (rev 68057)
+++ trunk/base/src/port/port.tcl	2010-05-26 01:15:53 UTC (rev 68058)
@@ -2647,6 +2647,7 @@
             ui_warn "port ${action} --index does not work with the 'current' pseudo-port"
             continue
         }
+        set portname $portinfo(name)
 
         set deplist {}
         set ndeps 0
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100525/a4121604/attachment.html>


More information about the macports-changes mailing list