git: de519c15f849 - main - misc/xplr: Add missing bash runtime dependency
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 30 Jul 2023 22:27:48 UTC
The branch main has been updated by lcook: URL: https://cgit.FreeBSD.org/ports/commit/?id=de519c15f849c074653b3e7f072d1b4e16d9de2e commit de519c15f849c074653b3e7f072d1b4e16d9de2e 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:27:07 +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 --- misc/xplr/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/misc/xplr/Makefile b/misc/xplr/Makefile index 1c3191b9ec00..7506ed4219b2 100644 --- a/misc/xplr/Makefile +++ b/misc/xplr/Makefile @@ -1,7 +1,7 @@ PORTNAME= xplr DISTVERSIONPREFIX= v DISTVERSION= 0.21.2 -PORTREVISION= 3 +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