summaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2022-08-22 19:15:17 +0000
committerwiz <wiz@pkgsrc.org>2022-08-22 19:15:17 +0000
commitf1ed1d89b70defc07541a46c77209a74331c17b1 (patch)
treef943cd162b2ec29f9cacfaf32c42a18a04ef1261 /shells
parent6eaf2c47bb419154712df67f5fa8ec3e4abbaf80 (diff)
downloadpkgsrc-f1ed1d89b70defc07541a46c77209a74331c17b1.tar.gz
fish: update to 3.5.1.
fish 3.5.1 (released July 20, 2022) =================================== This release of fish introduces the following small enhancements: - Cursor shaping for Vi mode is enabled by default in tmux, and will be used if the outer terminal is capable (:issue:`8981`). - ``printf`` returns a better error when used with arguments interpreted as octal numbers (:issue:`9035`). - ``history merge`` when in private mode is now an error, rather than wiping out other sessions' history (:issue:`9050`). - The error message when launching a command that is built for the wrong architecture on macOS is more helpful (:issue:`9052`). - Added completions for: - ``choose`` (:issue:`9065`) - ``expect`` (:issue:`9060`) - ``navi`` (:issue:`9064`) - ``qdbus`` (:issue:`9031`) - ``reflector`` (:issue:`9027`) - Improvements to some completions. This release also fixes a number of problems identified in fish 3.5.0. - Completing ``git blame`` or ``git -C`` works correctly (:issue:`9053`). - On terminals that emit a ``CSI u`` sequence for :kbd:`Shift-Space`, fish inserts a space instead of printing an error. (:issue:`9054`). - ``status fish-path`` on Linux-based platforms could print the path with a " (deleted)" suffix (such as ``/usr/bin/fish (deleted)``), which is now removed (:issue:`9019`). - Cancelling an initial command (from fish's ``--init-command`` option) with :kbd:`Control-C` no longer prevents configuration scripts from running (:issue:`9024`). - The job summary contained extra blank lines if the prompt used multiple lines, which is now fixed (:issue:`9044`). - Using special input functions in bindings, in combination with ``and``/``or`` conditionals, no longer crashes (:issue:`9051`).
Diffstat (limited to 'shells')
-rw-r--r--shells/fish/Makefile4
-rw-r--r--shells/fish/PLIST7
-rw-r--r--shells/fish/distinfo8
3 files changed, 12 insertions, 7 deletions
diff --git a/shells/fish/Makefile b/shells/fish/Makefile
index 341984ece8a..0a80863f8ed 100644
--- a/shells/fish/Makefile
+++ b/shells/fish/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.37 2022/08/18 18:11:51 wiz Exp $
+# $NetBSD: Makefile,v 1.38 2022/08/22 19:15:17 wiz Exp $
-DISTNAME= fish-3.5.0
+DISTNAME= fish-3.5.1
CATEGORIES= shells
MASTER_SITES= ${MASTER_SITE_GITHUB:=fish-shell/}
GITHUB_PROJECT= fish-shell
diff --git a/shells/fish/PLIST b/shells/fish/PLIST
index ad734dc1d86..f5c909e30ba 100644
--- a/shells/fish/PLIST
+++ b/shells/fish/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.15 2022/08/18 18:11:51 wiz Exp $
+@comment $NetBSD: PLIST,v 1.16 2022/08/22 19:15:17 wiz Exp $
bin/fish
bin/fish_indent
bin/fish_key_reader
@@ -293,6 +293,7 @@ share/fish/completions/cf.fish
share/fish/completions/chgrp.fish
share/fish/completions/chmod.fish
share/fish/completions/choice.fish
+share/fish/completions/choose.fish
share/fish/completions/chown.fish
share/fish/completions/chronyc.fish
share/fish/completions/chsh.fish
@@ -409,6 +410,7 @@ share/fish/completions/exercism.fish
share/fish/completions/exif.fish
share/fish/completions/exit.fish
share/fish/completions/expand.fish
+share/fish/completions/expect.fish
share/fish/completions/ezjail-admin.fish
share/fish/completions/fab.fish
share/fish/completions/fastboot.fish
@@ -647,6 +649,7 @@ share/fish/completions/mysql.fish
share/fish/completions/mysqldump.fish
share/fish/completions/namei.fish
share/fish/completions/native2ascii.fish
+share/fish/completions/navi.fish
share/fish/completions/nc.fish
share/fish/completions/nc.openbsd.fish
share/fish/completions/nc.traditional.fish
@@ -763,6 +766,7 @@ share/fish/completions/python.fish
share/fish/completions/python2.fish
share/fish/completions/python3.fish
share/fish/completions/pzstd.fish
+share/fish/completions/qdbus.fish
share/fish/completions/qmk.fish
share/fish/completions/qubes-gpg-client.fish
share/fish/completions/quilt.fish
@@ -778,6 +782,7 @@ share/fish/completions/rclone.fish
share/fish/completions/read.fish
share/fish/completions/readlink.fish
share/fish/completions/realpath.fish
+share/fish/completions/reflector.fish
share/fish/completions/reg.fish
share/fish/completions/reject.fish
share/fish/completions/rejmerge.fish
diff --git a/shells/fish/distinfo b/shells/fish/distinfo
index 30abfc5661c..af6e3635c40 100644
--- a/shells/fish/distinfo
+++ b/shells/fish/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.28 2022/08/18 18:11:51 wiz Exp $
+$NetBSD: distinfo,v 1.29 2022/08/22 19:15:17 wiz Exp $
-BLAKE2s (fish-3.5.0.tar.xz) = 5b5fbfe81c15618b2cfc65d090bcbea2be3422684b38df8882832d51b274e745
-SHA512 (fish-3.5.0.tar.xz) = ccec4abcdb425563688c6112f3c9c57add16aa3a05c121d2633b655d27185e1c96c263d51d6af7d83c068580d7d0723c072f1a4853fa8b6736291beeab64b859
-Size (fish-3.5.0.tar.xz) = 3326276 bytes
+BLAKE2s (fish-3.5.1.tar.xz) = d28355a4c2a37554ed875a8be9c765cffa0306d91fd4ac854930a320f31c82f5
+SHA512 (fish-3.5.1.tar.xz) = 328e3d972f9e7cffe161515540f00a97c5cbe11b43ec293090bedb96a6a8e689e07ceafecb3efcd0e378edea59811adb0acc011d5885ac28d98838387c678235
+Size (fish-3.5.1.tar.xz) = 3329900 bytes
SHA1 (patch-build__tools_git__version__gen.sh) = d66abecc900fa411f6da9c5fbb9f70f533025a49
SHA1 (patch-cmake_Install.cmake) = 1defcb125ab0082649f1b6e592df96a9c5d49c0a