pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils/restic
Module Name: pkgsrc
Committed By: wiz
Date: Sun Aug 9 18:50:44 UTC 2026
Modified Files:
pkgsrc/sysutils/restic: Makefile PLIST
Log Message:
restic: adapt to fish4 default completion path
Bump PKGREVISION.
To generate a diff of this commit:
cvs rdiff -u -r1.79 -r1.80 pkgsrc/sysutils/restic/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/sysutils/restic/PLIST
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/sysutils/restic/Makefile
diff -u pkgsrc/sysutils/restic/Makefile:1.79 pkgsrc/sysutils/restic/Makefile:1.80
--- pkgsrc/sysutils/restic/Makefile:1.79 Wed Jul 8 18:32:41 2026
+++ pkgsrc/sysutils/restic/Makefile Sun Aug 9 18:50:43 2026
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.79 2026/07/08 18:32:41 bsiegert Exp $
+# $NetBSD: Makefile,v 1.80 2026/08/09 18:50:43 wiz Exp $
DISTNAME= restic-0.19.1
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_GITHUB:=restic/}
GITHUB_TAG= v${PKGVERSION_NOREV}
@@ -17,7 +17,7 @@ GO_BUILD_PATTERN= ./cmd/restic
INSTALLATION_DIRS+= ${PKGMANDIR}/man1 \
share/bash-completion/completions \
- share/fish/completions \
+ share/fish/vendor_completions.d \
share/zsh/site-functions
.include "go-modules.mk"
@@ -26,7 +26,7 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/doc/bash-completion.sh \
${DESTDIR}${PREFIX}/share/bash-completion/completions/restic
${INSTALL_DATA} ${WRKSRC}/doc/fish-completion.fish \
- ${DESTDIR}${PREFIX}/share/fish/completions/restic.fish
+ ${DESTDIR}${PREFIX}/share/fish/vendor_completions.d/restic.fish
${INSTALL_DATA} ${WRKSRC}/doc/zsh-completion.zsh \
${DESTDIR}${PREFIX}/share/zsh/site-functions/_restic
for man in ${WRKSRC}/doc/man/restic*.1; do \
Index: pkgsrc/sysutils/restic/PLIST
diff -u pkgsrc/sysutils/restic/PLIST:1.5 pkgsrc/sysutils/restic/PLIST:1.6
--- pkgsrc/sysutils/restic/PLIST:1.5 Tue Apr 1 08:26:48 2025
+++ pkgsrc/sysutils/restic/PLIST Sun Aug 9 18:50:43 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2025/04/01 08:26:48 adam Exp $
+@comment $NetBSD: PLIST,v 1.6 2026/08/09 18:50:43 wiz Exp $
bin/restic
man/man1/restic-backup.1
man/man1/restic-cache.1
@@ -38,5 +38,5 @@ man/man1/restic-unlock.1
man/man1/restic-version.1
man/man1/restic.1
share/bash-completion/completions/restic
-share/fish/completions/restic.fish
+share/fish/vendor_completions.d/restic.fish
share/zsh/site-functions/_restic
Home |
Main Index |
Thread Index |
Old Index