git: eed9353afa2e - main - www/firefox: fix icu dependency version
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 26 May 2022 21:27:16 UTC
The branch main has been updated by cmt: URL: https://cgit.FreeBSD.org/ports/commit/?id=eed9353afa2ee4a61dd44b40b66e18130f9c27b0 commit eed9353afa2ee4a61dd44b40b66e18130f9c27b0 Author: Christoph Moench-Tegeder <cmt@FreeBSD.org> AuthorDate: 2022-05-26 21:25:56 +0000 Commit: Christoph Moench-Tegeder <cmt@FreeBSD.org> CommitDate: 2022-05-26 21:25:56 +0000 www/firefox: fix icu dependency version and add a warning not to mfh this until quarterly catches up --- www/firefox/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/www/firefox/Makefile b/www/firefox/Makefile index 31fd09b9e751..a2d323dde97a 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -11,9 +11,10 @@ DISTFILES= ${DISTNAME}.source${EXTRACT_SUFX} MAINTAINER= gecko@FreeBSD.org COMMENT= Web browser based on the browser portion of Mozilla +# Attention: 2022Q2 is still on icu 70 and uses the embedded ICU BUILD_DEPENDS= nspr>=4.32:devel/nspr \ nss>=3.78:security/nss \ - icu>=70.1:devel/icu \ + icu>=71.1:devel/icu \ libevent>=2.1.8:devel/libevent \ harfbuzz>=4.1.0:print/harfbuzz \ graphite2>=1.3.14:graphics/graphite2 \