diff options
Diffstat (limited to 'finance/homebox/Makefile')
-rw-r--r-- | finance/homebox/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/finance/homebox/Makefile b/finance/homebox/Makefile index 82e6f3bea236..98973dd06a71 100644 --- a/finance/homebox/Makefile +++ b/finance/homebox/Makefile @@ -1,6 +1,7 @@ PORTNAME= homebox DISTVERSIONPREFIX= v DISTVERSION= 0.20.2 +PORTREVISION= 1 CATEGORIES= finance MASTER_SITES= LOCAL/dtxdf/${PORTNAME}/ DISTFILES= ${PORTNAME}-${DISTVERSION}.frontend${EXTRACT_SUFX} @@ -11,6 +12,8 @@ WWW= https://homebox.software LICENSE= AGPLv3 +BROKEN_i386= cannot use int64(off) (value of type int64) as int32 value in assignment + USES= go:modules USE_GITHUB= yes GH_ACCOUNT= sysadminsmedia |