<pre style='margin:0'>
Joshua Root (jmroot) pushed a commit to branch master
in repository macports-base.

</pre>
<p><a href="https://github.com/macports/macports-base/commit/7026d0bd22d769641137061ec832bc0e88857051">https://github.com/macports/macports-base/commit/7026d0bd22d769641137061ec832bc0e88857051</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'>     new 7026d0b  add variable-replace to portfile(7)
</span>7026d0b is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 7026d0bd22d769641137061ec832bc0e88857051
</span>Author: Davide Gerhard <rainbow@irh.it>
AuthorDate: Sat Oct 12 20:26:10 2019 +0200

<span style='display:block; white-space:pre;color:#404040;'>    add variable-replace to portfile(7)
</span>---
 doc/portfile.7 | 10 ++++++++++
 1 file changed, 10 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/doc/portfile.7 b/doc/portfile.7
</span><span style='display:block; white-space:pre;color:#808080;'>index e9dabc9..9f654e5 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/doc/portfile.7
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/doc/portfile.7
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -2578,6 +2578,16 @@ from the
</span> .br
 .Sy Example:
 .Dl configure.args-delete --with-gnomedb
<span style='display:block; white-space:pre;background:#e0ffe0;'>+.It Va variable Ns - Ns Ic replace Ar old_item new_item
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+Replace
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+.Ar old_item
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+with
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+.Ar new_item
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+in the
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+.Va variable .
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+.br
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+.Sy Example:
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+.Dl configure.args-replace --with-gnomedb --without-gnomedb
</span> .It Ic readdir Ar directory
 Return the list of elements in a
 .Ar directory ,
</pre><pre style='margin:0'>

</pre>