From d89a9b3c725ecd00580f1e56aedadfd3f2f28846 Mon Sep 17 00:00:00 2001 From: Yusuf Yaman Date: Sat, 6 Dec 2025 04:58:27 +0300 Subject: [PATCH] security/gauth: Undeprecate golang port The port works fine with the current default go version 1.24. PR: 291432 --- security/gauth/Makefile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/security/gauth/Makefile b/security/gauth/Makefile index 150b42b5524c..9cdb9b3113bb 100644 --- a/security/gauth/Makefile +++ b/security/gauth/Makefile @@ -1,7 +1,7 @@ PORTNAME= gauth DISTVERSIONPREFIX= v DISTVERSION= 1.5.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= security MAINTAINER= nxjoseph@protonmail.com @@ -12,10 +12,7 @@ WWW= https://github.com/pcarrier/gauth \ LICENSE= ISCL LICENSE_FILE= ${WRKSRC}/LICENSE -USES= go:1.23,modules - -DEPRECATED= Uses old go, but try building without USES=go:someversion -EXPIRATION_DATE=2026-01-01 +USES= go:modules GO_MODULE= github.com/pcarrier/gauth