Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions llm/gemini-cli/Portfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

Check warning on line 1 in llm/gemini-cli/Portfile

View workflow job for this annotation

GitHub Actions / macos-26

port test gemini-cli: Warning: gemini-cli is configured to build no architecture-specific files, but installed Mach-O files built for the following archs: Warning: arm64: Warning: /opt/local/lib/node_modules/@google/gemini-cli/node_modules/@lydell/node-pty-darwin-arm64/pty.node Warning: /opt/local/lib/node_modules/@google/gemini-cli/node_modules/@lydell/node-pty-darwin-arm64/spawn-helper Warning: /opt/local/lib/node_modules/@google/gemini-cli/node_modules/node-pty/build/Release/pty.node Warning: /opt/local/lib/node_modules/@google/gemini-cli/node_modules/node-pty/build/Release/spawn-helper Warning: /opt/local/lib/node_modules/@google/gemini-cli/node_modules/tree-sitter-bash/prebuilds/darwin-arm64/tree-sitter-bash.node Warning: x86_64: Warning: /opt/local/lib/node_modules/@google/gemini-cli/node_modules/tree-sitter-bash/prebuilds/darwin-x64/tree-sitter-bash.node Warning:

Check warning on line 1 in llm/gemini-cli/Portfile

View workflow job for this annotation

GitHub Actions / macos-15

port test gemini-cli: Warning: gemini-cli is configured to build no architecture-specific files, but installed Mach-O files built for the following archs: Warning: arm64: Warning: /opt/local/lib/node_modules/@google/gemini-cli/node_modules/@lydell/node-pty-darwin-arm64/pty.node Warning: /opt/local/lib/node_modules/@google/gemini-cli/node_modules/@lydell/node-pty-darwin-arm64/spawn-helper Warning: /opt/local/lib/node_modules/@google/gemini-cli/node_modules/node-pty/build/Release/pty.node Warning: /opt/local/lib/node_modules/@google/gemini-cli/node_modules/node-pty/build/Release/spawn-helper Warning: /opt/local/lib/node_modules/@google/gemini-cli/node_modules/tree-sitter-bash/prebuilds/darwin-arm64/tree-sitter-bash.node Warning: x86_64: Warning: /opt/local/lib/node_modules/@google/gemini-cli/node_modules/tree-sitter-bash/prebuilds/darwin-x64/tree-sitter-bash.node Warning:

Check warning on line 1 in llm/gemini-cli/Portfile

View workflow job for this annotation

GitHub Actions / macos-14

port test gemini-cli: Warning: gemini-cli is configured to build no architecture-specific files, but installed Mach-O files built for the following archs: Warning: arm64: Warning: /opt/local/lib/node_modules/@google/gemini-cli/node_modules/@lydell/node-pty-darwin-arm64/pty.node Warning: /opt/local/lib/node_modules/@google/gemini-cli/node_modules/@lydell/node-pty-darwin-arm64/spawn-helper Warning: /opt/local/lib/node_modules/@google/gemini-cli/node_modules/node-pty/build/Release/pty.node Warning: /opt/local/lib/node_modules/@google/gemini-cli/node_modules/node-pty/build/Release/spawn-helper Warning: /opt/local/lib/node_modules/@google/gemini-cli/node_modules/tree-sitter-bash/prebuilds/darwin-arm64/tree-sitter-bash.node Warning: x86_64: Warning: /opt/local/lib/node_modules/@google/gemini-cli/node_modules/tree-sitter-bash/prebuilds/darwin-x64/tree-sitter-bash.node Warning:

PortSystem 1.0
PortGroup npm 1.0

name gemini-cli
version 0.15.3
version 0.16.0
revision 0

categories llm
Expand All @@ -21,9 +21,9 @@
npm.rootname @google/${name}
distname ${name}-${version}

checksums rmd160 3abf77f162ca46da2623c3a02a7f38d3344966ec \
sha256 d80b73972ff7ce70c4d4c630a4223a6b2557a5169881cdddc63f3a9f959fae87 \
size 2731285
checksums rmd160 585b2d0068c52e1127aa48650c47d2981ba6b0ff \
sha256 e308f29581b66784bc550273e6f71640df50d88be42b02c986770abefc54be3c \
size 1382231

test.run yes
test.cmd gemini
Expand Down