[100543] branches/new-help-system/base/doc

raimue at macports.org raimue at macports.org
Fri Dec 14 18:19:44 PST 2012


Revision: 100543
          https://trac.macports.org/changeset/100543
Author:   raimue at macports.org
Date:     2012-12-14 18:19:44 -0800 (Fri, 14 Dec 2012)
Log Message:
-----------
Update options for install, uninstall and activate/deactivate

Modified Paths:
--------------
    branches/new-help-system/base/doc/port-activate.1.txt
    branches/new-help-system/base/doc/port-install.1.txt
    branches/new-help-system/base/doc/port-uninstall.1.txt

Modified: branches/new-help-system/base/doc/port-activate.1.txt
===================================================================
--- branches/new-help-system/base/doc/port-activate.1.txt	2012-12-15 02:11:42 UTC (rev 100542)
+++ branches/new-help-system/base/doc/port-activate.1.txt	2012-12-15 02:19:44 UTC (rev 100543)
@@ -11,11 +11,13 @@
 --------
 [cmdsynopsis]
 *port* [*-vdf*] [*-D* 'portdir'] *activate*
+     [--no-exec]
      [['portname' | 'pseudo-portname' | 'port-expressions' | 'port-url']]
      ['@version']
 
 [cmdsynopsis]
 *port* [*-vdf*] [*-D* 'portdir'] *deactivate*
+     [--no-exec]
      [['portname' | 'pseudo-portname' | 'port-expressions' | 'port-url']]
 
 DESCRIPTION
@@ -33,7 +35,13 @@
 
 include::archives.txt[]
 
+OPTIONS
+-------
 
+--no-exec::
+    Do not execute any stored pre- or post-uninstall procedures.
+
+
 include::global-flags.txt[]
 
 

Modified: branches/new-help-system/base/doc/port-install.1.txt
===================================================================
--- branches/new-help-system/base/doc/port-install.1.txt	2012-12-15 02:11:42 UTC (rev 100542)
+++ branches/new-help-system/base/doc/port-install.1.txt	2012-12-15 02:19:44 UTC (rev 100543)
@@ -11,6 +11,7 @@
 --------
 [cmdsynopsis]
 *port* [*-vdqysbckxpotf*] [*-D* 'portdir'] *install*
+     [--no-rev-upgrade] [--unrequested]
      [['portname' | 'pseudo-portname' | 'port-expressions' | 'port-url']]
      [+/-variant ...]
 
@@ -22,7 +23,17 @@
 
 Global variants will be applied as specified in *variants.conf*(5).
 
+OPTIONS
+-------
+*--no-rev-upgrade*::
+Do not run rev-upgrade after installation. See man:port-rev-upgrade[1] for more
+information.
 
+*--unrequested*::
+Do not mark the installed ports as requested. See man:port-setrequested[1] for
+more information.
+
+
 include::global-flags.txt[]
 
 

Modified: branches/new-help-system/base/doc/port-uninstall.1.txt
===================================================================
--- branches/new-help-system/base/doc/port-uninstall.1.txt	2012-12-15 02:11:42 UTC (rev 100542)
+++ branches/new-help-system/base/doc/port-uninstall.1.txt	2012-12-15 02:19:44 UTC (rev 100543)
@@ -11,7 +11,7 @@
 --------
 [cmdsynopsis]
 *port* [*-vdquxpf*] [*-D* 'portdir'] *uninstall*
-     [--follow-dependents]
+     [--follow-dependents] [--follow-dependencies] [--no-exec]
      [['portname' | 'pseudo-portname' | 'port-expressions' | 'port-url']]
      [@version]
 
@@ -25,18 +25,25 @@
 which versions are currently installed on your system. If multiple versions are
 installed and you did not specify a version, *port* will output a list.
 
+OPTIONS
+-------
 
-include::global-flags.txt[]
+--follow-dependents::
+    Also uninstall all ports recursively depending directly or indirectly on one
+    of the specified ports before uninstalling the port itself.
 
+--follow-dependencies::
+    Also recursively uninstall all ports that the specified port depends on.
+    This will not uninstall dependencies that are marked as requested or that
+    have other dependents.
 
-LOCAL OPTIONS
--------------
+--no-exec::
+    Do not execute any stored pre- or post-uninstall procedures.
 
---follow-dependents::
-    Also uninstall all ports depending directly or indirectly on one of the
-    specified ports.
 
+include::global-flags.txt[]
 
+
 SEE ALSO
 --------
 port(1), port-uninstall(1), port-info(1), port-variants(1), variants.conf(5)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121214/0e91a3af/attachment-0001.html>


More information about the macports-changes mailing list