diff options
| author | Yusuf Yaman <nxjoseph@protonmail.com> | 2025-12-06 01:58:27 +0000 |
|---|---|---|
| committer | Vladimir Druzenko <vvd@FreeBSD.org> | 2025-12-06 01:58:27 +0000 |
| commit | d89a9b3c725ecd00580f1e56aedadfd3f2f28846 (patch) | |
| tree | 36ff76d40b57acaf99db0f8f7bf489f376c588db | |
| parent | f0d589d6a4a3c719dc668a3af977ffdcdf80a156 (diff) | |
security/gauth: Undeprecate golang port
The port works fine with the current default go version 1.24.
PR: 291432
| -rw-r--r-- | security/gauth/Makefile | 7 |
1 files 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 |
