pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/security/password-store



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Aug  9 18:48:58 UTC 2026

Modified Files:
        pkgsrc/security/password-store: Makefile PLIST

Log Message:
password-store: adapt to fish4 default completions dir

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/security/password-store/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/security/password-store/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/password-store/Makefile
diff -u pkgsrc/security/password-store/Makefile:1.15 pkgsrc/security/password-store/Makefile:1.16
--- pkgsrc/security/password-store/Makefile:1.15        Fri Apr 28 18:35:12 2023
+++ pkgsrc/security/password-store/Makefile     Sun Aug  9 18:48:58 2026
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.15 2023/04/28 18:35:12 nikita Exp $
+# $NetBSD: Makefile,v 1.16 2026/08/09 18:48:58 wiz Exp $
 
 DISTNAME=      password-store-1.7.4
+PKGREVISION=   1
 CATEGORIES=    security
 MASTER_SITES=  http://git.zx2c4.com/password-store/snapshot/
 EXTRACT_SUFX=  .tar.xz
@@ -23,7 +24,7 @@ EGDIR=                        share/examples/password-store
 INSTALLATION_DIRS+=    bin ${PKGMANDIR}/man1
 INSTALLATION_DIRS+=    ${EGDIR}/contrib
 INSTALLATION_DIRS+=    share/bash-completion/completions
-INSTALLATION_DIRS+=    share/fish/completions
+INSTALLATION_DIRS+=    share/fish/vendor_completions.d
 INSTALLATION_DIRS+=    share/zsh/site-functions
 
 REPLACE_BASH+= src/password-store.sh
@@ -54,7 +55,7 @@ do-install:
        ${INSTALL_DATA} ${WRKSRC}/src/completion/pass.bash-completion \
                ${DESTDIR}${PREFIX}/share/bash-completion/completions/pass
        ${INSTALL_DATA} ${WRKSRC}/src/completion/pass.fish-completion \
-               ${DESTDIR}${PREFIX}/share/fish/completions/pass.fish
+               ${DESTDIR}${PREFIX}/share/fish/vendor_completions.d/pass.fish
        ${INSTALL_DATA} ${WRKSRC}/src/completion/pass.zsh-completion \
                ${DESTDIR}${PREFIX}/share/zsh/site-functions/_pass
 

Index: pkgsrc/security/password-store/PLIST
diff -u pkgsrc/security/password-store/PLIST:1.5 pkgsrc/security/password-store/PLIST:1.6
--- pkgsrc/security/password-store/PLIST:1.5    Tue Nov 23 07:50:15 2021
+++ pkgsrc/security/password-store/PLIST        Sun Aug  9 18:48:58 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2021/11/23 07:50:15 pho Exp $
+@comment $NetBSD: PLIST,v 1.6 2026/08/09 18:48:58 wiz Exp $
 bin/pass
 man/man1/pass.1
 share/bash-completion/completions/pass
@@ -26,5 +26,5 @@ share/examples/password-store/contrib/pa
 share/examples/password-store/contrib/vim/redact_pass.txt
 share/examples/password-store/contrib/vim/redact_pass.vim
 share/examples/password-store/example-filter.sh
-share/fish/completions/pass.fish
+share/fish/vendor_completions.d/pass.fish
 share/zsh/site-functions/_pass



Home | Main Index | Thread Index | Old Index