summaryrefslogtreecommitdiff
path: root/security/netbird/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/netbird/Makefile')
-rw-r--r--security/netbird/Makefile16
1 files changed, 8 insertions, 8 deletions
diff --git a/security/netbird/Makefile b/security/netbird/Makefile
index ac0494289a48..1ea7f5225c50 100644
--- a/security/netbird/Makefile
+++ b/security/netbird/Makefile
@@ -1,6 +1,6 @@
PORTNAME= netbird
DISTVERSIONPREFIX= v
-DISTVERSION= 0.41.2
+DISTVERSION= 0.55.1
CATEGORIES= security net net-vpn
MAINTAINER= hakan.external@netbird.io
@@ -15,16 +15,16 @@ NOT_FOR_ARCHS_REASON= "no 32-bit builds supported"
RUN_DEPENDS= ca_root_nss>0:security/ca_root_nss
-USES= go:1.23,modules
-USE_RC_SUBR= netbird
+USES= go:modules
+USE_RC_SUBR= ${PORTNAME}
GO_MODULE= github.com/netbirdio/netbird
-GO_TARGET= ./client:netbird
-GO_BUILDFLAGS= -tags freebsd -o ${PORTNAME} -ldflags "\
- -s -w -X github.com/netbirdio/netbird/version.version=${PORTVERSION}"
+GO_TARGET= ./client:${PORTNAME}
+GO_BUILDFLAGS= -tags freebsd -o ${PORTNAME} -ldflags \
+ "-s -w -X github.com/netbirdio/netbird/version.version=${DISTVERSION}"
-WRKSRC= ${WRKDIR}/netbird-${PORTVERSION}
+WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION}
-PLIST_FILES= bin/netbird
+PLIST_FILES= bin/${PORTNAME}
.include <bsd.port.mk>