Date: Sat, 31 Jan 2026 09:52:51 +0000 From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 294f3a9887b8 - main - misc/gemini-cli: Add bash as a run-time dependency Message-ID: <697dd0f3.38cf4.6f2f693b@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=294f3a9887b80b5bba4f719f2232ae600d79c214 commit 294f3a9887b80b5bba4f719f2232ae600d79c214 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2026-01-31 09:48:34 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2026-01-31 09:48:34 +0000 misc/gemini-cli: Add bash as a run-time dependency PR: 292533 Reported by: William Carrel <william.a@carrel.org> --- misc/gemini-cli/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/misc/gemini-cli/Makefile b/misc/gemini-cli/Makefile index 7a3346cf4db9..4d26a6803a86 100644 --- a/misc/gemini-cli/Makefile +++ b/misc/gemini-cli/Makefile @@ -1,5 +1,6 @@ PORTNAME= gemini-cli DISTVERSION= 0.25.2 +PORTREVISION= 1 CATEGORIES= misc # machine-learning MAINTAINER= yuri@FreeBSD.org @@ -12,6 +13,7 @@ LICENSE= APACHE20 BUILD_DEPENDS= npm:www/npm FETCH_DEPENDS= npm:www/npm +RUN_DEPENDS= bash:shells/bash USES= nodejs:build,run python:buildhome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?697dd0f3.38cf4.6f2f693b>
