pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/sysutils/fzf



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Aug 10 10:34:46 UTC 2025

Modified Files:
        pkgsrc/sysutils/fzf: Makefile distinfo

Log Message:
fzf: update to 0.65.1.

0.65.1
------
- Fixed incorrect `$FZF_CLICK_HEADER_WORD` and `$FZF_CLICK_FOOTER_WORD` when the header or footer contains ANSI escape sequences and tab characters.
- Fixed a bug where you cannot unset the default `--nth` using `change-nth` action.
- Fixed a highlighting bug when using `--color fg:dim,nth:regular` pattern over ANSI-colored items.


To generate a diff of this commit:
cvs rdiff -u -r1.113 -r1.114 pkgsrc/sysutils/fzf/Makefile
cvs rdiff -u -r1.41 -r1.42 pkgsrc/sysutils/fzf/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/sysutils/fzf/Makefile
diff -u pkgsrc/sysutils/fzf/Makefile:1.113 pkgsrc/sysutils/fzf/Makefile:1.114
--- pkgsrc/sysutils/fzf/Makefile:1.113  Sat Aug  2 20:48:05 2025
+++ pkgsrc/sysutils/fzf/Makefile        Sun Aug 10 10:34:46 2025
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.113 2025/08/02 20:48:05 wiz Exp $
+# $NetBSD: Makefile,v 1.114 2025/08/10 10:34:46 wiz Exp $
 
-DISTNAME=      fzf-0.65.0
-PKGREVISION=   1
+DISTNAME=      fzf-0.65.1
 CATEGORIES=    sysutils
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=junegunn/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}

Index: pkgsrc/sysutils/fzf/distinfo
diff -u pkgsrc/sysutils/fzf/distinfo:1.41 pkgsrc/sysutils/fzf/distinfo:1.42
--- pkgsrc/sysutils/fzf/distinfo:1.41   Sun Jul 27 08:50:09 2025
+++ pkgsrc/sysutils/fzf/distinfo        Sun Aug 10 10:34:46 2025
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.41 2025/07/27 08:50:09 wiz Exp $
+$NetBSD: distinfo,v 1.42 2025/08/10 10:34:46 wiz Exp $
 
-BLAKE2s (fzf-0.65.0.tar.gz) = b53ae736031600dfd78c0b415cc040f27a4f4e5fe1ce0f0b55601467bb11df12
-SHA512 (fzf-0.65.0.tar.gz) = a9c01a783ff45e5c02dde61746190d6d3e53492be1d37061d645894e127e98ed25138f785a57e75ea1bc403727e1f5b4c114670e4f8eb958de42b228f93c464c
-Size (fzf-0.65.0.tar.gz) = 347323 bytes
+BLAKE2s (fzf-0.65.1.tar.gz) = 1f9b2e3b387d2f3768e6cfed6a9235fd2544d632230539dcd045dc2729ade452
+SHA512 (fzf-0.65.1.tar.gz) = 30e1a18c952a624a3b91ec66c492c6976b30b2a8c89f595fa091d26aaf066d83b61e788239c5919b3a863c51f45d0578b6a9f45ccaf0aa32ef97fe468ab0373e
+Size (fzf-0.65.1.tar.gz) = 347658 bytes
 BLAKE2s (github.com_charlievieth_fastwalk_@v_v1.0.12.mod) = c40097d4f4ad93e100ae36b295bd103784b6f696d22d9bf7278a742f99be5199
 SHA512 (github.com_charlievieth_fastwalk_@v_v1.0.12.mod) = 2088d7467b0b19cc8e8f7ac6d22793fc3c4ae696e81d1b21c563e84ce787afdc8817d43ef0a4568ea6b0a3aed5ad4fc45ea25a874be733fbaf26bbe902e869ae
 Size (github.com_charlievieth_fastwalk_@v_v1.0.12.mod) = 92 bytes



Home | Main Index | Thread Index | Old Index