pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/tig tig: update to 2.5.5.
details: https://anonhg.NetBSD.org/pkgsrc/rev/ff5048e33e17
branches: trunk
changeset: 371709:ff5048e33e17
user: fcambus <fcambus%pkgsrc.org@localhost>
date: Wed Jan 12 21:39:33 2022 +0000
description:
tig: update to 2.5.5.
tig-2.5.5
---------
Improvements:
- Make word-diff a toggleable option. (#1119, #1125)
- Add Linux installation instructions. (#1121, #1126)
- Allow :back to work across separate blame views. (#1123, #1127)
- Add auto-refresh to log view. (#1128)
- Expose `%(file_old)`, useful for deleted and renamed files. (#1132)
- Enable jumping back in main view. (#628, #1138)
- Add PCRE (Perl Compatible Regular Expressions) support. (#1137, #1143)
- Pass command line args through to diff-files in status view. (#1152, #1155)
- Remove quotes from TIG_LS_REMOTE to allow inline shell commands. (#1160, #1161)
- Avoid pushing identical history state in main view.
- Replace useless strncpy to avoid compilation warning with GCC 8.
- Update utf8proc to v2.7.0.
- Update distclean rule to preserve tarball contents. (#1167, #1169)
- Add reference types stash and other. (#1160, #1172)
- Auto refresh view upon option change.
- Allow to toggle revision filtering. (#1173)
Bug fixes:
- Fix null dereferences on unset format strings. (#1136, #1159)
- Fix invalid read in log_read. (#1128)
- Restore support for tig log --graph. (#1128)
- Further fix to fullscreen navigation.
- Fix blame when opened from an initial diff view. (#1135)
- Fix stash view when using tig --all or tig revs. (#1146, #1147)
- Avoiding null pointer dereference. (#1096)
- Fix navigation between chunks after splitting chunk. (#1101, #1162)
- Fix status line when toggling general options. (#1163, #1164)
- Honor reference-format = hide:tag in diff view. (#1168, #1170)
- Fix crash on :toggle file-args.
diffstat:
devel/tig/Makefile | 4 ++--
devel/tig/distinfo | 12 ++++++------
devel/tig/patches/patch-Makefile | 6 +++---
devel/tig/patches/patch-include_tig_tig.h | 6 +++---
4 files changed, 14 insertions(+), 14 deletions(-)
diffs (71 lines):
diff -r 55b193016deb -r ff5048e33e17 devel/tig/Makefile
--- a/devel/tig/Makefile Wed Jan 12 21:38:04 2022 +0000
+++ b/devel/tig/Makefile Wed Jan 12 21:39:33 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2021/06/06 09:32:23 fcambus Exp $
+# $NetBSD: Makefile,v 1.20 2022/01/12 21:39:33 fcambus Exp $
-DISTNAME= tig-2.5.4
+DISTNAME= tig-2.5.5
CATEGORIES= devel scm
MASTER_SITES= ${MASTER_SITE_GITHUB:=jonas/}
GITHUB_RELEASE= ${DISTNAME}
diff -r 55b193016deb -r ff5048e33e17 devel/tig/distinfo
--- a/devel/tig/distinfo Wed Jan 12 21:38:04 2022 +0000
+++ b/devel/tig/distinfo Wed Jan 12 21:39:33 2022 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.16 2021/10/26 10:20:03 nia Exp $
+$NetBSD: distinfo,v 1.17 2022/01/12 21:39:33 fcambus Exp $
-BLAKE2s (tig-2.5.4.tar.gz) = a70e97050e349bb661770f2c473cc06897cc82eb573ea1f06661460485185c70
-SHA512 (tig-2.5.4.tar.gz) = 8c2c1d3aa980d3a6619501a770bb5210db445200e46939e2c122db1fd684ae9857eee4a06a8b6622d5d683457f11629522b121e0b429eec6d11dce4f4020dfb3
-Size (tig-2.5.4.tar.gz) = 1167930 bytes
-SHA1 (patch-Makefile) = 91a717c192e5e35999bdff40a73d4b830645f968
+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
+SHA1 (patch-Makefile) = 2745e89ad8b307558f7ecce38e40dcd69222cbc5
SHA1 (patch-contrib_config.make-Darwin) = b340253dc02cf490dba86832f752660209971840
-SHA1 (patch-include_tig_tig.h) = 49c9152bc522eb0d6ceb3ca8933f1cb1958d9ece
+SHA1 (patch-include_tig_tig.h) = ebc0eb9587477e8b782d6916124042ff2218bf64
diff -r 55b193016deb -r ff5048e33e17 devel/tig/patches/patch-Makefile
--- a/devel/tig/patches/patch-Makefile Wed Jan 12 21:38:04 2022 +0000
+++ b/devel/tig/patches/patch-Makefile Wed Jan 12 21:39:33 2022 +0000
@@ -1,9 +1,9 @@
-$NetBSD: patch-Makefile,v 1.2 2021/03/08 08:45:57 fcambus Exp $
+$NetBSD: patch-Makefile,v 1.3 2022/01/12 21:39:33 fcambus Exp $
- Don't make/install PDF.
- Do not install tigrc, this is handled via CONF_FILES by pkgsrc.
---- Makefile.orig 2021-03-07 10:29:24.000000000 +0000
+--- Makefile.orig 2022-01-11 18:50:37.000000000 +0000
+++ Makefile
@@ -51,7 +51,7 @@ TOOLS = test/tools/test-graph tools/doc-
TXTDOC = doc/tig.1.adoc doc/tigrc.5.adoc doc/manual.adoc NEWS.adoc README.adoc INSTALL.adoc test/API.adoc
@@ -14,7 +14,7 @@
# Never include the release number in the tarname for tagged
# versions.
-@@ -135,7 +135,6 @@ export sysconfdir
+@@ -134,7 +134,6 @@ export sysconfdir
install: all
$(QUIET_INSTALL)tools/install.sh bin $(EXE) "$(DESTDIR)$(bindir)"
diff -r 55b193016deb -r ff5048e33e17 devel/tig/patches/patch-include_tig_tig.h
--- a/devel/tig/patches/patch-include_tig_tig.h Wed Jan 12 21:38:04 2022 +0000
+++ b/devel/tig/patches/patch-include_tig_tig.h Wed Jan 12 21:39:33 2022 +0000
@@ -1,10 +1,10 @@
-$NetBSD: patch-include_tig_tig.h,v 1.1 2021/01/26 14:11:03 fcambus Exp $
+$NetBSD: patch-include_tig_tig.h,v 1.2 2022/01/12 21:39:33 fcambus Exp $
Macro safety fix.
---- include/tig/tig.h.orig 2020-04-08 16:17:38.000000000 +0000
+--- include/tig/tig.h.orig 2022-01-11 18:50:37.000000000 +0000
+++ include/tig/tig.h
-@@ -119,7 +119,7 @@
+@@ -125,7 +125,7 @@
#define MIN(x, y) ((x) < (y) ? (x) : (y))
#define MAX(x, y) ((x) > (y) ? (x) : (y))
Home |
Main Index |
Thread Index |
Old Index