git: 02d43642f3ad - main - misc/github-copilot-cli: readd PORTEPOCH

From: Baptiste Daroussin <bapt_at_FreeBSD.org>
Date: Sun, 14 Jun 2026 07:53:12 UTC
The branch main has been updated by bapt:

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

commit 02d43642f3ad9ec57f9bfd88837002327ca6135b
Author:     Baptiste Daroussin <bapt@FreeBSD.org>
AuthorDate: 2026-06-14 07:52:11 +0000
Commit:     Baptiste Daroussin <bapt@FreeBSD.org>
CommitDate: 2026-06-14 07:52:11 +0000

    misc/github-copilot-cli: readd PORTEPOCH
    
    It was wrongly removed by f78f557103750ccb6ce6b2b3c69eadb7b7aa281c
---
 misc/github-copilot-cli/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/misc/github-copilot-cli/Makefile b/misc/github-copilot-cli/Makefile
index 0decb065d574..b9f1eb72eeae 100644
--- a/misc/github-copilot-cli/Makefile
+++ b/misc/github-copilot-cli/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	github-copilot-cli
 DISTVERSION=	1.0.48 # can't be updated before https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=295629 is resolved
 PORTREVISION=	1
+PORTEPOCH=	1
 CATEGORIES=	misc # machine-learning
 DISTFILES=	${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX}
 DIST_SUBDIR=	${PORTNAME}-x # -x is to see if it would fix checksum errors