<pre style='margin:0'>
Eitan Adler (grimreaper) pushed a commit to branch master
in repository macports-guide.
</pre>
<p><a href="https://github.com/macports/macports-guide/commit/c15987cbb65719a33378e83f9e7a0e08b832f79b">https://github.com/macports/macports-guide/commit/c15987cbb65719a33378e83f9e7a0e08b832f79b</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 c15987c guide: document switches for reclaim; remove old note
</span>c15987c is described below
<span style='display:block; white-space:pre;color:#808000;'>commit c15987cbb65719a33378e83f9e7a0e08b832f79b
</span>Author: Eitan Adler <lists@eitanadler.com>
AuthorDate: Fri Jul 6 17:19:13 2018 -0700
<span style='display:block; white-space:pre;color:#404040;'> guide: document switches for reclaim; remove old note
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> - remove note about commands only available for more than a year and a
</span><span style='display:block; white-space:pre;color:#404040;'> half.
</span><span style='display:block; white-space:pre;color:#404040;'> - document changes to "port reclaim".
</span>---
guide/xml/using.xml | 24 ++++++++++++++++--------
1 file changed, 16 insertions(+), 8 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/guide/xml/using.xml b/guide/xml/using.xml
</span><span style='display:block; white-space:pre;color:#808080;'>index 11e926a..e6d6646 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/guide/xml/using.xml
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/guide/xml/using.xml
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -119,10 +119,6 @@ Upgrade MacPorts itself and run the sync target
</span> </listitem>
</varlistentry>
</variablelist>
<span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- <note>
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- <para>This command will only be available in MacPorts version 2.4 and above.</para>
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- </note>
</span> </section>
<section xml:id="using.port.reclaim">
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -131,11 +127,23 @@ Upgrade MacPorts itself and run the sync target
</span> <para>The <option>reclaim</option> action attempts to reclaim space by uninstalling inactive ports, and
removing unnecessary files that were downloaded during the installation process. </para>
<span style='display:block; white-space:pre;background:#ffe0e0;'>- <para><option>reclaim</option> does not accept any switches.</para>
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ <para><option>reclaim</option> accepts switches to configure automatic reminders.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ If passed, the reclaim process will not be run.</para>
</span>
<span style='display:block; white-space:pre;background:#ffe0e0;'>- <note>
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- <para> This command will only be available in MacPorts version 2.4 and above.</para>
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- </note>
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ <variablelist>
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ <varlistentry>
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ <term><option>--enable-reminders</option></term>
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ <listitem>
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ <para>Enable regular reminders to run <command>port <option>reclaim</option></command>.</para>
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ </listitem>
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ </varlistentry>
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ <varlistentry>
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ <term><option>--disable-reminders</option></term>
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ <listitem>
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ <para>Disable regular reminders to run <command>port <option>reclaim</option></command>.</para>
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ </listitem>
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ </varlistentry>
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ </variablelist>
</span> </section>
<section xml:id="using.port.list">
</pre><pre style='margin:0'>
</pre>