Received: by mail.netbsd.org (Postfix, from userid 605) id 5CE2C84E91; Sun, 24 Jul 2022 14:53:46 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8DDAE84EA4 for ; Sun, 24 Jul 2022 14:53:45 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id wMOEBEbe3RxE for ; Sun, 24 Jul 2022 14:53:45 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id F0F3C84EA6 for ; Sun, 24 Jul 2022 14:53:44 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id EE2E3FB1A; Sun, 24 Jul 2022 14:53:44 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_165867442469760" MIME-Version: 1.0 Date: Sun, 24 Jul 2022 14:53:44 +0000 From: "Frederic Cambus" Subject: CVS commit: pkgsrc/devel/tig To: pkgsrc-changes@NetBSD.org Reply-To: fcambus@netbsd.org X-Mailer: log_accum Message-Id: <20220724145344.EE2E3FB1A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_165867442469760 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: fcambus Date: Sun Jul 24 14:53:44 UTC 2022 Modified Files: pkgsrc/devel/tig: Makefile distinfo Log Message: tig: update to 2.5.6. tig-2.5.6 --------- Bug fixes: - Fix `:goto `. (#1178) - Fix typo in ui.c. - Revert terminal hacks and workarounds. (#748, #943, #1180, #1182) - Fix opening of an ambiguous ref in refs view. - Fix search when view is loading. - Use the full width for diffstat in the stage view. - Improve escaping of variables in external commands. - Fix cursor behaviour during staging. (#842, #1028) - Fix navigation in split tree view. - Enable textconv in the stage view. - Enable textconv in the blame view and fix blame -L. (#978, #1189) - Update lineno for untracked files. (#1192) - Fix alignment of transliterated text. (#1195) - Fix word diff in the stage, stash and blame views. (#1207) - Fix reading the value of status.showUntrackedFiles. (#1211) - Honor commit_title:no in view settings. - Fix segfault with PCRE. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 pkgsrc/devel/tig/Makefile cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/tig/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_165867442469760 Content-Disposition: inline Content-Length: 1687 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/tig/Makefile diff -u pkgsrc/devel/tig/Makefile:1.22 pkgsrc/devel/tig/Makefile:1.23 --- pkgsrc/devel/tig/Makefile:1.22 Mon Jun 27 15:29:14 2022 +++ pkgsrc/devel/tig/Makefile Sun Jul 24 14:53:44 2022 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.22 2022/06/27 15:29:14 fcambus Exp $ +# $NetBSD: Makefile,v 1.23 2022/07/24 14:53:44 fcambus Exp $ -DISTNAME= tig-2.5.5 +DISTNAME= tig-2.5.6 CATEGORIES= devel scm MASTER_SITES= ${MASTER_SITE_GITHUB:=jonas/} GITHUB_RELEASE= ${DISTNAME} Index: pkgsrc/devel/tig/distinfo diff -u pkgsrc/devel/tig/distinfo:1.17 pkgsrc/devel/tig/distinfo:1.18 --- pkgsrc/devel/tig/distinfo:1.17 Wed Jan 12 21:39:33 2022 +++ pkgsrc/devel/tig/distinfo Sun Jul 24 14:53:44 2022 @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.17 2022/01/12 21:39:33 fcambus Exp $ +$NetBSD: distinfo,v 1.18 2022/07/24 14:53:44 fcambus Exp $ -BLAKE2s (tig-2.5.5.tar.gz) = 7b8864dedd5ff9e05a04ec6ef804140cbf8cd8f81fb9b8bcb469ff92eaaa881f -SHA512 (tig-2.5.5.tar.gz) = 63f617dfcbd89de715573caa92ca83906cefa6a5229876f1d5390b4b58442b0bec958065b798d4e81729dc87bf6dcd2a392fbbab2cd66ca16df6e2e9d6362ca3 -Size (tig-2.5.5.tar.gz) = 1175752 bytes +BLAKE2s (tig-2.5.6.tar.gz) = 24029dc487e1c27d7b88e2a79bb65aecac77de14e1f7355cdf621b2d1d997d2e +SHA512 (tig-2.5.6.tar.gz) = 4d55061db43d64be9c97589d37305f6dcd85f1e7381012a9d61d21226dad456a86b16401fffe7763808dab62f07e17b2bcd17b9a30e1349e252be85f479e3741 +Size (tig-2.5.6.tar.gz) = 1176006 bytes SHA1 (patch-Makefile) = 2745e89ad8b307558f7ecce38e40dcd69222cbc5 SHA1 (patch-contrib_config.make-Darwin) = b340253dc02cf490dba86832f752660209971840 SHA1 (patch-include_tig_tig.h) = ebc0eb9587477e8b782d6916124042ff2218bf64 --_----------=_165867442469760--