Revision
37244
Author
raimue@macports.org
Date
2008-05-31 16:07:53 -0700 (Sat, 31 May 2008)

Log Message

port/port.tcl:
Correct the list of arguments for the commands and sort each of them

Modified Paths

Diff

Modified: trunk/base/src/port/port.tcl (37243 => 37244)


--- trunk/base/src/port/port.tcl	2008-05-31 21:57:15 UTC (rev 37243)
+++ trunk/base/src/port/port.tcl	2008-05-31 23:07:53 UTC (rev 37244)
@@ -2506,11 +2506,14 @@
 # Commands not listed here do not accept any arguments
 global cmd_args_array
 array set cmd_args_array {
-    info        {index line category categories depends_build depends_lib depends_run maintainer maintainers platform platforms variant variants}
-    selfupdate  {pretend nosync}
+    info        {category categories depends_build depends_lib depends_run
+                 description epoch homepage long_description maintainer
+                 maintainers name platform platforms portdir revision
+                 variant variants version}
+    selfupdate  {nosync pretend}
     uninstall   {follow-dependents}
     variants    {index}
-    clean       {all dist archive work}
+    clean       {all archive dist work}
 }
 
 # Parse global options