<pre style='margin:0'>
Herby Gillot (herbygillot) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/53ad822807c4ec076bccae2bb9130b240007be68">https://github.com/macports/macports-ports/commit/53ad822807c4ec076bccae2bb9130b240007be68</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 53ad822807c flameshot: fix invalid bash-completion path
</span>53ad822807c is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 53ad822807c4ec076bccae2bb9130b240007be68
</span>Author: Herby Gillot <herby.gillot@gmail.com>
AuthorDate: Mon Mar 22 22:05:09 2021 -0400
<span style='display:block; white-space:pre;color:#404040;'> flameshot: fix invalid bash-completion path
</span>---
sysutils/flameshot/Portfile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/sysutils/flameshot/Portfile b/sysutils/flameshot/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 03f6bd4458e..6674ceeaba2 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/sysutils/flameshot/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/sysutils/flameshot/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -6,7 +6,7 @@ PortGroup cmake 1.1
</span> PortGroup qt5 1.0
github.setup flameshot-org flameshot 0.9.0 v
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision 0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision 1
</span>
homepage https://flameshot.org
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -52,7 +52,7 @@ destroot {
</span>
xinstall -d ${destroot}${prefix}/bash-completion/completions
copy ${build_src_dir}/share/bash-completion/completions/flameshot \
<span style='display:block; white-space:pre;background:#ffe0e0;'>- ${destroot}${prefix}/bash-completion/completions/
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ ${destroot}${prefix}/share/bash-completion/completions/
</span>
xinstall -d ${destroot}${prefix}/share/zsh/site-functions
copy ${build_src_dir}/share/zsh/site-functions/_flameshot \
</pre><pre style='margin:0'>
</pre>