Hi, this is a simple update for fish to 4.8.1.
Some testing done on amd64. No issues found. portcheck, 'make port-lib-depends-check' are happy. Comments? Thanks! [1] https://github.com/fish-shell/fish-shell/releases Index: Makefile =================================================================== RCS file: /daten/openbsdmirror/cvs/mirror/ports/shells/fish/main/Makefile,v retrieving revision 1.14 diff -u -p -u -p -r1.14 Makefile --- Makefile 6 Jul 2026 17:23:44 -0000 1.14 +++ Makefile 21 Jul 2026 19:37:42 -0000 @@ -1,6 +1,6 @@ COMMENT = friendly interactive shell -V = 4.8.0 +V = 4.8.1 DISTNAME = fish-${V} Index: distinfo =================================================================== RCS file: /daten/openbsdmirror/cvs/mirror/ports/shells/fish/main/distinfo,v retrieving revision 1.13 diff -u -p -u -p -r1.13 distinfo --- distinfo 6 Jul 2026 17:23:44 -0000 1.13 +++ distinfo 21 Jul 2026 19:37:42 -0000 @@ -165,9 +165,9 @@ SHA256 (cargo/xterm-color-1.0.2.tar.gz) SHA256 (cargo/zerofrom-0.1.8.tar.gz) = DsBaEYE+qAH/bXURCtCc0IJN26F9/hcSjqDV9o5sUnI= SHA256 (cargo/zerovec-0.11.6.tar.gz) = kPkRy8NZq2rxc3fSQiJfTXURmuyH6nEaiAmHsYzXsjk= SHA256 (cargo/zmij-1.0.21.tar.gz) = uISO5n7Miu268+QSIhev+JJjkjG+/GobWNKf/0wsq6o= -SHA256 (danielrainer-fluent-ftl-tools-5917664c8f2e4928ef1e480ff5c13bbe1e226066.tar.gz) = LsTTi6YSWhHPL6R/1dm6YU+sE9JboL+sEfP1ZsMgMXA= +SHA256 (danielrainer-fluent-ftl-tools-5917664c8f2e4928ef1e480ff5c13bbe1e226066.tar.gz) = CRsWTtD30okoxq8OdlGP9eosbDzfGiuFDTboHFLNdL4= SHA256 (danielrainer-fluent-rs-cf712bced280b217b6307edabc2089b3e57204ab.tar.gz) = wBCSKXS64xGAHXYMxGo5h0TvZCfb74GbrrQVl55XDFE= -SHA256 (fish-4.8.0.tar.xz) = M69ix98vpVPg6E+oH26kis+Ywr/FADbqrMcKyLpj5wc= +SHA256 (fish-4.8.1.tar.xz) = DrhqhR6GXpNKfCCRpz12lSJeePDgCnu5bV+HfXbGV4I= SHA256 (fish-shell-rust-pcre2-0.2.9-utf32.tar.gz) = 5a8G17c3tm90dqIj6KbNHiscqDSziz3liQHU288KBU0= SIZE (cargo/aho-corasick-1.1.4.tar.gz) = 184015 SIZE (cargo/allocator-api2-0.2.21.tar.gz) = 63622 @@ -336,7 +336,7 @@ SIZE (cargo/xterm-color-1.0.2.tar.gz) = SIZE (cargo/zerofrom-0.1.8.tar.gz) = 6156 SIZE (cargo/zerovec-0.11.6.tar.gz) = 128583 SIZE (cargo/zmij-1.0.21.tar.gz) = 26665 -SIZE (danielrainer-fluent-ftl-tools-5917664c8f2e4928ef1e480ff5c13bbe1e226066.tar.gz) = 22463 +SIZE (danielrainer-fluent-ftl-tools-5917664c8f2e4928ef1e480ff5c13bbe1e226066.tar.gz) = 22139 SIZE (danielrainer-fluent-rs-cf712bced280b217b6307edabc2089b3e57204ab.tar.gz) = 367920 -SIZE (fish-4.8.0.tar.xz) = 2615364 +SIZE (fish-4.8.1.tar.xz) = 2619540 SIZE (fish-shell-rust-pcre2-0.2.9-utf32.tar.gz) = 742431 Index: pkg/PLIST =================================================================== RCS file: /daten/openbsdmirror/cvs/mirror/ports/shells/fish/main/pkg/PLIST,v retrieving revision 1.11 diff -u -p -u -p -r1.11 PLIST --- pkg/PLIST 6 Jul 2026 17:23:47 -0000 1.11 +++ pkg/PLIST 21 Jul 2026 19:37:42 -0000 @@ -79,6 +79,7 @@ share/doc/fish/cmds/fish_clipboard_copy. share/doc/fish/cmds/fish_clipboard_paste.html share/doc/fish/cmds/fish_command_not_found.html share/doc/fish/cmds/fish_config.html +share/doc/fish/cmds/fish_darcs_prompt.html share/doc/fish/cmds/fish_default_key_bindings.html share/doc/fish/cmds/fish_delta.html share/doc/fish/cmds/fish_git_prompt.html @@ -236,6 +237,7 @@ share/fish/man/man1/ @man share/fish/man/man1/fish_clipboard_paste.1 @man share/fish/man/man1/fish_command_not_found.1 @man share/fish/man/man1/fish_config.1 +@man share/fish/man/man1/fish_darcs_prompt.1 @man share/fish/man/man1/fish_default_key_bindings.1 @man share/fish/man/man1/fish_delta.1 @man share/fish/man/man1/fish_git_prompt.1 -- greetings, Florian Viehweger
