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 Feb 8 07:43:41 UTC 2023
Modified Files:
pkgsrc/devel/tig: Makefile distinfo
pkgsrc/devel/tig/patches: patch-contrib_config.make-Darwin
Log Message:
tig: update to 2.5.8.
tig-2.5.8
---------
Improvements:
- Update utf8proc to v2.8.0, supporting Unicode 15.
- Support editing from the pager and the log (-p) views. (#1243)
- Adjust build for native Apple Silicon.
- Autoscroll the pager view while loading. (#1223)
- Automatically show next diff in the status view. (#413, #469)
- Replace `Unknown` author with `Not Committed Yet`.
- Allow use of regular expressions for coloring. (#1249)
- Add support for option word-diff-regex. (#1252)
- Include original blob name in temporary filename. (#1254)
Bug fixes:
- Use %(file_old) for old filename in the blame view. (#1226)
- Correctly report which version of libncurses was linked. (#1240, #1241)
- Fix stage view closing when holding the ] key. (#1245)
- Make tests work from a path with symlinks.
- Fix encoding of very long lines. (#1227)
- Fix diffstat color for tig log -p.
- Clean IO before closing a view or quitting.
To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/devel/tig/Makefile
cvs rdiff -u -r1.20 -r1.21 pkgsrc/devel/tig/distinfo
cvs rdiff -u -r1.3 -r1.4 \
pkgsrc/devel/tig/patches/patch-contrib_config.make-Darwin
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.25 pkgsrc/devel/tig/Makefile:1.26
--- pkgsrc/devel/tig/Makefile:1.25 Sat Feb 4 09:25:50 2023
+++ pkgsrc/devel/tig/Makefile Wed Feb 8 07:43:41 2023
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.25 2023/02/04 09:25:50 kim Exp $
+# $NetBSD: Makefile,v 1.26 2023/02/08 07:43:41 fcambus Exp $
-DISTNAME= tig-2.5.7
-PKGREVISION= 1
+DISTNAME= tig-2.5.8
CATEGORIES= devel scm
MASTER_SITES= ${MASTER_SITE_GITHUB:=jonas/}
GITHUB_RELEASE= ${DISTNAME}
Index: pkgsrc/devel/tig/distinfo
diff -u pkgsrc/devel/tig/distinfo:1.20 pkgsrc/devel/tig/distinfo:1.21
--- pkgsrc/devel/tig/distinfo:1.20 Sat Feb 4 09:25:50 2023
+++ pkgsrc/devel/tig/distinfo Wed Feb 8 07:43:41 2023
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.20 2023/02/04 09:25:50 kim Exp $
+$NetBSD: distinfo,v 1.21 2023/02/08 07:43:41 fcambus Exp $
-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
+BLAKE2s (tig-2.5.8.tar.gz) = 8600784de435bdc4fc5f20f8364ec1e9c43d4cc04c31d6909454c8190f336989
+SHA512 (tig-2.5.8.tar.gz) = f4e7648ae7c58e936251f69071a092617368a04eabb4ae6726b2de1dbd305c559b7235f7aa70868f4ada02611196593a6e1c241062f57cd05a9c98685385053e
+Size (tig-2.5.8.tar.gz) = 1179844 bytes
SHA1 (patch-Makefile) = be72047f365b630f62f04fbb6b8f2de8628470e4
-SHA1 (patch-contrib_config.make-Darwin) = b340253dc02cf490dba86832f752660209971840
+SHA1 (patch-contrib_config.make-Darwin) = b0c488bd0c532d810c06e534c22eac8614908236
SHA1 (patch-include_tig_tig.h) = ebc0eb9587477e8b782d6916124042ff2218bf64
Index: pkgsrc/devel/tig/patches/patch-contrib_config.make-Darwin
diff -u pkgsrc/devel/tig/patches/patch-contrib_config.make-Darwin:1.3 pkgsrc/devel/tig/patches/patch-contrib_config.make-Darwin:1.4
--- pkgsrc/devel/tig/patches/patch-contrib_config.make-Darwin:1.3 Sun Jun 6 09:32:23 2021
+++ pkgsrc/devel/tig/patches/patch-contrib_config.make-Darwin Wed Feb 8 07:43:41 2023
@@ -1,15 +1,16 @@
-$NetBSD: patch-contrib_config.make-Darwin,v 1.3 2021/06/06 09:32:23 fcambus Exp $
+$NetBSD: patch-contrib_config.make-Darwin,v 1.4 2023/02/08 07:43:41 fcambus Exp $
Do not override XML_CATALOG_FILES on Darwin. That will only make
xmllint try to find a wrong catalog.
---- contrib/config.make-Darwin.orig 2021-06-05 16:08:31.000000000 +0000
+--- contrib/config.make-Darwin.orig 2023-02-04 12:30:14.000000000 +0000
+++ contrib/config.make-Darwin
-@@ -1,8 +1,5 @@
- # Example configuration for Darwin / macOS.
+@@ -4,9 +4,6 @@ ifeq ($(origin HOMEBREW_PREFIX), undefin
+ HOMEBREW_PREFIX := $(shell brew --prefix 2>/dev/null)
+ endif
-# Work-around for Homebrew-based xmlto.
--export XML_CATALOG_FILES=/usr/local/etc/xml/catalog
+-export XML_CATALOG_FILES=$(HOMEBREW_PREFIX)/etc/xml/catalog
-
TIG_CFLAGS += -DHAVE_EXECINFO_H
TIG_LDLIBS = -liconv
Home |
Main Index |
Thread Index |
Old Index