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
This commit is contained in:
Neil Alexander
2025-12-05 21:47:08 +03:00
committed by Vladimir Druzenko
parent 660d8817f4
commit d76055904f
+2 -5
View File
@@ -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