<pre style='margin:0'>
Chris Jones (cjones051073) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/41c003d13e39222bc5cd53807fc32ea7c2f4920d">https://github.com/macports/macports-ports/commit/41c003d13e39222bc5cd53807fc32ea7c2f4920d</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 41c003d13e39222bc5cd53807fc32ea7c2f4920d
</span>Author: Vadim-Valdis Yudaev <judaew@outlook.de>
AuthorDate: Sat Nov 28 16:47:10 2020 +0200

<span style='display:block; white-space:pre;color:#404040;'>    pass-update: Fix bash completion location
</span>---
 security/pass-update/Portfile | 7 +++++++
 1 file changed, 7 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/security/pass-update/Portfile b/security/pass-update/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 96f4d31fa82..3ae94e19f4f 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/security/pass-update/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/security/pass-update/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,6 +5,7 @@ PortGroup           github 1.0
</span> 
 github.setup        roddhjav pass-update 2.1 v
 github.tarball_from releases
<span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            1
</span> 
 categories          security
 platforms           darwin
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -27,3 +28,9 @@ use_configure       no
</span> build {}
 
 destroot.env-append PREFIX=${prefix}
<span style='display:block; white-space:pre;background:#e0ffe0;'>+destroot.env-append BASHCOMPDIR=${prefix}/share/bash-completion/completions
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+notes {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    To use pass-update bash completion, add the following lines at the end of your .bash_profile:
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        [[ -r "${prefix}/share/bash-completion/completions/pass-update" ]] && source "${prefix}/share/bash-completion/completions/pass-update"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+}
</span></pre><pre style='margin:0'>

</pre>