Hi, Here's a trivial update to password-store-1.7.3. Been using it about a week.
ok? Index: Makefile =================================================================== RCS file: /cvs/ports/security/password-store/Makefile,v retrieving revision 1.5 diff -u -p -r1.5 Makefile --- Makefile 19 Jun 2018 09:39:18 -0000 1.5 +++ Makefile 22 Aug 2018 04:54:46 -0000 @@ -2,18 +2,18 @@ COMMENT = simple password store -DISTNAME = password-store-1.7.2 +DISTNAME = password-store-1.7.3 CATEGORIES = security -HOMEPAGE = http://www.passwordstore.org/ +HOMEPAGE = https://www.passwordstore.org/ MAINTAINER = David Dahlberg <[email protected]> # GPLv2+ PERMIT_PACKAGE_CDROM = Yes -MASTER_SITES = http://git.zx2c4.com/password-store/snapshot/ +MASTER_SITES = https://git.zx2c4.com/password-store/snapshot/ EXTRACT_SUFX = .tar.xz RUN_DEPENDS = converters/base64 \ Index: distinfo =================================================================== RCS file: /cvs/ports/security/password-store/distinfo,v retrieving revision 1.3 diff -u -p -r1.3 distinfo --- distinfo 19 Jun 2018 09:39:18 -0000 1.3 +++ distinfo 22 Aug 2018 04:54:46 -0000 @@ -1,2 +1,2 @@ -SHA256 (password-store-1.7.2.tar.xz) = R2jF4ZZcTSrrKIGGgeSE+xBbb0bL11qXYIYVxOxpgOo= -SIZE (password-store-1.7.2.tar.xz) = 63620 +SHA256 (password-store-1.7.3.tar.xz) = K2xlhG66zpoVoRhQPc0xtkQJSaMNO1KR37WxYVuZo/Q= +SIZE (password-store-1.7.3.tar.xz) = 63416 Index: pkg/PLIST =================================================================== RCS file: /cvs/ports/security/password-store/pkg/PLIST,v retrieving revision 1.3 diff -u -p -r1.3 PLIST --- pkg/PLIST 19 Jun 2018 09:39:18 -0000 1.3 +++ pkg/PLIST 22 Aug 2018 04:54:46 -0000 @@ -4,8 +4,6 @@ lib/password-store/ lib/password-store/extensions/ lib/password-store/platform.sh @man man/man1/pass.1 -share/bash-completion/ -share/bash-completion/completions/ share/bash-completion/completions/pass share/doc/password-store/ share/doc/password-store/COPYING @@ -19,6 +17,7 @@ share/examples/password-store/dmenu/ share/examples/password-store/dmenu/README.md share/examples/password-store/dmenu/passmenu share/examples/password-store/emacs/ +share/examples/password-store/emacs/CHANGELOG.md share/examples/password-store/emacs/Cask share/examples/password-store/emacs/README.md share/examples/password-store/emacs/password-store.el
