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:   pho
Date:           Sat Apr 20 03:06:21 UTC 2024

Modified Files:
        pkgsrc/sysutils/autorestic: Makefile PLIST

Log Message:
sysutils/autorestic: Correct the installation path of the completion script for fish


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/sysutils/autorestic/Makefile
cvs rdiff -u -r1.2 -r1.3 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.9 pkgsrc/sysutils/autorestic/Makefile:1.10
--- pkgsrc/sysutils/autorestic/Makefile:1.9     Fri Apr 19 07:43:01 2024
+++ pkgsrc/sysutils/autorestic/Makefile Sat Apr 20 03:06:21 2024
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.9 2024/04/19 07:43:01 pho Exp $
+# $NetBSD: Makefile,v 1.10 2024/04/20 03:06:21 pho Exp $
 
 DISTNAME=      autorestic-1.8.2
+PKGREVISION=   1
 CATEGORIES=    sysutils
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=cupcakearmy/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
@@ -25,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
+COMP.script.fish=      share/fish/completions/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.2 pkgsrc/sysutils/autorestic/PLIST:1.3
--- pkgsrc/sysutils/autorestic/PLIST:1.2        Fri Apr 19 07:43:01 2024
+++ pkgsrc/sysutils/autorestic/PLIST    Sat Apr 20 03:06:21 2024
@@ -1,5 +1,5 @@
-@comment $NetBSD: PLIST,v 1.2 2024/04/19 07:43:01 pho Exp $
+@comment $NetBSD: PLIST,v 1.3 2024/04/20 03:06:21 pho Exp $
 bin/autorestic
 ${PLIST.comp}share/bash-completion/completions/autorestic
-${PLIST.comp}share/fish/completions/autorestic
+${PLIST.comp}share/fish/completions/autorestic.fish
 ${PLIST.comp}share/zsh/site-functions/_autorestic



Home | Main Index | Thread Index | Old Index