<pre style='margin:0'>
Zero King (l2dy) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/133253eb6a488b8dcb722d7100db6a3b64ba3946">https://github.com/macports/macports-ports/commit/133253eb6a488b8dcb722d7100db6a3b64ba3946</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 133253e pass: update URLs
</span>133253e is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 133253eb6a488b8dcb722d7100db6a3b64ba3946
</span>Author: Zero King <l2dy@macports.org>
AuthorDate: Sat Jun 16 06:16:02 2018 +0000
<span style='display:block; white-space:pre;color:#404040;'> pass: update URLs
</span>---
security/pass/Portfile | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
<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 5ca4c24..157b740 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;'>@@ -11,7 +11,7 @@ description ${name} is the standard unix password manager
</span> long_description ${description}
platforms darwin
supported_archs noarch
<span style='display:block; white-space:pre;background:#ffe0e0;'>-homepage http://www.passwordstore.org/
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+homepage https://www.passwordstore.org/
</span> license GPL-2+
depends_run port:git \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -21,7 +21,7 @@ depends_run port:git \
</span> port:qrencode \
path:bin/gpg:gnupg2
<span style='display:block; white-space:pre;background:#ffe0e0;'>-master_sites http://git.zx2c4.com/password-store/snapshot/
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+master_sites https://git.zx2c4.com/password-store/snapshot/
</span> distname password-store-${version}
use_xz yes
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -62,5 +62,6 @@ variant zsh description {Include Zsh completion support} {
</span> destroot.env-append FORCE_ZSHCOMP=1
}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-livecheck.url https://www.passwordstore.org/
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+livecheck.type regex
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+livecheck.url ${homepage}
</span> livecheck.regex The latest version is (\[\\d\\.\]+)\\.
</pre><pre style='margin:0'>
</pre>