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

jmr at macports.org jmr at macports.org
Thu May 17 11:02:39 PDT 2012


Revision: 93198
          https://trac.macports.org/changeset/93198
Author:   jmr at macports.org
Date:     2012-05-17 11:02:39 -0700 (Thu, 17 May 2012)
Log Message:
-----------
consider ports not in the index to not be distributable

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	2012-05-17 17:45:07 UTC (rev 93197)
+++ trunk/base/portmgr/jobs/port_binary_distributable.tcl	2012-05-17 18:02:39 UTC (rev 93198)
@@ -153,6 +153,9 @@
     global license_good license_conflicts
     array set portSeen {}
     set top_info [infoForPort $portName $variantInfo]
+    if {$top_info == {}} {
+        return 1
+    }
     set top_license [lindex $top_info 1]
     foreach noconflict_port [lindex $top_info 3] {
         set noconflict_ports($noconflict_port) 1
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120517/c6a1ad20/attachment.html>


More information about the macports-changes mailing list