[68985] contrib/mpab/chroot-scripts/genportlist.tcl

jmr at macports.org jmr at macports.org
Sat Jun 19 09:12:22 PDT 2010


Revision: 68985
          http://trac.macports.org/changeset/68985
Author:   jmr at macports.org
Date:     2010-06-19 09:12:22 -0700 (Sat, 19 Jun 2010)
Log Message:
-----------
mpab: add depends_fetch and depends_extract to dep types list

Modified Paths:
--------------
    contrib/mpab/chroot-scripts/genportlist.tcl

Modified: contrib/mpab/chroot-scripts/genportlist.tcl
===================================================================
--- contrib/mpab/chroot-scripts/genportlist.tcl	2010-06-19 16:11:52 UTC (rev 68984)
+++ contrib/mpab/chroot-scripts/genportlist.tcl	2010-06-19 16:12:22 UTC (rev 68985)
@@ -75,7 +75,7 @@
 array set portdepinfo {}
 foreach {name infoarray} $search_result {
    array set portinfo $infoarray
-   set depstypes {depends_build depends_lib depends_run}
+   set depstypes {depends_fetch depends_extract depends_build depends_lib depends_run}
    set deplist [list]
    foreach depstype $depstypes {
       if {[info exists portinfo($depstype)] && $portinfo($depstype) != ""} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100619/9bddc456/attachment.html>


More information about the macports-changes mailing list