Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Aug 2024 21:10:21 GMT
From:      Christoph Moench-Tegeder <cmt@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: a6ecf0eccb01 - main - www/firefox: fix dependency nss minimum version
Message-ID:  <202408272110.47RLALru009420@gitrepo.freebsd.org>

index | next in thread | raw e-mail

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 \


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202408272110.47RLALru009420>