git: fd773a829bc3 - 2023Q3 - misc/xplr: Add missing bash runtime dependency
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 30 Jul 2023 22:32:28 UTC
The branch 2023Q3 has been updated by lcook: URL: https://cgit.FreeBSD.org/ports/commit/?id=fd773a829bc3bd2fc1b7fc67b7ba2f3c06bfc96a commit fd773a829bc3bd2fc1b7fc67b7ba2f3c06bfc96a Author: Lewis Cook <lcook@FreeBSD.org> AuthorDate: 2023-07-30 22:17:40 +0000 Commit: Lewis Cook <lcook@FreeBSD.org> CommitDate: 2023-07-30 22:31:48 +0000 misc/xplr: Add missing bash runtime dependency Numerous operations while using xplr requires bash to be present on the system, otherwise will either silently fail or spew an generic error message. MFH: 2023Q3 (cherry picked from commit de519c15f849c074653b3e7f072d1b4e16d9de2e) --- misc/xplr/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/misc/xplr/Makefile b/misc/xplr/Makefile index 0ac3577bb650..7506ed4219b2 100644 --- a/misc/xplr/Makefile +++ b/misc/xplr/Makefile @@ -1,7 +1,7 @@ PORTNAME= xplr DISTVERSIONPREFIX= v DISTVERSION= 0.21.2 -PORTREVISION= 2 +PORTREVISION= 4 CATEGORIES= misc MAINTAINER= lcook@FreeBSD.org @@ -11,6 +11,8 @@ WWW= https://xplr.dev LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +RUN_DEPENDS= bash:shells/bash + USES= cargo compiler desktop-file-utils gmake luajit USE_GITHUB= yes GH_ACCOUNT= sayanarijit