git: 3a331eb0f6a4 - main - misc/clifm: update CliFM to version 1.8

From: Alexey Dokuchaev <danfe_at_FreeBSD.org>
Date: Mon, 24 Oct 2022 02:35:20 UTC
The branch main has been updated by danfe:

URL: https://cgit.FreeBSD.org/ports/commit/?id=3a331eb0f6a48eb344ac0973e9618314e18d6273

commit 3a331eb0f6a48eb344ac0973e9618314e18d6273
Author:     Alexey Dokuchaev <danfe@FreeBSD.org>
AuthorDate: 2022-10-24 02:30:04 +0000
Commit:     Alexey Dokuchaev <danfe@FreeBSD.org>
CommitDate: 2022-10-24 02:30:04 +0000

    misc/clifm: update CliFM to version 1.8
    
    Reported by:    portscout
---
 misc/clifm/Makefile               |  2 +-
 misc/clifm/distinfo               |  6 +++---
 misc/clifm/files/patch-src_jump.c | 16 ----------------
 misc/clifm/pkg-plist              |  3 +++
 4 files changed, 7 insertions(+), 20 deletions(-)

diff --git a/misc/clifm/Makefile b/misc/clifm/Makefile
index 00ba11717a19..ce88b5c14670 100644
--- a/misc/clifm/Makefile
+++ b/misc/clifm/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	clifm
-PORTVERSION=	1.7
+PORTVERSION=	1.8
 DISTVERSIONPREFIX=	v
 CATEGORIES=	misc
 
diff --git a/misc/clifm/distinfo b/misc/clifm/distinfo
index a86f8c9fea1d..6de4dfb3719b 100644
--- a/misc/clifm/distinfo
+++ b/misc/clifm/distinfo
@@ -1,5 +1,5 @@
-TIMESTAMP = 1661361531
-SHA256 (leo-arch-clifm-v1.7_GH0.tar.gz) = 6408fe75c80646f33cd1ffab5b7e81ca098e70bd01cbd7b20d3ecbe870dc47c9
-SIZE (leo-arch-clifm-v1.7_GH0.tar.gz) = 1310379
+TIMESTAMP = 1666102233
+SHA256 (leo-arch-clifm-v1.8_GH0.tar.gz) = e202cc272145c1d322fb32421e96a6ba90110fe773f62647efd042f7f02063c4
+SIZE (leo-arch-clifm-v1.8_GH0.tar.gz) = 1302830
 SHA256 (leo-arch-clifm-colors-b0e2dea_GH0.tar.gz) = fb0c203458ccc169cdd30a465286f8f147bd7862739f793b946c2b6875822a38
 SIZE (leo-arch-clifm-colors-b0e2dea_GH0.tar.gz) = 994898
diff --git a/misc/clifm/files/patch-src_jump.c b/misc/clifm/files/patch-src_jump.c
deleted file mode 100644
index 6066e780b200..000000000000
--- a/misc/clifm/files/patch-src_jump.c
+++ /dev/null
@@ -1,16 +0,0 @@
---- src/jump.c.orig	2022-06-28 06:17:34 UTC
-+++ src/jump.c
-@@ -207,11 +207,11 @@ save_jumpdb(void)
- 		}
- 
- 		jump_num++;
--#ifndef __OpenBSD__
-+#ifndef __i386__
- 		fprintf(fp, "%zu:%ld:%ld:%s\n", jump_db[i].visits, jump_db[i].first_visit,
- 			jump_db[i].last_visit, jump_db[i].path);
- #else
--		fprintf(fp, "%zu:%lld:%lld:%s\n", jump_db[i].visits, jump_db[i].first_visit,
-+		fprintf(fp, "%zu:%d:%d:%s\n", jump_db[i].visits, jump_db[i].first_visit,
- 			jump_db[i].last_visit, jump_db[i].path);
- #endif
- 	}
diff --git a/misc/clifm/pkg-plist b/misc/clifm/pkg-plist
index f4c0ff5ece2c..dc2bafed2a10 100644
--- a/misc/clifm/pkg-plist
+++ b/misc/clifm/pkg-plist
@@ -39,6 +39,8 @@ share/bash-completion/completions/clifm
 %%DATADIR%%/plugins/batch_copy.sh
 %%DATADIR%%/plugins/batch_create.sh
 %%DATADIR%%/plugins/bm_import.sh
+%%DATADIR%%/plugins/clifmimg
+%%DATADIR%%/plugins/clifmrun
 %%DATADIR%%/plugins/clip.sh
 %%DATADIR%%/plugins/colors.sh
 %%DATADIR%%/plugins/cprm.sh
@@ -70,6 +72,7 @@ share/bash-completion/completions/clifm
 %%DATADIR%%/plugins/vid_viewer.sh
 %%DATADIR%%/plugins/virtualize.sh
 %%DATADIR%%/plugins/wallpaper_setter.sh
+%%DATADIR%%/preview.clifm
 %%DATADIR%%/prompts.clifm
 %%DATADIR%%/readline.clifm
 %%DATADIR%%/tools/deroff.py