Received: by mail.netbsd.org (Postfix, from userid 605) id 5C91784E98; Sun, 11 Sep 2022 17:45:01 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 940DB84E97 for ; Sun, 11 Sep 2022 17:45:00 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id jSX044rHI89W for ; Sun, 11 Sep 2022 17:45:00 +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 094B284E86 for ; Sun, 11 Sep 2022 17:45:00 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id EC92FFA90; Sun, 11 Sep 2022 17:44:59 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_166291829991160" MIME-Version: 1.0 Date: Sun, 11 Sep 2022 17:44:59 +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: <20220911174459.EC92FFA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_166291829991160 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: fcambus Date: Sun Sep 11 17:44:59 UTC 2022 Modified Files: pkgsrc/devel/tig: Makefile distinfo Log Message: tig: update to 2.5.7. Bug fixes: - Fix running tests as root. - Fix parsing of status.showUntrackedFiles. - Avoid incorrect history path when $XDG_DATA_HOME is valid. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 pkgsrc/devel/tig/Makefile cvs rdiff -u -r1.18 -r1.19 pkgsrc/devel/tig/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_166291829991160 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.23 pkgsrc/devel/tig/Makefile:1.24 --- pkgsrc/devel/tig/Makefile:1.23 Sun Jul 24 14:53:44 2022 +++ pkgsrc/devel/tig/Makefile Sun Sep 11 17:44:59 2022 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.23 2022/07/24 14:53:44 fcambus Exp $ +# $NetBSD: Makefile,v 1.24 2022/09/11 17:44:59 fcambus Exp $ -DISTNAME= tig-2.5.6 +DISTNAME= tig-2.5.7 CATEGORIES= devel scm MASTER_SITES= ${MASTER_SITE_GITHUB:=jonas/} GITHUB_RELEASE= ${DISTNAME} Index: pkgsrc/devel/tig/distinfo diff -u pkgsrc/devel/tig/distinfo:1.18 pkgsrc/devel/tig/distinfo:1.19 --- pkgsrc/devel/tig/distinfo:1.18 Sun Jul 24 14:53:44 2022 +++ pkgsrc/devel/tig/distinfo Sun Sep 11 17:44:59 2022 @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.18 2022/07/24 14:53:44 fcambus Exp $ +$NetBSD: distinfo,v 1.19 2022/09/11 17:44:59 fcambus Exp $ -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 +BLAKE2s (tig-2.5.7.tar.gz) = 6501ae8a58e09b030d500524b537af120ed1dfb3ac349200ae67421b86192c99 +SHA512 (tig-2.5.7.tar.gz) = 26adbb8dc43ef7ec1eaf5d6def29a8b6dcf5e30825242fc489208139c8720805a265dd1ba412601df692f6d0438ee9e3171a3f8a3cc4599841d82dfc08a9ea1f +Size (tig-2.5.7.tar.gz) = 1176146 bytes SHA1 (patch-Makefile) = 2745e89ad8b307558f7ecce38e40dcd69222cbc5 SHA1 (patch-contrib_config.make-Darwin) = b340253dc02cf490dba86832f752660209971840 SHA1 (patch-include_tig_tig.h) = ebc0eb9587477e8b782d6916124042ff2218bf64 --_----------=_166291829991160--