diff options
Diffstat (limited to 'security/gsa/Makefile')
-rw-r--r-- | security/gsa/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/security/gsa/Makefile b/security/gsa/Makefile index 9f557814ca5c..355f134bd07c 100644 --- a/security/gsa/Makefile +++ b/security/gsa/Makefile @@ -1,6 +1,6 @@ PORTNAME= gsa DISTVERSIONPREFIX= v -DISTVERSION= 24.6.1 +DISTVERSION= 25.0.0 CATEGORIES= security MAINTAINER= acm@FreeBSD.org @@ -9,15 +9,12 @@ WWW= https://github.com/greenbone/gsa LICENSE= AGPLv3+ -DEPRECATED= Depends on expired www/npm-node18 -EXPIRATION_DATE=2025-09-01 - ONLY_FOR_ARCHS= aarch64 amd64 -BUILD_DEPENDS= npm-node18>0:www/npm-node18 +BUILD_DEPENDS= npm-node20>0:www/npm-node20 RUN_DEPENDS= ${LOCALBASE}/sbin/gsad:security/gsad -USES= nodejs:build +USES= nodejs:20,build USE_GITHUB= yes GH_ACCOUNT= greenbone |