git: 8d2c3efe054e - main - security/git-credential-gopass: Drop Go version pin

From: Emanuel Haupt <ehaupt_at_FreeBSD.org>
Date: Fri, 05 Dec 2025 19:16:42 UTC
The branch main has been updated by ehaupt:

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

commit 8d2c3efe054ea5fa9175ab9afed01490ca78a14e
Author:     Emanuel Haupt <ehaupt@FreeBSD.org>
AuthorDate: 2025-12-05 19:16:29 +0000
Commit:     Emanuel Haupt <ehaupt@FreeBSD.org>
CommitDate: 2025-12-05 19:16:39 +0000

    security/git-credential-gopass: Drop Go version pin
    
    The port builds fine with the default Go version, so the explicit
    version requirement is no longer needed. This removes the deprecation
    notice and avoids unnecessary dependency on an obsolete Go minor.
    
    Notified by:    adamw
---
 security/git-credential-gopass/Makefile | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/security/git-credential-gopass/Makefile b/security/git-credential-gopass/Makefile
index 76985f2a1c6d..613391333411 100644
--- a/security/git-credential-gopass/Makefile
+++ b/security/git-credential-gopass/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	git-credential-gopass
 DISTVERSIONPREFIX=	v
 DISTVERSION=	1.16.0
+PORTREVISION=	1
 CATEGORIES=	security
 
 MAINTAINER=	ehaupt@FreeBSD.org
@@ -10,13 +11,10 @@ WWW=		https://github.com/gopasspw/git-credential-gopass
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=		go:1.22,modules
+USES=		go:modules
 USE_GITHUB=	yes
 GH_ACCOUNT=	gopasspw
 
-DEPRECATED=	Uses old go, but try building without USES=go:someversion
-EXPIRATION_DATE=2026-01-01
-
 GO_MODULE=	github.com/${GH_ACCOUNT}/${PORTNAME}
 
 PLIST_FILES=	bin/git-credential-gopass