git: a6ecf0eccb01 - main - www/firefox: fix dependency nss minimum version
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 27 Aug 2024 21:10:21 UTC
The branch main has been updated by cmt: URL: https://cgit.FreeBSD.org/ports/commit/?id=a6ecf0eccb01f010cf5a75fa22a3c35b5448573e commit a6ecf0eccb01f010cf5a75fa22a3c35b5448573e 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:08:55 +0000 www/firefox: fix dependency nss minimum version oversight during merge --- 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 \