Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=s1taeVPt; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=tGWHSsvY Received: by mail.netbsd.org (Postfix, from userid 605) id 9684984EE6; Mon, 20 May 2024 08:00:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1716192007; bh=BhAOO6j3wNcvoJ30xkQrjMXNk8D09hfvbFP1psumQYE=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=s1taeVPt46+SjRPraigldgAlyU2SFRc6vCmA2kPx3RWQkBBlyiYBNmWcjMIDTxXVt CGwbaeL/4IqQLlD0Q9geCVo6LN5lzPqLr/IYAsOP5VfyY3DdKXXpg/KDeSBQCiz31b ghJtU+MjU09T9quSN53edQjjrvLK9vURhYAE3jyg= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 863B984E60 for ; Mon, 20 May 2024 08:00:06 +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 uFSUm1xL6xpG for ; Mon, 20 May 2024 08:00:06 +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 DD6E384EE3 for ; Mon, 20 May 2024 08:00:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1716192005; bh=BhAOO6j3wNcvoJ30xkQrjMXNk8D09hfvbFP1psumQYE=; h=Date:From:Subject:To:Reply-To; b=tGWHSsvYpHpPLK1EZTYgVQ12SPxE1EqxF6VgJSAt0Zw/kuB6KbNzGL+7cmZasQ10+ L/+S9uL+rNmEdld6Epg5kLx1L2IbWdE//FohHT3Qjx/kM1sKnztZdMTZBcvVoaKs8p fM4ygdheuSZTq7H+8bfLE2/c7D15cNsVophr2AX4= Received: by cvs.NetBSD.org (Postfix, from userid 500) id D3B1CFA2C; Mon, 20 May 2024 08:00:05 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_171619200551480" MIME-Version: 1.0 Date: Mon, 20 May 2024 08:00:05 +0000 From: "pin" Subject: CVS commit: pkgsrc/shells/oh-my-posh To: pkgsrc-changes@NetBSD.org Reply-To: pin@netbsd.org X-Mailer: log_accum Message-Id: <20240520080005.D3B1CFA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_171619200551480 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pin Date: Mon May 20 08:00:05 UTC 2024 Modified Files: pkgsrc/shells/oh-my-posh: Makefile distinfo Log Message: shells/oh-my-posh: update to 20.0.0 v20.0.0 Features iterm: add iTerm features to the root configuration (e7a10ac) BREAKING CHANGES iterm: The iTerm segment has been removed and its features have been added to the root configuration. To re-enable the iTerm features, remove the iTerm segment and add the following to your oh-my-posh configuration: { "iterm_features": ["prompt_mark", "current_dir", "remote_host"] } Choose this option if you want to enable the prompt mark for shell integration and/or enable current directory and remote host in the iTerm status bar. v19.32.0 Features zsh: remove rprompt space natively (391ceaf) v19.31.0 Features go: upgrade to 1.22.3 (950c608) To generate a diff of this commit: cvs rdiff -u -r1.139 -r1.140 pkgsrc/shells/oh-my-posh/Makefile cvs rdiff -u -r1.128 -r1.129 pkgsrc/shells/oh-my-posh/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_171619200551480 Content-Disposition: inline Content-Length: 2576 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/shells/oh-my-posh/Makefile diff -u pkgsrc/shells/oh-my-posh/Makefile:1.139 pkgsrc/shells/oh-my-posh/Makefile:1.140 --- pkgsrc/shells/oh-my-posh/Makefile:1.139 Fri May 17 12:51:03 2024 +++ pkgsrc/shells/oh-my-posh/Makefile Mon May 20 08:00:05 2024 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.139 2024/05/17 12:51:03 pin Exp $ +# $NetBSD: Makefile,v 1.140 2024/05/20 08:00:05 pin Exp $ -DISTNAME= oh-my-posh-19.30.0 +DISTNAME= oh-my-posh-20.0.0 CATEGORIES= shells MASTER_SITES= ${MASTER_SITE_GITHUB:=JanDeDobbeleer/} GITHUB_TAG= v${PKGVERSION_NOREV} Index: pkgsrc/shells/oh-my-posh/distinfo diff -u pkgsrc/shells/oh-my-posh/distinfo:1.128 pkgsrc/shells/oh-my-posh/distinfo:1.129 --- pkgsrc/shells/oh-my-posh/distinfo:1.128 Fri May 17 12:51:03 2024 +++ pkgsrc/shells/oh-my-posh/distinfo Mon May 20 08:00:05 2024 @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.128 2024/05/17 12:51:03 pin Exp $ +$NetBSD: distinfo,v 1.129 2024/05/20 08:00:05 pin Exp $ BLAKE2s (dmitri.shuralyov.com_font_woff2_@v_v0.0.0-20180220214647-957792cbbdab.mod) = 574dbad9c3f38d9ccf476f1ed9a7f1ae9fd6c319709dccd144a62ec5e4c7e072 SHA512 (dmitri.shuralyov.com_font_woff2_@v_v0.0.0-20180220214647-957792cbbdab.mod) = 5416d8501e504414289d0a89108861278d0909dac49ace875d3826836d26680af2328397ba3e872040b4b73f21fe81606bbd45aa6ec96eba91e9a554987415c4 @@ -732,8 +732,8 @@ Size (gopkg.in_yaml.v3_@v_v3.0.1.mod) = BLAKE2s (gopkg.in_yaml.v3_@v_v3.0.1.zip) = 2e80fa896e65b1ae160400012c71aeac70e22a31cac82ec4921c85a93d65774c SHA512 (gopkg.in_yaml.v3_@v_v3.0.1.zip) = d57b0d42c71ad6503415e42979b51b0dc7f6344072c728ab2e3d4bab88da7b7d775e7f261868909f990f6b44aed6c533966c97bbe333a0acd65fc8bac9d1d4ff Size (gopkg.in_yaml.v3_@v_v3.0.1.zip) = 104623 bytes -BLAKE2s (oh-my-posh-19.30.0.tar.gz) = d6c477bb8e4dc6b462ddbaa1d6c35c96ee8005b25b1f642b65a9cd38f8ca424d -SHA512 (oh-my-posh-19.30.0.tar.gz) = 62a9d0966c3d7e1524829ff6e86cf621feddf7e6c56fff4cc2b19c0faf68e86183757c53bcf407d7dac00dd7cba0660d32f446c026e1caa8ba4f5c82921872d3 -Size (oh-my-posh-19.30.0.tar.gz) = 6762850 bytes +BLAKE2s (oh-my-posh-20.0.0.tar.gz) = fb63567449f11893516761d06b0f54db1fd2b7ff6eeb5660adcdfa594685b48d +SHA512 (oh-my-posh-20.0.0.tar.gz) = 276c125625dbfac242fbc0b334a019526fa0a45da5183f796d269c915abb70a03b72fe84bab77fbe1026a7331013b95311e801c34ca345d51b19fe0e746e285e +Size (oh-my-posh-20.0.0.tar.gz) = 6761425 bytes SHA1 (patch-platform_battery_battery__solaris.go) = f767c40f20c79820f02965ad29b9d765edbbff71 SHA1 (patch-platform_battery_battery__windows__nix.go) = 37eb1ba8082c0d3dfc287dfd5e35bcd31a00ab6a --_----------=_171619200551480--