<pre style='margin:0'>
Frank Schima (mf2k) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/ddd47c7d0b1e11fd49f1af94906d4f212a4d0a1b">https://github.com/macports/macports-ports/commit/ddd47c7d0b1e11fd49f1af94906d4f212a4d0a1b</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 ddd47c7  pass: Add note to use +bash variant.
</span>ddd47c7 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit ddd47c7d0b1e11fd49f1af94906d4f212a4d0a1b
</span>Author: Frank Schima <mf2k@macports.org>
AuthorDate: Wed Oct 4 09:54:12 2017 -0600

<span style='display:block; white-space:pre;color:#404040;'>    pass: Add note to use +bash variant.
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    See: https://trac.macports.org/ticket/54278
</span>---
 security/pass/Portfile | 5 +++++
 1 file changed, 5 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/security/pass/Portfile b/security/pass/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 219ddbb..0238a9f 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/security/pass/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/security/pass/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -44,6 +44,11 @@ default_variants    +bash
</span> variant bash description {Include Bash completion support} {
     depends_run-append port:bash
     destroot.env-append FORCE_BASHCOMP=1
<span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    notes-append {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        To use pass 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" ]] && source "${prefix}/share/bash-completion/completions/pass"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    }
</span> }
 
 variant fish description {Include fish completion support} {
</pre><pre style='margin:0'>

</pre>