<pre style='margin:0'>
Rainer Müller (raimue) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/2ad96f3b61d83e9833c6b38b8c3ce620225b9656">https://github.com/macports/macports-ports/commit/2ad96f3b61d83e9833c6b38b8c3ce620225b9656</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 2ad96f3  git-cola: use quotes instead of [subst] for notes
</span>2ad96f3 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 2ad96f3b61d83e9833c6b38b8c3ce620225b9656
</span>Author: Rainer Müller <raimue@macports.org>
AuthorDate: Tue Nov 15 01:33:57 2016 +0100

<span style='display:block; white-space:pre;color:#404040;'>    git-cola: use quotes instead of [subst] for notes
</span>---
 devel/git-cola/Portfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/git-cola/Portfile b/devel/git-cola/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index f8097cc..d75a794 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/git-cola/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/git-cola/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -50,14 +50,14 @@ post-destroot {
</span>     xinstall -m 644 ${worksrcpath}/contrib/git-cola-completion.bash ${destroot}${prefix}/share/bash-completion/completions/${name}
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-notes [subst {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+notes "\
</span>     If you want to use bash-completion for git-cola, you have to source the\
     completion files from your ~/.bashrc as it extends the git command\
     completion and cannot be loaded automatically:
 
       source ${prefix}/share/bash-completion/completions/git
       source ${prefix}/share/bash-completion/completions/git-cola
<span style='display:block; white-space:pre;background:#ffe0e0;'>-}]
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+"
</span> 
 variant qt5 description (Use qt5 instead of qt4} {
     # This variant is meant to match py35-qtpy +qt5, which also depends on
</pre><pre style='margin:0'>

</pre>