mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
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:
committed by
Vladimir Druzenko
parent
660d8817f4
commit
d76055904f
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user