<pre style='margin:0'>
Ryan Schmidt (ryandesign) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/559bdade4e1a24a0cfe9a4c7574e9fddedc6e880">https://github.com/macports/macports-ports/commit/559bdade4e1a24a0cfe9a4c7574e9fddedc6e880</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 559bdad  grep: Fix line wrapping of notes
</span>559bdad is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 559bdade4e1a24a0cfe9a4c7574e9fddedc6e880
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Wed Jan 1 18:52:09 2020 -0600

<span style='display:block; white-space:pre;color:#404040;'>    grep: Fix line wrapping of notes
</span>---
 sysutils/grep/Portfile | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/sysutils/grep/Portfile b/sysutils/grep/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 8863a52..d78fe82 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/sysutils/grep/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/sysutils/grep/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -60,12 +60,12 @@ variant libsigsegv description {Use libsigsegv} {
</span> }
 
 notes "
<span style='display:block; white-space:pre;background:#ffe0e0;'>-This port previously installed itself without a g* prefix, thus overshadowing
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-system binaries such as grep, fgrep, and egrep. The port is now changed so that
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-it does install with a g* prefix, like other GNU ports. This means that you'll
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-now find GNU grep at ${prefix}/bin/ggrep. If you dislike typing ggrep, you can
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-create a shell alias or you can add ${prefix}/libexec/gnubin to your PATH,
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-wherein non-g* prefixed symlinks are installed. In other words,
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-${prefix}/libexec/gnubin contains GNU binaries without any prefix to the file-
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+This port previously installed itself without a g* prefix, thus overshadowing\
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+system binaries such as grep, fgrep, and egrep. The port is now changed so that\
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+it does install with a g* prefix, like other GNU ports. This means that you'll\
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+now find GNU grep at ${prefix}/bin/ggrep. If you dislike typing ggrep, you can\
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+create a shell alias or you can add ${prefix}/libexec/gnubin to your PATH,\
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+wherein non-g* prefixed symlinks are installed. In other words,\
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+${prefix}/libexec/gnubin contains GNU binaries without any prefix to the file\
</span> names, so you can type grep and get GNU grep just as before.
 "
</pre><pre style='margin:0'>

</pre>