<pre style='margin:0'>
Vadym-Valdis Yudaiev (judaew) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/32b8792dabb7b4d1c84bf4ac9760fa41bc4bcbdf">https://github.com/macports/macports-ports/commit/32b8792dabb7b4d1c84bf4ac9760fa41bc4bcbdf</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 32b8792dabb gnutar: add notes
</span>32b8792dabb is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 32b8792dabb7b4d1c84bf4ac9760fa41bc4bcbdf
</span>Author: Vadym-Valdis Yudaiev <judaew@macports.org>
AuthorDate: Mon Jul 18 17:37:12 2022 +0300
<span style='display:block; white-space:pre;color:#404040;'> gnutar: add notes
</span>---
archivers/gnutar/Portfile | 8 ++++++++
1 file changed, 8 insertions(+)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/archivers/gnutar/Portfile b/archivers/gnutar/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 9a6ca917b33..5e800f4480d 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/archivers/gnutar/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/archivers/gnutar/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -58,6 +58,14 @@ post-destroot {
</span> ln -sf ${prefix}/share/man/man1/gnutar.1.gz ${destroot}${prefix}/libexec/gnubin/man/man1/tar.1.gz
}
<span style='display:block; white-space:pre;background:#e0ffe0;'>+notes "
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ The tool provided by GNU Tar are prefixed with the character 'g' by default to distinguish them from the BSD commands.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ For example, tar becomes gtar.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ If you want to use the GNU tools by default, add this directory to the front of your PATH environment variable:
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ ${prefix}/libexec/gnubin/
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> livecheck.type regex
livecheck.url https://ftp.gnu.org/gnu/tar/?C=M&O=D
livecheck.regex tar-(\[0-9\.\]+\[0-9\])\\.
</pre><pre style='margin:0'>
</pre>