<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/c488f241e21f97d2751ede440597887fb83dca3e">https://github.com/macports/macports-ports/commit/c488f241e21f97d2751ede440597887fb83dca3e</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 c488f24  ondir: Reformat notes to avoid double spaces
</span>c488f24 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit c488f241e21f97d2751ede440597887fb83dca3e
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Thu Sep 19 22:55:00 2019 -0500

<span style='display:block; white-space:pre;color:#404040;'>    ondir: Reformat notes to avoid double spaces
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    and to fit within 80 characters width within the Portfile.
</span>---
 sysutils/ondir/Portfile | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/sysutils/ondir/Portfile b/sysutils/ondir/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 7034ea4..2340b55 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/sysutils/ondir/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/sysutils/ondir/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -42,12 +42,13 @@ post-destroot {
</span> }
 
 notes "
<span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span> ${docdir} contains docs and examples for fully configure ondir.
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-ondirrc.eg is a configuration example file; you can modify it and copy to ~/.ondirrc \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-(per-user configuration) or to ${prefix}/etc/ondirrc (system-wide configuration).
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ondirrc.eg is a configuration example file; you can modify it and copy\
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+to ~/.ondirrc (per-user configuration) or to ${prefix}/etc/ondirrc\
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+(system-wide configuration).
</span> 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-Once you have installed OnDir, add either scripts.sh (for sh/bash), scripts.tcsh (for csh/tcsh) \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-or scripts.zsh (for zsh) to your shell startup files. This will execute ondir whenever you change \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-directories at the shell."
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+Once you have installed OnDir, add either scripts.sh (for sh/bash),\
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+scripts.tcsh (for csh/tcsh) or scripts.zsh (for zsh) to your shell\
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+startup files. This will execute ondir whenever you change directories\
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+at the shell."
</span></pre><pre style='margin:0'>

</pre>