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:           Wed Jan 12 21:39:33 UTC 2022

Modified Files:
        pkgsrc/devel/tig: Makefile distinfo
        pkgsrc/devel/tig/patches: patch-Makefile patch-include_tig_tig.h

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/devel/tig/Makefile
cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/tig/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/tig/patches/patch-Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/tig/patches/patch-include_tig_tig.h

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.19 pkgsrc/devel/tig/Makefile:1.20
--- pkgsrc/devel/tig/Makefile:1.19      Sun Jun  6 09:32:23 2021
+++ pkgsrc/devel/tig/Makefile   Wed Jan 12 21:39:33 2022
@@ -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}

Index: pkgsrc/devel/tig/distinfo
diff -u pkgsrc/devel/tig/distinfo:1.16 pkgsrc/devel/tig/distinfo:1.17
--- pkgsrc/devel/tig/distinfo:1.16      Tue Oct 26 10:20:03 2021
+++ pkgsrc/devel/tig/distinfo   Wed Jan 12 21:39:33 2022
@@ -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

Index: pkgsrc/devel/tig/patches/patch-Makefile
diff -u pkgsrc/devel/tig/patches/patch-Makefile:1.2 pkgsrc/devel/tig/patches/patch-Makefile:1.3
--- pkgsrc/devel/tig/patches/patch-Makefile:1.2 Mon Mar  8 08:45:57 2021
+++ pkgsrc/devel/tig/patches/patch-Makefile     Wed Jan 12 21:39:33 2022
@@ -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 @@ $NetBSD: patch-Makefile,v 1.2 2021/03/08
  
  # 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)"

Index: pkgsrc/devel/tig/patches/patch-include_tig_tig.h
diff -u pkgsrc/devel/tig/patches/patch-include_tig_tig.h:1.1 pkgsrc/devel/tig/patches/patch-include_tig_tig.h:1.2
--- pkgsrc/devel/tig/patches/patch-include_tig_tig.h:1.1        Tue Jan 26 14:11:03 2021
+++ pkgsrc/devel/tig/patches/patch-include_tig_tig.h    Wed Jan 12 21:39:33 2022
@@ -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