Date: Sun, 31 May 2026 14:54:35 +0000 From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 646747e0c09b - main - databases/redisjson: Install module as executable Message-ID: <6a1c4bab.30a2b.553132b@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=646747e0c09b6177457c8d6e2d83372ef9c77da4 commit 646747e0c09b6177457c8d6e2d83372ef9c77da4 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2026-05-31 12:52:38 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2026-05-31 14:54:19 +0000 databases/redisjson: Install module as executable Reported by: vanilla --- databases/redisjson/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/databases/redisjson/Makefile b/databases/redisjson/Makefile index 0e59ca8a47a3..f8a4d197b0ee 100644 --- a/databases/redisjson/Makefile +++ b/databases/redisjson/Makefile @@ -1,6 +1,7 @@ PORTNAME= redisjson DISTVERSIONPREFIX= v DISTVERSION= 8.8.0 +PORTREVISION= 1 CATEGORIES= databases MAINTAINER= bofh@FreeBSD.org @@ -28,6 +29,6 @@ GH_PROJECT= RedisJSON PLIST_FILES= lib/librejson.so do-install: - ${INSTALL_LIB} ${CARGO_TARGET_DIR}/*/librejson.so ${STAGEDIR}${PREFIX}/lib + ${INSTALL} -m 0755 ${CARGO_TARGET_DIR}/*/librejson.so ${STAGEDIR}${PREFIX}/lib .include <bsd.port.mk>home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a1c4bab.30a2b.553132b>
