git: dcde70e59f5c - main - misc/clifm: update Clifm to version 1.13 (Voodoo Root)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 20 Jul 2023 03:52:58 UTC
The branch main has been updated by danfe: URL: https://cgit.FreeBSD.org/ports/commit/?id=dcde70e59f5c59ee02fdb92568ea74e90e7a6219 commit dcde70e59f5c59ee02fdb92568ea74e90e7a6219 Author: Alexey Dokuchaev <danfe@FreeBSD.org> AuthorDate: 2023-07-20 03:51:32 +0000 Commit: Alexey Dokuchaev <danfe@FreeBSD.org> CommitDate: 2023-07-20 03:51:32 +0000 misc/clifm: update Clifm to version 1.13 (Voodoo Root) While here, add a small patch to strip the binary upon installation (subject to -DWITH_DEBUG). Reported by: portscout --- misc/clifm/Makefile | 2 +- misc/clifm/distinfo | 6 +++--- misc/clifm/files/patch-Makefile | 11 +++++++++++ 3 files changed, 15 insertions(+), 4 deletions(-) diff --git a/misc/clifm/Makefile b/misc/clifm/Makefile index 5be0b4377d9d..389216f3253c 100644 --- a/misc/clifm/Makefile +++ b/misc/clifm/Makefile @@ -1,5 +1,5 @@ PORTNAME= clifm -PORTVERSION= 1.12 +PORTVERSION= 1.13 DISTVERSIONPREFIX= v CATEGORIES= misc diff --git a/misc/clifm/distinfo b/misc/clifm/distinfo index a65c2d310764..9ce8229860f0 100644 --- a/misc/clifm/distinfo +++ b/misc/clifm/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1684208291 -SHA256 (leo-arch-clifm-v1.12_GH0.tar.gz) = a4cd97d7aa184a60e3e42ff33e6a31161818149c80caa92282cd2118e73319eb -SIZE (leo-arch-clifm-v1.12_GH0.tar.gz) = 1448233 +TIMESTAMP = 1689684257 +SHA256 (leo-arch-clifm-v1.13_GH0.tar.gz) = 44eeba9416e2dea6d9b61cddb414471828d3a794fefc6b6e9fe3aa5445454120 +SIZE (leo-arch-clifm-v1.13_GH0.tar.gz) = 1467612 SHA256 (leo-arch-clifm-colors-175bc94_GH0.tar.gz) = b9b88f8676a1f9ef47e860b95b78f238cf974fd6da18356662af48a0eef923df SIZE (leo-arch-clifm-colors-175bc94_GH0.tar.gz) = 1538711 diff --git a/misc/clifm/files/patch-Makefile b/misc/clifm/files/patch-Makefile new file mode 100644 index 000000000000..3009e2f24648 --- /dev/null +++ b/misc/clifm/files/patch-Makefile @@ -0,0 +1,11 @@ +--- Makefile.orig 2023-07-18 12:44:17 UTC ++++ Makefile +@@ -46,7 +46,7 @@ clean: + + install: $(BIN) + $(INSTALL) -m 0755 -d $(DESTDIR)$(BINDIR) +- $(INSTALL) -m 0755 $(BIN) $(DESTDIR)$(BINDIR) ++ $(BSD_INSTALL_PROGRAM) $(BIN) $(DESTDIR)$(BINDIR) + $(INSTALL) -m 0755 -d $(DESTDIR)$(PROG_DATADIR) + $(INSTALL) -m 0755 -d $(DESTDIR)$(MANDIR)/man1 + $(INSTALL) -m 0755 -d $(DESTDIR)$(DATADIR)/bash-completion/completions