pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils/autorestic
Module Name: pkgsrc
Committed By: wiz
Date: Sun Aug 9 18:49:47 UTC 2026
Modified Files:
pkgsrc/sysutils/autorestic: Makefile PLIST
Log Message:
autorestic: adapt to fish4 default completions path
Bump PKGREVISION.
To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/sysutils/autorestic/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/sysutils/autorestic/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/autorestic/Makefile
diff -u pkgsrc/sysutils/autorestic/Makefile:1.30 pkgsrc/sysutils/autorestic/Makefile:1.31
--- pkgsrc/sysutils/autorestic/Makefile:1.30 Wed Jul 8 18:32:39 2026
+++ pkgsrc/sysutils/autorestic/Makefile Sun Aug 9 18:49:47 2026
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.30 2026/07/08 18:32:39 bsiegert Exp $
+# $NetBSD: Makefile,v 1.31 2026/08/09 18:49:47 wiz Exp $
DISTNAME= autorestic-1.8.2
-PKGREVISION= 21
+PKGREVISION= 22
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_GITHUB:=cupcakearmy/}
GITHUB_TAG= v${PKGVERSION_NOREV}
@@ -26,7 +26,7 @@ PLIST_VARS+= comp
.if ${USE_CROSS_COMPILE:U:tl} != "yes"
COMP.shell-types= bash fish zsh
COMP.script.bash= share/bash-completion/completions/autorestic
-COMP.script.fish= share/fish/completions/autorestic.fish
+COMP.script.fish= share/fish/vendor_completions.d/autorestic.fish
COMP.script.zsh= share/zsh/site-functions/_autorestic
. for sh in ${COMP.shell-types}
Index: pkgsrc/sysutils/autorestic/PLIST
diff -u pkgsrc/sysutils/autorestic/PLIST:1.3 pkgsrc/sysutils/autorestic/PLIST:1.4
--- pkgsrc/sysutils/autorestic/PLIST:1.3 Sat Apr 20 03:06:21 2024
+++ pkgsrc/sysutils/autorestic/PLIST Sun Aug 9 18:49:47 2026
@@ -1,5 +1,5 @@
-@comment $NetBSD: PLIST,v 1.3 2024/04/20 03:06:21 pho Exp $
+@comment $NetBSD: PLIST,v 1.4 2026/08/09 18:49:47 wiz Exp $
bin/autorestic
${PLIST.comp}share/bash-completion/completions/autorestic
-${PLIST.comp}share/fish/completions/autorestic.fish
+${PLIST.comp}share/fish/vendor_completions.d/autorestic.fish
${PLIST.comp}share/zsh/site-functions/_autorestic
Home |
Main Index |
Thread Index |
Old Index