Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Jan 2024 07:32:41 GMT
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 1be8c2095a7b - main - misc/clifm: update CliFM to version 1.16 (Big Whoop)
Message-ID:  <202401100732.40A7Wf4B058061@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by danfe:

URL: https://cgit.FreeBSD.org/ports/commit/?id=1be8c2095a7bfaf64286eb997f0835959be96634

commit 1be8c2095a7bfaf64286eb997f0835959be96634
Author:     Alexey Dokuchaev <danfe@FreeBSD.org>
AuthorDate: 2024-01-10 07:29:08 +0000
Commit:     Alexey Dokuchaev <danfe@FreeBSD.org>
CommitDate: 2024-01-10 07:29:08 +0000

    misc/clifm: update CliFM to version 1.16 (Big Whoop)
    
    Disable bracketed paste mode by default to avoid leaving
    the terminal in a bogus state upon exiting the program.
    
    Reported by:    portscout
---
 misc/clifm/Makefile | 6 +++++-
 misc/clifm/distinfo | 6 +++---
 2 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/misc/clifm/Makefile b/misc/clifm/Makefile
index ae813c01e96d..927d688830b0 100644
--- a/misc/clifm/Makefile
+++ b/misc/clifm/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	clifm
-PORTVERSION=	1.15
+PORTVERSION=	1.16
 DISTVERSIONPREFIX=	v
 CATEGORIES=	misc
 
@@ -22,6 +22,10 @@ MAKE_ENV=	LIBS_FreeBSD="-I${LOCALBASE}/include -L${LOCALBASE}/lib \
 		-lreadline -lintl -lmagic"
 SHEBANG_FILES=	misc/tools/deroff.py misc/tools/manpages_comp_gen.py
 
+post-patch:
+	@${REINPLACE_CMD} -e '/^set enable-bracketed-paste/s,on,off,' \
+		${WRKSRC}/misc/readline.clifm
+
 post-install:
 	${INSTALL_DATA} ${WRKSRC_cfmc}/colors/*.clifm \
 		${STAGEDIR}${DATADIR}/colors
diff --git a/misc/clifm/distinfo b/misc/clifm/distinfo
index 3e55fc33ab1b..63245363c3d7 100644
--- a/misc/clifm/distinfo
+++ b/misc/clifm/distinfo
@@ -1,5 +1,5 @@
-TIMESTAMP = 1698332200
-SHA256 (leo-arch-clifm-v1.15_GH0.tar.gz) = 6248c8352f6fb77f9dc6bc0a3f84c06c881b82c08679f93ed8c32d6c208787b4
-SIZE (leo-arch-clifm-v1.15_GH0.tar.gz) = 1511851
+TIMESTAMP = 1704769101
+SHA256 (leo-arch-clifm-v1.16_GH0.tar.gz) = 05980c916b987ac724deeea2cd35af99986cec205568a5f0f6e20a5b2030fb9d
+SIZE (leo-arch-clifm-v1.16_GH0.tar.gz) = 1518525
 SHA256 (leo-arch-clifm-colors-175bc94_GH0.tar.gz) = b9b88f8676a1f9ef47e860b95b78f238cf974fd6da18356662af48a0eef923df
 SIZE (leo-arch-clifm-colors-175bc94_GH0.tar.gz) = 1538711



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401100732.40A7Wf4B058061>