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

raimue at macports.org raimue at macports.org
Sat May 31 19:59:16 PDT 2008


Revision: 37248
          http://trac.macosforge.org/projects/macports/changeset/37248
Author:   raimue at macports.org
Date:     2008-05-31 19:59:15 -0700 (Sat, 31 May 2008)

Log Message:
-----------
port/port.tcl:
Re-add --info and --index for port info which got lost in previous attempts to
complete the list

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

Modified: trunk/base/src/port/port.tcl
===================================================================
--- trunk/base/src/port/port.tcl	2008-06-01 02:53:03 UTC (rev 37247)
+++ trunk/base/src/port/port.tcl	2008-06-01 02:59:15 UTC (rev 37248)
@@ -2509,10 +2509,11 @@
 # this argument takes
 global cmd_args_array
 array set cmd_args_array {
-    info        {{category 0} {categories 0} {depends_build 0} {depends_lib 0} {depends_run 0}
-                {description 0} {epoch 0} {homepage 0} {long_description 0} {maintainer 0}
-                {maintainers 0} {name 0} {platform 0} {platforms 0} {portdir 0} {revision 0}
-                {variant 0} {variants 0} {version 0}}
+    info        {{category 0} {categories 0} {depends_build 0} {depends_lib 0}
+                {depends_run 0} {description 0} {epoch 0} {homepage 0}
+                {index 0} {line 0} {long_description 0} {maintainer 0}
+                {maintainers 0} {name 0} {platform 0} {platforms 0} {portdir 0}
+                {revision 0} {variant 0} {variants 0} {version 0}}
     selfupdate  {{nosync 0} {pretend 0}}
     uninstall   {{follow-dependents 0}}
     variants    {{index 0}}

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080531/41cedb5c/attachment.htm 


More information about the macports-changes mailing list