pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/hs-optparse-applicative



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Aug  9 18:47:57 UTC 2026

Modified Files:
        pkgsrc/devel/hs-optparse-applicative: application.mk

Log Message:
hs-optparse-applicative: adapt to fish4 default completion path


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/hs-optparse-applicative/application.mk

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

Modified files:

Index: pkgsrc/devel/hs-optparse-applicative/application.mk
diff -u pkgsrc/devel/hs-optparse-applicative/application.mk:1.4 pkgsrc/devel/hs-optparse-applicative/application.mk:1.5
--- pkgsrc/devel/hs-optparse-applicative/application.mk:1.4     Fri Jan 31 15:18:58 2025
+++ pkgsrc/devel/hs-optparse-applicative/application.mk Sun Aug  9 18:47:57 2026
@@ -1,4 +1,4 @@
-# $NetBSD: application.mk,v 1.4 2025/01/31 15:18:58 pho Exp $
+# $NetBSD: application.mk,v 1.5 2026/08/09 18:47:57 wiz Exp $
 #
 # Generate shell completion scripts automatically.
 #
@@ -58,7 +58,7 @@ OA.shell-types=       bash fish zsh
 # The paths to completion script for each shell. "@exec@" will be
 # substituted later.
 OA.script.bash=        share/bash-completion/completions/@exec@
-OA.script.fish=        share/fish/completions/@exec@.fish
+OA.script.fish=        share/fish/vendor_completions.d/@exec@.fish
 OA.script.zsh= share/zsh/site-functions/_@exec@
 
 # Completion scripts should be excluded from PLIST files because the exact



Home | Main Index | Thread Index | Old Index