[64199] trunk/base/src/port/port.tcl

raimue at macports.org raimue at macports.org
Thu Feb 25 05:35:25 PST 2010


Revision: 64199
          http://trac.macports.org/changeset/64199
Author:   raimue at macports.org
Date:     2010-02-25 05:35:24 -0800 (Thu, 25 Feb 2010)
Log Message:
-----------
port/port.tcl: Update documentation of action_needs_portlist

Modified Paths:
--------------
    trunk/base/src/port/port.tcl

Modified: trunk/base/src/port/port.tcl
===================================================================
--- trunk/base/src/port/port.tcl	2010-02-25 12:05:46 UTC (rev 64198)
+++ trunk/base/src/port/port.tcl	2010-02-25 13:35:24 UTC (rev 64199)
@@ -3218,11 +3218,10 @@
 
 # Returns whether an action expects text arguments at all,
 # expects text arguments or wants an expanded list of ports
-# Return value:
-#   0 none        Does not expect any text argument
-#   1 strings     Expects some strings as text argument
-#   2 ports       Wants an expanded list of ports as text argument
-# Use action_args_const to translate them
+# Return values are constants:
+#   [ACTION_ARGS_NONE]     Does not expect any text argument
+#   [ACTION_ARGS_STRINGS]  Expects some strings as text argument
+#   [ACTION_ARGS_PORTS]    Wants an expanded list of ports as text argument
 proc action_needs_portlist { action } {
     global action_array
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100225/e4910367/attachment-0001.html>


More information about the macports-changes mailing list