[151108] contrib/mp-buildbot/tools/supported-archs.tcl

ryandesign at macports.org ryandesign at macports.org
Sun Aug 7 09:59:33 PDT 2016


Revision: 151108
          https://trac.macports.org/changeset/151108
Author:   ryandesign at macports.org
Date:     2016-08-07 09:59:33 -0700 (Sun, 07 Aug 2016)
Log Message:
-----------
mp-buildbot: fix supported-archs.tcl to work when a subport is specified

Modified Paths:
--------------
    contrib/mp-buildbot/tools/supported-archs.tcl

Modified: contrib/mp-buildbot/tools/supported-archs.tcl
===================================================================
--- contrib/mp-buildbot/tools/supported-archs.tcl	2016-08-07 15:55:33 UTC (rev 151107)
+++ contrib/mp-buildbot/tools/supported-archs.tcl	2016-08-07 16:59:33 UTC (rev 151108)
@@ -70,7 +70,7 @@
 set portname $portinfo(name)
 
 if {[info exists portinfo(porturl)]} {
-    if {[catch {set mport [mportopen $portinfo(porturl)]}]} {
+    if {[catch {set mport [mportopen $portinfo(porturl) [list subport $portname] {}]}]} {
         ui_warn "failed to open port: $portname"
     } else {
         puts [_mportkey $mport supported_archs]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160807/51d76b28/attachment.html>


More information about the macports-changes mailing list