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

ryandesign at macports.org ryandesign at macports.org
Thu Aug 15 04:02:25 PDT 2013


Revision: 109424
          https://trac.macports.org/changeset/109424
Author:   ryandesign at macports.org
Date:     2013-08-15 04:02:24 -0700 (Thu, 15 Aug 2013)
Log Message:
-----------
port_binary_distributable.tcl: reword verbose output so that each message first states the port name, then whether or not it's distributable, then the reason

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	2013-08-15 10:18:57 UTC (rev 109423)
+++ trunk/base/portmgr/jobs/port_binary_distributable.tcl	2013-08-15 11:02:24 UTC (rev 109424)
@@ -182,7 +182,7 @@
         lappend top_license_names $sub_names
         if {!$any_good} {
             if {$verbose} {
-                puts "'$portName' has license '$lic' which is not known to be distributable"
+                puts "\"$portName\" is not distributable because its license \"$lic\" is not known to be distributable"
             }
             return 1
         }
@@ -243,13 +243,13 @@
 
             if {!$any_good} {
                 if {$verbose} {
-                    puts "${portName}'s dependency '$aPort' has license '$lic' which is not known to be distributable"
+                    puts "\"$portName\" is not distributable because its dependency \"$aPort\" has license \"$lic\" which is not known to be distributable"
                 }
                 return 1
             }
             if {!$any_compatible} {
                 if {$verbose} {
-                    puts "dependency '$aPort' has license '$full_lic' which conflicts with license '$top_lic' from '$portName'"
+                    puts "\"$portName\" is not distributable because its license \"$top_lic\" conflicts with license \"$full_lic\" of dependency \"$aPort\""
                 }
                 return 1
             }
@@ -269,7 +269,7 @@
     }
 
     if {$verbose} {
-        puts "$portName is distributable"
+        puts "\"$portName\" is distributable"
     }
     return 0
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130815/a145d3fa/attachment.html>


More information about the macports-changes mailing list