<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/ed4ab156333751f7aaa76ffd429dd0f18dc26662">https://github.com/macports/macports-ports/commit/ed4ab156333751f7aaa76ffd429dd0f18dc26662</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit ed4ab156333751f7aaa76ffd429dd0f18dc26662
</span>Author: Rainer Müller <raimue@macports.org>
AuthorDate: Mon Nov 14 22:56:08 2016 +0100
<span style='display:block; white-space:pre;color:#404040;'> git-cola: install bash-completion
</span>---
devel/git-cola/Portfile | 16 +++++++++++++++-
1 file changed, 15 insertions(+), 1 deletion(-)
<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 95298bd..a9b9809 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;'>@@ -5,7 +5,7 @@ PortSystem 1.0
</span> PortGroup github 1.0
github.setup git-cola git-cola 2.8 v
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision 3
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision 4
</span> platforms darwin
maintainers raimue \
openmaintainer
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -44,6 +44,20 @@ build.target all man
</span> destroot.args ${build.args}
destroot.target install install-man
<span style='display:block; white-space:pre;background:#e0ffe0;'>+post-destroot {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ xinstall -d ${destroot}${prefix}/share/bash-completion/completions
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ xinstall -m 644 ${worksrcpath}/contrib/git-cola-completion.bash ${destroot}${prefix}/share/bash-completion/completions/${name}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+notes [subst {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ If you want to use bash-completion for git-cola, you have to source the\
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ completion files from your ~/.bashrc as it extends the git command\
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ completion and cannot be loaded automatically:
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ source ${prefix}/share/bash-completion/completions/git
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ source ${prefix}/share/bash-completion/completions/git-cola
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+}]
</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
# py35-qtpy5. However, all variants of py35-qtpy support all Qt versions.
</pre><pre style='margin:0'>
</pre>