security/gauth: Undeprecate golang port
The port works fine with the current default go version 1.24. PR: 291432
This commit is contained in:
committed by
Vladimir Druzenko
parent
f0d589d6a4
commit
d89a9b3c72
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user