diff options
Diffstat (limited to 'www/gatus/Makefile')
-rw-r--r-- | www/gatus/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/www/gatus/Makefile b/www/gatus/Makefile index f74eaf42dc05..6ff7f5bc98f2 100644 --- a/www/gatus/Makefile +++ b/www/gatus/Makefile @@ -1,6 +1,7 @@ PORTNAME= gatus DISTVERSIONPREFIX= v -DISTVERSION= 5.24.0 +DISTVERSION= 5.26.0 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= LOCAL/dtxdf/${PORTNAME}/ DISTFILES= ${PORTNAME}-${DISTVERSIONPREFIX}${DISTVERSION}.vendor${EXTRACT_SUFX} @@ -12,17 +13,19 @@ WWW= https://gatus.io LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_i386= cannot use int64(off) (value of type int64) as int32 value in assignment + USES= go:modules USE_GITHUB= yes GH_ACCOUNT= TwiN USE_RC_SUBR= ${PORTNAME} +SUB_LIST= USER=${GATUS_USER} + PLIST_FILES= bin/${PORTNAME} \ "@sample etc/${PORTNAME}.yaml.sample" -SUB_LIST= USER=${GATUS_USER} - GATUS_USER= www post-extract: |