git: 586f6651d17f - main - ftp/sftpgo,security/sshesame: Remove go version pin from my ports

From: Serhii (Sergey) Kozlov <skozlov_at_FreeBSD.org>
Date: Fri, 05 Dec 2025 21:25:00 UTC
The branch main has been updated by skozlov:

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

commit 586f6651d17f333650606909452f477164832dec
Author:     Serhii (Sergey) Kozlov <skozlov@FreeBSD.org>
AuthorDate: 2025-12-05 21:22:06 +0000
Commit:     Serhii (Sergey) Kozlov <skozlov@FreeBSD.org>
CommitDate: 2025-12-05 21:24:41 +0000

    ftp/sftpgo,security/sshesame: Remove go version pin from my ports
    
    The ports dont require a go version pin, so remove it. Because theres
    no more pin - remove DEPRECATED
---
 ftp/sftpgo/Makefile        | 5 +----
 security/sshesame/Makefile | 5 +----
 2 files changed, 2 insertions(+), 8 deletions(-)

diff --git a/ftp/sftpgo/Makefile b/ftp/sftpgo/Makefile
index 582f81bf6281..98e9e5b030b5 100644
--- a/ftp/sftpgo/Makefile
+++ b/ftp/sftpgo/Makefile
@@ -12,12 +12,9 @@ WWW=		https://github.com/drakkan/sftpgo
 LICENSE=	AGPLv3
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=		go:1.23,modules tar:xz
+USES=		go:modules tar:xz
 USE_RC_SUBR=	${PORTNAME}
 
-DEPRECATED=	Uses old go, but try building without USES=go:someversion
-EXPIRATION_DATE=2026-01-01
-
 NO_WRKSUBDIR=	yes
 
 OPTIONS_DEFINE=		BASH FISH ZSH MANPAGES
diff --git a/security/sshesame/Makefile b/security/sshesame/Makefile
index fd9eee41c08c..7e7aaca64b03 100644
--- a/security/sshesame/Makefile
+++ b/security/sshesame/Makefile
@@ -10,12 +10,9 @@ WWW=		https://github.com/jaksi/sshesame
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=		go:1.22,modules
+USES=		go:modules
 USE_RC_SUBR=	${PORTNAME}
 
-DEPRECATED=	Uses old go, but try building without USES=go:someversion
-EXPIRATION_DATE=2026-01-01
-
 USERS=		sshesame
 GROUPS=		sshesame