Re: git: e834155b79c1 - main - misc/github-copilot-c li: update 0.0.342 → 0.0.353
- In reply to: Yuri Victorovich : "git: e834155b79c1 - main - misc/github-copilot-cli: update 0.0.342 → 0.0.353"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 03 Nov 2025 19:34:08 UTC
On Sun, Nov 2, 2025 at 8:59 PM Yuri Victorovich <yuri@freebsd.org> wrote:
> The branch main has been updated by yuri:
>
> URL:
> https://cgit.FreeBSD.org/ports/commit/?id=e834155b79c1dafa8a183a0e0cb453d61d9dee90
>
> commit e834155b79c1dafa8a183a0e0cb453d61d9dee90
> Author: Yuri Victorovich <yuri@FreeBSD.org>
> AuthorDate: 2025-11-03 01:50:49 +0000
> Commit: Yuri Victorovich <yuri@FreeBSD.org>
> CommitDate: 2025-11-03 01:59:29 +0000
>
> misc/github-copilot-cli: update 0.0.342 → 0.0.353
> ---
> misc/github-copilot-cli/Makefile | 128 +++--
> misc/github-copilot-cli/distinfo | 18 +-
> .../files/package-lock-keytar.json | 454 +++++++++++++++++
> .../files/package-lock-node-addon-api.json | 24 +
> .../github-copilot-cli/files/package-lock-pty.json | 31 ++
> .../files/package-lock-sharp.json | 522
> ++++++++++++++++++++
> misc/github-copilot-cli/files/package-lock.json | 27 ++
> misc/github-copilot-cli/pkg-plist | 537
> ++++-----------------
> 8 files changed, 1267 insertions(+), 474 deletions(-)
>
> diff --git a/misc/github-copilot-cli/Makefile
> b/misc/github-copilot-cli/Makefile
> index f61469a167c9..58a46babdfcc 100644
> --- a/misc/github-copilot-cli/Makefile
> +++ b/misc/github-copilot-cli/Makefile
> @@ -1,15 +1,19 @@
> PORTNAME= github-copilot-cli
> -DISTVERSION= 0.0.342
> +DISTVERSION= 0.0.353
> CATEGORIES= misc # machine-learning
> -DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX}
> ${NODE_HEADERS}${EXTRACT_SUFX}
> +DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} \
> + ${NODE_HEADERS}${EXTRACT_SUFX}
> +DIST_SUBDIR= ${PORTNAME}
>
> MAINTAINER= yuri@FreeBSD.org
> COMMENT= GitHub Copilot CLI brings the power of the coding agent to
> terminal
Wow, that is a BEAST of a patch. Great work, that couldn't have been easy!
However: COMMENT shouldn't start with the name of the port. So in this
instance the idiomatic phrasing would be "Brings the power of the coding
agent to the terminal" or something.
--
Adam Weinberger
adamw@adamw.org