git: e35d5f0924fe - main - misc/github-copilot-cli-legacy: Fix PKGBASE

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Fri, 03 Jul 2026 07:28:40 UTC
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=e35d5f0924feb7219f04b143b8523b6d5e4d9c6e

commit e35d5f0924feb7219f04b143b8523b6d5e4d9c6e
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2026-07-03 07:27:07 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2026-07-03 07:28:38 +0000

    misc/github-copilot-cli-legacy: Fix PKGBASE
    
    Reported by:    Antoine Brodin <antoine@freebsd.org>
---
 misc/github-copilot-cli-legacy/Makefile | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/misc/github-copilot-cli-legacy/Makefile b/misc/github-copilot-cli-legacy/Makefile
index 984f91c305d3..6b1ad6421042 100644
--- a/misc/github-copilot-cli-legacy/Makefile
+++ b/misc/github-copilot-cli-legacy/Makefile
@@ -3,7 +3,6 @@ DISTVERSION=	1.0.44
 CATEGORIES=	misc # machine-learning
 DISTFILES=	${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX}
 DIST_SUBDIR=	${PORTNAME}-x # -x is to see if it would fix checksum errors
-PKGNAMESUFFIX=	-legacy
 
 MAINTAINER=	yuri@FreeBSD.org
 COMMENT=	GitHub Copilot CLI brings the power of the coding agent to terminal
@@ -11,8 +10,8 @@ WWW=		https://github.com/github/copilot-cli
 
 FLAVORS=	script binary
 FLAVOR?=	${FLAVORS:[1]}
-script_PKGNAMESUFFIX=
-binary_PKGNAMESUFFIX=	-bin
+script_PKGNAMESUFFIX=	-legacy
+binary_PKGNAMESUFFIX=	-legacy-bin
 binary_COMMENT=	GitHub Copilot CLI - standalone binary (no npm dependencies)
 binary_PLIST=	${.CURDIR}/pkg-plist.binary