git: 16c23df58dcb - main - security/openvpn-auth-oauth2: Do not depend on fixed Go version.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 05 Dec 2025 15:30:31 UTC
The branch main has been updated by otis:
URL: https://cgit.FreeBSD.org/ports/commit/?id=16c23df58dcbc9ca68da8f4e68db525745c4ff43
commit 16c23df58dcbc9ca68da8f4e68db525745c4ff43
Author: Juraj Lutter <otis@FreeBSD.org>
AuthorDate: 2025-12-05 15:25:56 +0000
Commit: Juraj Lutter <otis@FreeBSD.org>
CommitDate: 2025-12-05 15:30:23 +0000
security/openvpn-auth-oauth2: Do not depend on fixed Go version.
Do not require particular Go version to prevent build failures
in the future.
Requested by: Adam Weinberger <adamw@FreeBSD.org>
---
security/openvpn-auth-oauth2/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/security/openvpn-auth-oauth2/Makefile b/security/openvpn-auth-oauth2/Makefile
index 3fed1bf952da..0243b85a27c2 100644
--- a/security/openvpn-auth-oauth2/Makefile
+++ b/security/openvpn-auth-oauth2/Makefile
@@ -1,7 +1,7 @@
PORTNAME= openvpn-auth-oauth2
DISTVERSIONPREFIX= v
DISTVERSION= 1.26.4
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= security net net-vpn
MAINTAINER= otis@FreeBSD.org
@@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt
EXTRACT_DEPENDS= ${BUILD_DEPENDS}
-USES= go:1.25,modules
+USES= go:modules
GO_MODULE= github.com/jkroepke/openvpn-auth-oauth2
GO_TARGET= ./cmd/openvpn-auth-oauth2