pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/tig
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 <tag>`. (#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.
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
Home |
Main Index |
Thread Index |
Old Index