<pre style='margin:0'>
Perry E. Metzger (pmetzger) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/98ba74bd7ad7096dadf8433736c94d854ff51be9">https://github.com/macports/macports-ports/commit/98ba74bd7ad7096dadf8433736c94d854ff51be9</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 98ba74b  todotxt: remove bash-completion dep+variant, fix config file
</span>98ba74b is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 98ba74bd7ad7096dadf8433736c94d854ff51be9
</span>Author: Wouter R <gennerate@zonnet.nl>
AuthorDate: Wed Jul 4 18:13:22 2018 +0200

<span style='display:block; white-space:pre;color:#404040;'>    todotxt: remove bash-completion dep+variant, fix config file
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    - remove bash_completion variant (the file is now always installed)
</span><span style='display:block; white-space:pre;color:#404040;'>    - remove (unnecessary) run dependency on bash-completion port
</span><span style='display:block; white-space:pre;color:#404040;'>    - fix regex that changes the default '.todo' path in todo.cfg-dist
</span>---
 office/todotxt/Portfile | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/office/todotxt/Portfile b/office/todotxt/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 30ab4ca..1846069 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/office/todotxt/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/office/todotxt/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,7 +5,7 @@ PortGroup           github 1.0
</span> 
 github.setup        todotxt todo.txt-cli 2.11.0 v
 name                todotxt
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision            1
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            2
</span> categories          office
 license             GPL-3
 maintainers         {snc @nerdling} openmaintainer
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -46,11 +46,7 @@ post-destroot {
</span> patch {
     # default cfg will try to write in ${prefix}/bin, since this isn't obvious from the config
     # file we help the user avoiding this
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    reinplace "s|TODO_DIR=`dirname \"\$0\"`|TODO_DIR=\"\$HOME\"/.todo|" ${worksrcpath}/todo.cfg
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-variant bash_completion {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    depends_run-append  path:etc/bash_completion:bash-completion
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    reinplace "s|TODO_DIR=\$\(dirname \"\$0\"\)|TODO_DIR=\"\$HOME\"/.todo|" ${worksrcpath}/todo.cfg
</span> }
 
 notes "Copy the default configuration file from  ${prefix}/share/${name}/todo.cfg-dist \
</pre><pre style='margin:0'>

</pre>