diff options
Diffstat (limited to 'net/gotify-server/Makefile')
-rw-r--r-- | net/gotify-server/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/gotify-server/Makefile b/net/gotify-server/Makefile index 980bbedd4b0c..ee275eba55df 100644 --- a/net/gotify-server/Makefile +++ b/net/gotify-server/Makefile @@ -1,6 +1,7 @@ PORTNAME= gotify-server PORTVERSION= 2.6.3 DISTVERSIONPREFIX= v +PORTREVISION= 4 CATEGORIES= net MASTER_SITES= https://github.com/mfechner/freebsd-net-gotify-server/raw/refs/heads/main/:yarn_cache DISTNAME= server @@ -12,6 +13,8 @@ WWW= https://github.com/gotify/server LICENSE= MIT +BROKEN_i386= Build does not succeed (timeout in poudriere) + BUILD_DEPENDS= yarn${NODEJS_SUFFIX}>=1.10.0:www/yarn${NODEJS_SUFFIX} \ USES= go:modules,1.24 nodejs:build |