<pre style='margin:0'>
Rainer Müller (raimue) pushed a commit to branch master
in repository macports-base.

</pre>
<p><a href="https://github.com/macports/macports-base/commit/79cad8daf932bba66136c208e7069f5719785990">https://github.com/macports/macports-base/commit/79cad8daf932bba66136c208e7069f5719785990</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 79cad8daf932bba66136c208e7069f5719785990
</span>Author: Rainer Müller <raimue@macports.org>
AuthorDate: Thu Jun 29 16:51:28 2017 +0200

<span style='display:block; white-space:pre;color:#404040;'>    doc: Use port actions term consistently
</span>---
 doc/port.1.txt | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/doc/port.1.txt b/doc/port.1.txt
</span><span style='display:block; white-space:pre;color:#808080;'>index db56670..cb3b859 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/doc/port.1.txt
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/doc/port.1.txt
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -200,10 +200,10 @@ The port command recognizes several global flags and options.
</span>     multiple times, then multiple files will be read.
 
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-USER TARGETS
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+USER ACTIONS
</span> ------------
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-Targets most commonly used by regular MacPorts users are:
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+Actions most commonly used by regular MacPorts users are:
</span> 
 search::
     Search for an available port whose name or description matches a regular expression.
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -362,7 +362,7 @@ outdated::
</span>     Lists the installed ports which need a 'upgrade'.
 
 upgrade::
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    The upgrade target works on a port and its dependencies. If you want to
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    The upgrade action works on a port and its dependencies. If you want to
</span>     change this behavior, look at the switches for *-n* (no dependencies) and
     *-R* (dependents) above.
 +
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -560,10 +560,10 @@ help::
</span>     Displays a summary of all available actions and port command syntax on
     stdout.
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-DEVELOPER TARGETS
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+DEVELOPER ACTIONS
</span> -----------------
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-The targets that are often used by Port developers are intended to provide
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+The actions that are often used by Port developers are intended to provide
</span> access to the different phases of a Port's build process:
 
 dir::
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -637,10 +637,10 @@ livecheck::
</span>     modified.
 
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-PACKAGING TARGETS
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+PACKAGING ACTIONS
</span> -----------------
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-There are also targets for producing installable packages of ports:
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+There are also actions for producing installable packages of ports:
</span> 
 pkg::
     Creates an OS X installer package of 'portname'.
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -660,7 +660,7 @@ mdmg::
</span> EXAMPLES
 --------
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-The following demonstrates invoking port with the extract target on portdir
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+The following demonstrates invoking port with the extract action on portdir
</span> ``textproc/figlet'' and extract.suffix set to ``.tgz'':
 
 --------
</pre><pre style='margin:0'>

</pre>