<pre style='margin:0'>
Clemens Lang (neverpanic) pushed a commit to branch master
in repository macports-base.

</pre>
<p><a href="https://github.com/macports/macports-base/commit/2997404d32a2d87cd115e07b2abb2de619e3b7f7">https://github.com/macports/macports-base/commit/2997404d32a2d87cd115e07b2abb2de619e3b7f7</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 2997404d32a2d87cd115e07b2abb2de619e3b7f7
</span>Author: Kurt Hindenburg <khindenburg@macports.org>
AuthorDate: Tue Dec 12 16:46:48 2023 -0500

<span style='display:block; white-space:pre;color:#404040;'>    Regen docs
</span>---
 doc/port-fetch.1 | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/doc/port-fetch.1 b/doc/port-fetch.1
</span><span style='display:block; white-space:pre;color:#808080;'>index 110dc9513..1157d7156 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/doc/port-fetch.1
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/doc/port-fetch.1
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -24,7 +24,7 @@ port-fetch, port-checksum, port-extract, port-patch, port-configure, port-build,
</span> .SH "SYNOPSIS"
 .sp
 .nf
<span style='display:block; white-space:pre;background:#ffe0e0;'>-\fBport\fR [\fB\-vdoy\fR] [\fB\-D\fR \fIportdir\fR] [\fBfetch\fR | \fBchecksum\fR | \fBextract\fR | \fBpatch\fR | \fBconfigure\fR | \fBbuild\fR | \fBdestroot\fR | \fBtest\fR ]
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+\fBport\fR [\fB\-vdoy\fR] [\fB\-D\fR \fIportdir\fR] [\fBfetch\fR  [\-\-no\-mirrors] | \fBchecksum\fR | \fBextract\fR | \fBpatch\fR | \fBconfigure\fR | \fBbuild\fR | \fBdestroot\fR | \fBtest\fR ]
</span>      [[\fIportname\fR | \fIpseudo\-portname\fR | \fIport\-expressions\fR | \fIport\-url\fR]]
 .fi
 .SH "DESCRIPTION"
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -34,6 +34,12 @@ These commands run a specific phase of a port\&. Depending phases will be execut
</span> If the \fIPortfile\fR has changed between multiple invocation, \fBport\fR will perform a clean before running the phase\&. The flag \fI\-o\fR can be used to ignore this and keep the current state of the \(lqwork\(rq dir\&.
 .sp
 Note that the \fBtest\fR phase is special in that it will not be run by MacPorts by default\&. When supported by the given port, the \fBtest\fR phase will run the testcases of the software\&.
<span style='display:block; white-space:pre;background:#e0ffe0;'>+.SH "OPTIONS"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+.PP
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+\fB\-\-no\-mirrors\fR
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+.RS 4
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+Only fetch files from URLs in master_sites
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+.RE
</span> .SH "GLOBAL OPTIONS"
 .sp
 Please see the section \fBGLOBAL OPTIONS\fR in the \fBport\fR(1) man page for a description of global port options\&.
</pre><pre style='margin:0'>

</pre>