<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/4b5a84944b276b0c7ba71037fdcb96356148ebe5">https://github.com/macports/macports-ports/commit/4b5a84944b276b0c7ba71037fdcb96356148ebe5</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 4b5a84944b2 pgroll: create completions directory once
</span>4b5a84944b2 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 4b5a84944b276b0c7ba71037fdcb96356148ebe5
</span>Author: Herby Gillot <herby.gillot@gmail.com>
AuthorDate: Tue Oct 3 18:26:12 2023 -0400
<span style='display:block; white-space:pre;color:#404040;'> pgroll: create completions directory once
</span>---
databases/pgroll/Portfile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/databases/pgroll/Portfile b/databases/pgroll/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 8a789c3247e..e5e1c50a70a 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/databases/pgroll/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/databases/pgroll/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -39,9 +39,9 @@ build.pre_args-append \
</span> set comppath ${workpath}/completions
post-build {
<span style='display:block; white-space:pre;background:#ffe0e0;'>- foreach shell {bash fish zsh} {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- file mkdir ${comppath}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ file mkdir ${comppath}
</span>
<span style='display:block; white-space:pre;background:#e0ffe0;'>+ foreach shell {bash fish zsh} {
</span> system -W ${worksrcpath} \
"${worksrcpath}/${name} completion ${shell} > ${comppath}/${name}.${shell}"
}
</pre><pre style='margin:0'>
</pre>