[68108] branches/release_1_9/base/src/port/port.tcl

jmr at macports.org jmr at macports.org
Wed May 26 21:32:22 PDT 2010


Revision: 68108
          http://trac.macports.org/changeset/68108
Author:   jmr at macports.org
Date:     2010-05-26 21:32:19 -0700 (Wed, 26 May 2010)
Log Message:
-----------
merge r68058 from trunk:
 correct case of portname printed by deps action

Revision Links:
--------------
    http://trac.macports.org/changeset/68058

Modified Paths:
--------------
    branches/release_1_9/base/src/port/port.tcl

Modified: branches/release_1_9/base/src/port/port.tcl
===================================================================
--- branches/release_1_9/base/src/port/port.tcl	2010-05-27 04:08:51 UTC (rev 68107)
+++ branches/release_1_9/base/src/port/port.tcl	2010-05-27 04:32:19 UTC (rev 68108)
@@ -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/20100526/bcee8863/attachment.html>


More information about the macports-changes mailing list