Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=F3DznDmD; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=s1SonBxG Received: by mail.netbsd.org (Postfix, from userid 605) id AFE1884D4B; Tue, 2 Apr 2024 14:56:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1712069809; bh=kJL4m5o2pLxQwP22l4UPzVWJSGwAZ4wdD9vBvU/rNPY=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=F3DznDmDpUBBfTZL68A8YmYvpQp8WRjzvAvPSHGY0HOeceWyDFQd0c+y4mretSBgY Qqz5NvxP6+IHUKkn0i3Z8PRdzW0S+wKhYh1QWSFclOSIPutttUi/8BwSfUAA9A+a2g o2g1u1RvI1sXXOfRpCWplSa3fTRjGpwUcHmvesgs= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9F61E84D3B for ; Tue, 2 Apr 2024 14:56:48 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id BLNHZlVXWhsC for ; Tue, 2 Apr 2024 14:56:48 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id C128884CCC for ; Tue, 2 Apr 2024 14:56:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1712069807; bh=kJL4m5o2pLxQwP22l4UPzVWJSGwAZ4wdD9vBvU/rNPY=; h=Date:From:Subject:To:Reply-To; b=s1SonBxGtje5HLFDBcYpXMIyuNWbUt3y2sc2UdEXN9CNNgmNrr6+xlqIdrrER7+y7 /SgceR5Wjkh3lgf4+ge+OfJWbQLGsI9KNQ/8uHdJc6bpa7P8/jfqsJHjfERkes90Qz g6eiFAccZsD4EbuFcj4RgZp4Psh0IBmjw63ssz3I= Received: by cvs.NetBSD.org (Postfix, from userid 500) id B2EACFA2C; Tue, 2 Apr 2024 14:56:47 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_171206980771490" MIME-Version: 1.0 Date: Tue, 2 Apr 2024 14:56:47 +0000 From: "Kevin Bloom" Subject: CVS commit: pkgsrc/shells/fish To: pkgsrc-changes@NetBSD.org Reply-To: ktnb@netbsd.org X-Mailer: log_accum Message-Id: <20240402145647.B2EACFA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_171206980771490 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: ktnb Date: Tue Apr 2 14:56:47 UTC 2024 Modified Files: pkgsrc/shells/fish: Makefile PLIST distinfo Log Message: shells/fish: update to 3.7.1 - Deleting the last history entry via history delete works again - Wildcards (*) will no longer sometimes generate paths that did not exist - Fixed crash when trying to run an ELF program with a missing interpreter - funced will now always source the file after it has written it, even if the contents did not change. - Added completions for: cobra-cli, dmidecode, mycli, ollama, pstree - Some improvements to documentation and completions. To generate a diff of this commit: cvs rdiff -u -r1.51 -r1.52 pkgsrc/shells/fish/Makefile cvs rdiff -u -r1.19 -r1.20 pkgsrc/shells/fish/PLIST cvs rdiff -u -r1.36 -r1.37 pkgsrc/shells/fish/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_171206980771490 Content-Disposition: inline Content-Length: 3949 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/shells/fish/Makefile diff -u pkgsrc/shells/fish/Makefile:1.51 pkgsrc/shells/fish/Makefile:1.52 --- pkgsrc/shells/fish/Makefile:1.51 Mon Jan 8 21:30:05 2024 +++ pkgsrc/shells/fish/Makefile Tue Apr 2 14:56:47 2024 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.51 2024/01/08 21:30:05 maya Exp $ +# $NetBSD: Makefile,v 1.52 2024/04/02 14:56:47 ktnb Exp $ -DISTNAME= fish-3.7.0 +DISTNAME= fish-3.7.1 CATEGORIES= shells MASTER_SITES= ${MASTER_SITE_GITHUB:=fish-shell/} GITHUB_PROJECT= fish-shell Index: pkgsrc/shells/fish/PLIST diff -u pkgsrc/shells/fish/PLIST:1.19 pkgsrc/shells/fish/PLIST:1.20 --- pkgsrc/shells/fish/PLIST:1.19 Sun Jan 7 16:08:52 2024 +++ pkgsrc/shells/fish/PLIST Tue Apr 2 14:56:47 2024 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.19 2024/01/07 16:08:52 wiz Exp $ +@comment $NetBSD: PLIST,v 1.20 2024/04/02 14:56:47 ktnb Exp $ bin/fish bin/fish_indent bin/fish_key_reader @@ -323,6 +323,7 @@ share/fish/completions/clojure.fish share/fish/completions/cmark.fish share/fish/completions/cmd.fish share/fish/completions/cmdkey.fish +share/fish/completions/cobra-cli.fish share/fish/completions/code.fish share/fish/completions/color.fish share/fish/completions/colordiff.fish @@ -390,6 +391,7 @@ share/fish/completions/djxl.fish share/fish/completions/dlocate.fish share/fish/completions/dm-tool.fish share/fish/completions/dmesg.fish +share/fish/completions/dmidecode.fish share/fish/completions/dnf.fish share/fish/completions/doas.fish share/fish/completions/docker.fish @@ -533,7 +535,6 @@ share/fish/completions/helm.fish share/fish/completions/help.fish share/fish/completions/heroku.fish share/fish/completions/hg.fish -share/fish/completions/highlight.fish share/fish/completions/hikari.fish share/fish/completions/history.fish share/fish/completions/hjson.fish @@ -693,6 +694,7 @@ share/fish/completions/mupdf.fish share/fish/completions/mutt.fish share/fish/completions/mv.fish share/fish/completions/mvn.fish +share/fish/completions/mycli.fish share/fish/completions/mysql.fish share/fish/completions/mysqldump.fish share/fish/completions/namei.fish @@ -732,6 +734,7 @@ share/fish/completions/octave.fish share/fish/completions/oggenc.fish share/fish/completions/oksh.fish share/fish/completions/okular.fish +share/fish/completions/ollama.fish share/fish/completions/omega.fish share/fish/completions/op.fish share/fish/completions/opam.fish @@ -815,6 +818,7 @@ share/fish/completions/ps2pdf14.fish share/fish/completions/ps2pdfwr.fish share/fish/completions/psql.fish share/fish/completions/pstack.fish +share/fish/completions/pstree.fish share/fish/completions/psub.fish share/fish/completions/pushd.fish share/fish/completions/pv.fish Index: pkgsrc/shells/fish/distinfo diff -u pkgsrc/shells/fish/distinfo:1.36 pkgsrc/shells/fish/distinfo:1.37 --- pkgsrc/shells/fish/distinfo:1.36 Sun Jan 7 16:08:52 2024 +++ pkgsrc/shells/fish/distinfo Tue Apr 2 14:56:47 2024 @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.36 2024/01/07 16:08:52 wiz Exp $ +$NetBSD: distinfo,v 1.37 2024/04/02 14:56:47 ktnb Exp $ -BLAKE2s (fish-3.7.0.tar.xz) = 36aa0f5ad3299521b33292082135dba29603c55e250ddc2dfc189a7b2b283780 -SHA512 (fish-3.7.0.tar.xz) = bc5121ddd2a9918befac197b215721f20b69984897ec57558bef8e3a36a849935f6d1ec1c74c2d92e565f23e417039d7130122549c8b1d8c55dd8dbfb51a2d34 -Size (fish-3.7.0.tar.xz) = 2961912 bytes +BLAKE2s (fish-3.7.1.tar.xz) = 0d00f7d6578c45e9f8d4afe2cb5f71cf1ad16c99b365bff442c2b4cc030f8738 +SHA512 (fish-3.7.1.tar.xz) = f1605c400c5d5494f37b92dd386963dba7a3f3c401c369aaf3ff616d9d94836a0138d26074be24c92d94d9d7b625513800899c9431f5e21be0757eb0a0bfd3fe +Size (fish-3.7.1.tar.xz) = 2965756 bytes SHA1 (patch-build__tools_git__version__gen.sh) = d66abecc900fa411f6da9c5fbb9f70f533025a49 SHA1 (patch-cmake_ConfigureChecks.cmake) = e8194cd5b927e6f5c42afb8ca953756d223b8d1c SHA1 (patch-cmake_Install.cmake) = 1defcb125ab0082649f1b6e592df96a9c5d49c0a --_----------=_171206980771490--