git: e989d42c2b4c - 2024Q3 - www/firefox: fix dependency nss minimum version
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 27 Aug 2024 21:10:53 UTC
The branch 2024Q3 has been updated by cmt: URL: https://cgit.FreeBSD.org/ports/commit/?id=e989d42c2b4c7f7adc1bcddbfc9be9657cb71dab commit e989d42c2b4c7f7adc1bcddbfc9be9657cb71dab Author: Christoph Moench-Tegeder <cmt@FreeBSD.org> AuthorDate: 2024-08-27 21:08:55 +0000 Commit: Christoph Moench-Tegeder <cmt@FreeBSD.org> CommitDate: 2024-08-27 21:10:42 +0000 www/firefox: fix dependency nss minimum version oversight during merge (cherry picked from commit a6ecf0eccb01f010cf5a75fa22a3c35b5448573e) --- www/firefox/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/firefox/Makefile b/www/firefox/Makefile index d9da685be40e..174816041e3a 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -11,7 +11,7 @@ COMMENT= Web browser based on the browser portion of Mozilla WWW= https://www.mozilla.com/firefox BUILD_DEPENDS= nspr>=4.32:devel/nspr \ - nss>=3.102:security/nss \ + nss>=3.103:security/nss \ icu>=73.1:devel/icu \ libevent>=2.1.8:devel/libevent \ harfbuzz>=9.0.0:print/harfbuzz \