pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/fzy



Module Name:    pkgsrc
Committed By:   leot
Date:           Sat Aug  9 19:23:52 UTC 2025

Modified Files:
        pkgsrc/misc/fzy: Makefile distinfo
        pkgsrc/misc/fzy/patches: patch-Makefile

Log Message:
fzy: Update to 1.1

Changes:
1.1
---
Features:
  - Add `-i`/`--show-info` to display selection information
  - Add `-0` to use null as input delimiter
  - Support Ctrl-G to cancel/exit

Bugfixes:
  - Avoid terminal flicker with large outputs


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/misc/fzy/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/misc/fzy/distinfo
cvs rdiff -u -r1.4 -r1.5 pkgsrc/misc/fzy/patches/patch-Makefile

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

Modified files:

Index: pkgsrc/misc/fzy/Makefile
diff -u pkgsrc/misc/fzy/Makefile:1.4 pkgsrc/misc/fzy/Makefile:1.5
--- pkgsrc/misc/fzy/Makefile:1.4        Mon Sep 24 13:59:56 2018
+++ pkgsrc/misc/fzy/Makefile    Sat Aug  9 19:23:52 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2018/09/24 13:59:56 leot Exp $
+# $NetBSD: Makefile,v 1.5 2025/08/09 19:23:52 leot Exp $
 
-DISTNAME=      fzy-1.0
+DISTNAME=      fzy-1.1
 CATEGORIES=    misc
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=jhawthorn/}
 

Index: pkgsrc/misc/fzy/distinfo
diff -u pkgsrc/misc/fzy/distinfo:1.6 pkgsrc/misc/fzy/distinfo:1.7
--- pkgsrc/misc/fzy/distinfo:1.6        Tue Oct 26 10:59:03 2021
+++ pkgsrc/misc/fzy/distinfo    Sat Aug  9 19:23:52 2025
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2021/10/26 10:59:03 nia Exp $
+$NetBSD: distinfo,v 1.7 2025/08/09 19:23:52 leot Exp $
 
-BLAKE2s (fzy-1.0.tar.gz) = cb3b4ce0cd00f56ccfab9dbb3a935075855c339583300724be04c1fb2ac9a75d
-SHA512 (fzy-1.0.tar.gz) = de5ed1af035260f4ae550c53b08c4ff302c978350784cbfd2981d1691f55d9c0f26b9333c74adea939b3f4578dd47e66ee99112e10afc5497c64011827d19dbc
-Size (fzy-1.0.tar.gz) = 47432 bytes
-SHA1 (patch-Makefile) = 954e36b9524aaefc3c1e940a0d96976a415c0cb5
+BLAKE2s (fzy-1.1.tar.gz) = 1db13373db47c4b120bd0b4cde0d8c1bdbae3dea0b55b7f687356b2185c2b529
+SHA512 (fzy-1.1.tar.gz) = 09a14c409f9c0000a0827c14007eeb919404e6b29b11b8d05c415575e678238a669c9fff7c8cd23ab330c9dc0341186c6c52347745813570cc4e0987e26d3781
+Size (fzy-1.1.tar.gz) = 49070 bytes
+SHA1 (patch-Makefile) = 9b3ec29304d110b4a33a550af7b17cf16f92d634

Index: pkgsrc/misc/fzy/patches/patch-Makefile
diff -u pkgsrc/misc/fzy/patches/patch-Makefile:1.4 pkgsrc/misc/fzy/patches/patch-Makefile:1.5
--- pkgsrc/misc/fzy/patches/patch-Makefile:1.4  Mon Sep 24 13:59:56 2018
+++ pkgsrc/misc/fzy/patches/patch-Makefile      Sat Aug  9 19:23:52 2025
@@ -1,16 +1,16 @@
-$NetBSD: patch-Makefile,v 1.4 2018/09/24 13:59:56 leot Exp $
+$NetBSD: patch-Makefile,v 1.5 2025/08/09 19:23:52 leot Exp $
 
 Do not ignore CPPFLAGS and do not force optimization in CFLAGS
 
---- Makefile.orig      2018-09-23 22:05:55.000000000 +0000
+--- Makefile.orig      2025-08-09 19:19:00.667052223 +0000
 +++ Makefile
 @@ -1,7 +1,7 @@
- VERSION=1.0
+ VERSION=1.1
  
 -CPPFLAGS=-DVERSION=\"${VERSION}\" -D_GNU_SOURCE
--CFLAGS+=-Wall -Wextra -g -std=c99 -O3 -pedantic -Ideps
+-CFLAGS+=-MD -Wall -Wextra -g -std=c99 -O3 -pedantic -Ideps -Werror=vla
 +CPPFLAGS+=-DVERSION=\"${VERSION}\" -D_GNU_SOURCE
-+CFLAGS+=-Wall -Wextra -g -std=c99 -pedantic -Ideps
++CFLAGS+=-MD -Wall -Wextra -g -std=c99 -pedantic -Ideps -Werror=vla
  PREFIX?=/usr/local
  MANDIR?=$(PREFIX)/share/man
  BINDIR?=$(PREFIX)/bin



Home | Main Index | Thread Index | Old Index