diff options
Diffstat (limited to 'net/gotify-server/Makefile')
-rw-r--r-- | net/gotify-server/Makefile | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/net/gotify-server/Makefile b/net/gotify-server/Makefile index 791b99b9f633..847297c6347f 100644 --- a/net/gotify-server/Makefile +++ b/net/gotify-server/Makefile @@ -1,5 +1,5 @@ PORTNAME= gotify-server -PORTVERSION= 2.6.1 +PORTVERSION= 2.6.3 DISTVERSIONPREFIX= v PORTREVISION= 3 CATEGORIES= net @@ -13,9 +13,11 @@ 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.22 nodejs:build +USES= go:modules,1.24 nodejs:build USE_RC_SUBR= gotify_server GO_MODULE= github.com/gotify/server/v2 @@ -70,9 +72,9 @@ post-install: # To update # 1. comment DISTFILES # 2. Run 'make makesum' -# 3. Uncomment DITSFILES -# 4. Run 'make make-yarn-cache' -# 5. Upload yarn cache +# 3. Run 'make make-yarn-cache' +# 4. Upload yarn cache +# 5. Uncomment DITSFILES # 6. Run 'make makesum' make-yarn-cache: patch |