git: 6d4e7d9156ac - main - devel/gilt: undeprecate

From: Matthew Seaman <matthew_at_FreeBSD.org>
Date: Fri, 05 Dec 2025 17:28:07 UTC
The branch main has been updated by matthew:

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

commit 6d4e7d9156acfbd486875230cf9c04ad5b252d84
Author:     Matthew Seaman <matthew@FreeBSD.org>
AuthorDate: 2025-12-05 17:26:08 +0000
Commit:     Matthew Seaman <matthew@FreeBSD.org>
CommitDate: 2025-12-05 17:26:08 +0000

    devel/gilt: undeprecate
    
    Undo unnecessary deprecation.
---
 devel/gilt/Makefile | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/devel/gilt/Makefile b/devel/gilt/Makefile
index 5bae6f4a522c..9e1e20af59a1 100644
--- a/devel/gilt/Makefile
+++ b/devel/gilt/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	gilt
 DISTVERSIONPREFIX=	v
 DISTVERSION=	2.2.4
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	devel
 
 MAINTAINER=	matthew@FreeBSD.org
@@ -11,12 +11,9 @@ WWW=		https://retr0h.github.io/gilt/
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=		go:1.23,modules
+USES=		go:modules
 GO_MODULE=	github.com/retr0h/gilt/v2
 
-DEPRECATED=	Uses old go, but try building without USES=go:someversion
-EXPIRATION_DATE=2026-01-01
-
 PLIST_FILES=	bin/gilt
 
 .include <bsd.port.mk>