Date: Fri, 9 Feb 2024 18:00:17 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: 1d6972f71e1a - main - misc/clifm: update CliFM to version 1.17 (Lechuck) Message-ID: <202402091800.419I0Heg079806@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=1d6972f71e1a353ccb60f3b93e28edbe7a257726 commit 1d6972f71e1a353ccb60f3b93e28edbe7a257726 Author: Alexey Dokuchaev <danfe@FreeBSD.org> AuthorDate: 2024-02-09 17:59:14 +0000 Commit: Alexey Dokuchaev <danfe@FreeBSD.org> CommitDate: 2024-02-09 17:59:14 +0000 misc/clifm: update CliFM to version 1.17 (Lechuck) - Garbage-collect `post-patch' target as the problem had been fixed - Install the manpage under ${PREFIX}/share/man per new world order --- misc/clifm/Makefile | 10 +++------- misc/clifm/distinfo | 10 +++++----- misc/clifm/pkg-plist | 2 +- 3 files changed, 9 insertions(+), 13 deletions(-) diff --git a/misc/clifm/Makefile b/misc/clifm/Makefile index 927d688830b0..0ae98d7c6765 100644 --- a/misc/clifm/Makefile +++ b/misc/clifm/Makefile @@ -1,5 +1,5 @@ PORTNAME= clifm -PORTVERSION= 1.16 +PORTVERSION= 1.17 DISTVERSIONPREFIX= v CATEGORIES= misc @@ -16,16 +16,12 @@ USES= desktop-file-utils gettext-runtime python:run \ USE_GITHUB= yes GH_ACCOUNT= leo-arch GH_PROJECT= ${PORTNAME}-colors:cfmc -GH_TAGNAME= 175bc94:cfmc +GH_TAGNAME= v0.4.3:cfmc ALL_TARGET= build MAKE_ENV= LIBS_FreeBSD="-I${LOCALBASE}/include -L${LOCALBASE}/lib \ - -lreadline -lintl -lmagic" + -lreadline -lintl -lmagic" MANDIR=${PREFIX}/share/man 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 63245363c3d7..3d19f1961719 100644 --- a/misc/clifm/distinfo +++ b/misc/clifm/distinfo @@ -1,5 +1,5 @@ -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 +TIMESTAMP = 1707460246 +SHA256 (leo-arch-clifm-v1.17_GH0.tar.gz) = c6b64bbbdb4f1c7a752db004150ac3a773696624ec62d8d33204b259e810421f +SIZE (leo-arch-clifm-v1.17_GH0.tar.gz) = 1525172 +SHA256 (leo-arch-clifm-colors-v0.4.3_GH0.tar.gz) = a7eee0f000d065d3af1b6f710aa83160a0d3b90a17c7d81f0036595a656f9700 +SIZE (leo-arch-clifm-colors-v0.4.3_GH0.tar.gz) = 1538673 diff --git a/misc/clifm/pkg-plist b/misc/clifm/pkg-plist index b5fe1b81a22f..65e9f56444eb 100644 --- a/misc/clifm/pkg-plist +++ b/misc/clifm/pkg-plist @@ -1,5 +1,4 @@ bin/clifm -man/man1/clifm.1.gz share/applications/clifm.desktop share/bash-completion/completions/clifm %%DATADIR%%/actions.clifm @@ -86,4 +85,5 @@ share/bash-completion/completions/clifm %%DATADIR%%/tools/manpages_comp_gen.py share/fish/vendor_completions.d/clifm.fish share/icons/hicolor/scalable/apps/clifm.svg +share/man/man1/clifm.1.gz share/zsh/site-functions/_clifm
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402091800.419I0Heg079806>