<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/f2845d6d9717978ba2f336300b6fedb0d4c826fa">https://github.com/macports/macports-ports/commit/f2845d6d9717978ba2f336300b6fedb0d4c826fa</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit f2845d6d9717978ba2f336300b6fedb0d4c826fa
</span>Author: Vadim-Valdis Yudaev <judaew@outlook.de>
AuthorDate: Sat Nov 28 16:46:05 2020 +0200

<span style='display:block; white-space:pre;color:#404040;'>    pass-otp: Fix bash completion location
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Fixes: https://trac.macports.org/ticket/61651
</span>---
 security/pass-otp/Portfile | 7 +++++++
 1 file changed, 7 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/security/pass-otp/Portfile b/security/pass-otp/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index c6b7c4179aa..6acfd5a51b3 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/security/pass-otp/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/security/pass-otp/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,6 +5,7 @@ PortGroup           github 1.0
</span> 
 github.setup        tadfisher pass-otp 1.2.0 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;'>@@ -29,3 +30,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-otp 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-otp" ]] && source "${prefix}/share/bash-completion/completions/pass-otp"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+}
</span></pre><pre style='margin:0'>

</pre>