git: 294f3a9887b8 - main - misc/gemini-cli: Add bash as a run-time dependency
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 31 Jan 2026 09:52:51 UTC
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:build