diff options
Diffstat (limited to 'www/librewolf/Makefile')
-rw-r--r-- | www/librewolf/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/librewolf/Makefile b/www/librewolf/Makefile index 9755ac501a2e..6510de0e8f33 100644 --- a/www/librewolf/Makefile +++ b/www/librewolf/Makefile @@ -1,7 +1,8 @@ PORTNAME= librewolf -DISTVERSION= 141.0.3 +DISTVERSION= 142.0.1 LWPATCH= -1 DISTVERSIONSUFFIX= ${LWPATCH}.source +PORTREVISION= 1 CATEGORIES= www wayland MASTER_SITES= https://gitlab.com/api/v4/projects/32320088/packages/generic/${PORTNAME}-source/${DISTVERSION}${LWPATCH}/ @@ -13,7 +14,7 @@ LICENSE= MPL20 LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= nspr>=4.32:devel/nspr \ - nss>=3.112:security/nss \ + nss>=3.114:security/nss \ icu>=76.1:devel/icu \ libevent>=2.1.8:devel/libevent \ harfbuzz>=10.1.0:print/harfbuzz \ |