diff options
Diffstat (limited to 'www/pocket-id/Makefile')
-rw-r--r-- | www/pocket-id/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/www/pocket-id/Makefile b/www/pocket-id/Makefile index 641ca2d03c15..671ec985412c 100644 --- a/www/pocket-id/Makefile +++ b/www/pocket-id/Makefile @@ -1,9 +1,9 @@ PORTNAME= pocket-id DISTVERSIONPREFIX= v -DISTVERSION= 1.4.0 +DISTVERSION= 1.6.4 CATEGORIES= www MASTER_SITES= LOCAL/dtxdf/${PORTNAME}/ -DISTFILES= ${PORTNAME}-${DISTVERSION}.frontend${EXTRACT_SUFX} +DISTFILES= ${PORTNAME}-${DISTVERSIONPREFIX}${DISTVERSION}.frontend${EXTRACT_SUFX} MAINTAINER= dtxdf@FreeBSD.org COMMENT= OIDC provider that allows users to authenticate with their passkeys @@ -11,6 +11,8 @@ WWW= https://pocket-id.org LICENSE= BSD2CLAUSE +BROKEN_i386= cannot use int64(off) (value of type int64) as int32 value in assignment + USES= go:modules USE_GITHUB= yes USE_RC_SUBR= ${PORTNAME} |