Hi, this is an update for fish to 4.0.2.
Some testing done on amd64. No issues found. portcheck, 'make port-lib-depends-check are happy. It's a bugfix release for 4.0.1 and port-wise a simple bump with some PLIST-changes. As there are some quality of life fixes, I'd like to have this in stable too, if possible. Changes listed here [1]. Comments? Thanks! [1] https://github.com/fish-shell/fish-shell/releases Index: main/Makefile =================================================================== RCS file: /daten/openbsdmirror/cvs/mirror/ports/shells/fish/main/Makefile,v retrieving revision 1.1 diff -u -p -u -p -r1.1 Makefile --- main/Makefile 31 Mar 2025 19:18:43 -0000 1.1 +++ main/Makefile 26 Apr 2025 14:29:03 -0000 @@ -1,9 +1,8 @@ COMMENT = friendly interactive shell -V = 4.0.1 +V = 4.0.2 DISTNAME = fish-${V} -REVISION = 0 SITES = https://github.com/fish-shell/fish-shell/releases/download/${V}/ DIST_TUPLE += github fish-shell rust-pcre2 0.2.9-utf32 . Index: main/distinfo =================================================================== RCS file: /daten/openbsdmirror/cvs/mirror/ports/shells/fish/main/distinfo,v retrieving revision 1.1 diff -u -p -u -p -r1.1 distinfo --- main/distinfo 31 Mar 2025 19:18:43 -0000 1.1 +++ main/distinfo 26 Apr 2025 14:29:03 -0000 @@ -73,7 +73,7 @@ SHA256 (cargo/windows_i686_msvc-0.52.6.t SHA256 (cargo/windows_x86_64_gnu-0.52.6.tar.gz) = FHpcgKq/vwx9kBy1iV0d4w7ykH6yH7urKcqUxbCLGng= SHA256 (cargo/windows_x86_64_gnullvm-0.52.6.tar.gz) = JNWyPcQXQSZ5aBOW8rSfPejBRz3rUWvTRBCHLv9R7Q0= SHA256 (cargo/windows_x86_64_msvc-0.52.6.tar.gz) = WJ9tqExkYgR0fRJwoqVmHqZu0cztJjHVRv37FVlZ+ew= -SHA256 (fish-4.0.1.tar.xz) = TtY6cCByg+Fc8h/F8h20IwQh5PmNSCa1scglTWnHYrU= +SHA256 (fish-4.0.2.tar.xz) = bh7NsWQoX8BXsvNay9wggVwWIwmee7R7v8AREgrffoM= SHA256 (fish-shell-rust-pcre2-0.2.9-utf32.tar.gz) = 5a8G17c3tm90dqIj6KbNHiscqDSziz3liQHU288KBU0= SIZE (cargo/allocator-api2-0.2.18.tar.gz) = 62504 SIZE (cargo/autocfg-1.4.0.tar.gz) = 17712 @@ -150,5 +150,5 @@ SIZE (cargo/windows_i686_msvc-0.52.6.tar SIZE (cargo/windows_x86_64_gnu-0.52.6.tar.gz) = 836363 SIZE (cargo/windows_x86_64_gnullvm-0.52.6.tar.gz) = 435707 SIZE (cargo/windows_x86_64_msvc-0.52.6.tar.gz) = 832564 -SIZE (fish-4.0.1.tar.xz) = 3049856 +SIZE (fish-4.0.2.tar.xz) = 3055064 SIZE (fish-shell-rust-pcre2-0.2.9-utf32.tar.gz) = 742431 Index: main/pkg/PLIST =================================================================== RCS file: /daten/openbsdmirror/cvs/mirror/ports/shells/fish/main/pkg/PLIST,v retrieving revision 1.1 diff -u -p -u -p -r1.1 PLIST --- main/pkg/PLIST 31 Mar 2025 19:18:43 -0000 1.1 +++ main/pkg/PLIST 26 Apr 2025 14:29:03 -0000 @@ -540,6 +540,7 @@ share/fish/completions/gimp.fish share/fish/completions/gio.fish share/fish/completions/git-lfs.fish share/fish/completions/git-sizer.fish +share/fish/completions/git-subtree.fish share/fish/completions/git.fish share/fish/completions/gitk.fish share/fish/completions/gnome-extensions.fish @@ -1126,6 +1127,7 @@ share/fish/completions/winemaker.fish share/fish/completions/winetricks.fish share/fish/completions/wireshark.fish share/fish/completions/wish.fish +share/fish/completions/wlr-randr.fish share/fish/completions/wpa_cli.fish share/fish/completions/wpctl.fish share/fish/completions/wslpath.fish -- greetings, Florian Viehweger