From d76055904f65895a05980abbc3e157705ec10145 Mon Sep 17 00:00:00 2001 From: Neil Alexander Date: Fri, 5 Dec 2025 21:45:49 +0300 Subject: [PATCH] net/yggdrasil: Remove Go version pin and undeprecate Yggdrasil builds and works fine with the latest version of Go so removing the version pin. PR: 291428 --- net/yggdrasil/Makefile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/net/yggdrasil/Makefile b/net/yggdrasil/Makefile index 0a118264e8d8..d94578399f36 100644 --- a/net/yggdrasil/Makefile +++ b/net/yggdrasil/Makefile @@ -1,7 +1,7 @@ PORTNAME= yggdrasil DISTVERSIONPREFIX= v DISTVERSION= 0.5.12 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net MAINTAINER= freebsd@neilalexander.dev @@ -12,12 +12,9 @@ WWW= https://yggdrasil-network.github.io/ \ LICENSE= LGPL3 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= go:1.22,modules +USES= go:modules USE_RC_SUBR= yggdrasil -DEPRECATED= Uses old go, but try building without USES=go:someversion -EXPIRATION_DATE=2026-01-01 - GO_MODULE= github.com/yggdrasil-network/yggdrasil-go GO_TARGET= ./cmd/yggdrasil \ ./cmd/yggdrasilctl