[89180] trunk/base/src/port/port-help.tcl
cal at macports.org
cal at macports.org
Fri Jan 20 04:12:12 PST 2012
Revision: 89180
http://trac.macports.org/changeset/89180
Author: cal at macports.org
Date: 2012-01-20 04:12:12 -0800 (Fri, 20 Jan 2012)
Log Message:
-----------
Add port help rev-upgrade
Modified Paths:
--------------
trunk/base/src/port/port-help.tcl
Modified: trunk/base/src/port/port-help.tcl
===================================================================
--- trunk/base/src/port/port-help.tcl 2012-01-20 11:58:11 UTC (rev 89179)
+++ trunk/base/src/port/port-help.tcl 2012-01-20 12:12:12 UTC (rev 89180)
@@ -253,6 +253,22 @@
set porthelp(quit) $porthelp(exit)
+set porthelp(rev-upgrade) {
+Scan for broken binaries in the installed ports and rebuild them as needed. Can
+be run with -y to only report broken ports, but not automatically rebuild them.
+
+You normally wouldn't have to run rev-upgrade manually; it is run automatically
+after each install and upgrade by default. Rev-upgrade doesn't honor package
+names, e.g.
+ upgrade outdated
+will not run rev-upgrade only on outdated, because ports not in outdated might
+have been broken by upgrade outdated. Rev-upgrade will always run on all your
+active ports.
+
+See man 1 port, section rev-upgrade, and man 5 macports.conf, directives
+starting with revupgrade_ for configuration and more information.
+}
+
set porthelp(rpm) {
Creates a rpm for each of the given ports
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120120/cafa2a5a/attachment-0001.html>
More information about the macports-changes
mailing list