[86197] trunk/base/portmgr/jobs/port_binary_distributable.tcl

jmr at macports.org jmr at macports.org
Fri Oct 21 02:59:14 PDT 2011


Revision: 86197
          http://trac.macports.org/changeset/86197
Author:   jmr at macports.org
Date:     2011-10-21 02:59:10 -0700 (Fri, 21 Oct 2011)
Log Message:
-----------
always mention port name in verbose output of port_binary_distributable.tcl

Modified Paths:
--------------
    trunk/base/portmgr/jobs/port_binary_distributable.tcl

Modified: trunk/base/portmgr/jobs/port_binary_distributable.tcl
===================================================================
--- trunk/base/portmgr/jobs/port_binary_distributable.tcl	2011-10-21 09:17:13 UTC (rev 86196)
+++ trunk/base/portmgr/jobs/port_binary_distributable.tcl	2011-10-21 09:59:10 UTC (rev 86197)
@@ -225,7 +225,7 @@
 
             if {!$any_good} {
                 if {$verbose} {
-                    puts "dependency '$aPort' has license '$lic' which is not known to be distributable"
+                    puts "${portName}'s dependency '$aPort' has license '$lic' which is not known to be distributable"
                 }
                 return 1
             }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111021/e70dc83d/attachment.html>


More information about the macports-changes mailing list