diff options
Diffstat (limited to 'net/gotify-server/Makefile')
-rw-r--r-- | net/gotify-server/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/gotify-server/Makefile b/net/gotify-server/Makefile index ec913cdb09a9..40e58fe8fc3f 100644 --- a/net/gotify-server/Makefile +++ b/net/gotify-server/Makefile @@ -1,7 +1,7 @@ PORTNAME= gotify-server PORTVERSION= 2.6.3 DISTVERSIONPREFIX= v -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= https://github.com/mfechner/freebsd-net-gotify-server/raw/refs/heads/main/:yarn_cache DISTNAME= server @@ -13,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 |