diff --git a/security/gauth/Makefile b/security/gauth/Makefile index 150b42b5524c..9cdb9b3113bb 100644 --- a/security/gauth/Makefile +++ b/security/gauth/Makefile @@ -1,24 +1,21 @@ PORTNAME= gauth DISTVERSIONPREFIX= v DISTVERSION= 1.5.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= security MAINTAINER= nxjoseph@protonmail.com COMMENT= Google Authenticator in your terminal WWW= https://github.com/pcarrier/gauth \ https://pkg.go.dev/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 PLIST_FILES= bin/${PORTNAME} .include