Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Dec 2019 20:24:16 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r518874 - head/www/firefox
Message-ID:  <201912022024.xB2KOGHS062256@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Mon Dec  2 20:24:15 2019
New Revision: 518874
URL: https://svnweb.freebsd.org/changeset/ports/518874

Log:
  www/firefox: bump minimum nss/nspr after r518439
  
  Reported by:	mikael_ (via IRC)

Modified:
  head/www/firefox/Makefile   (contents, props changed)

Modified: head/www/firefox/Makefile
==============================================================================
--- head/www/firefox/Makefile	Mon Dec  2 20:05:25 2019	(r518873)
+++ head/www/firefox/Makefile	Mon Dec  2 20:24:15 2019	(r518874)
@@ -13,8 +13,8 @@ DISTFILES=	${DISTNAME}.source${EXTRACT_SUFX}
 MAINTAINER=	gecko@FreeBSD.org
 COMMENT=	Web browser based on the browser portion of Mozilla
 
-BUILD_DEPENDS=	nspr>=4.21:devel/nspr \
-		nss>=3.47:security/nss \
+BUILD_DEPENDS=	nspr>=4.23:devel/nspr \
+		nss>=3.47.1:security/nss \
 		icu>=64.1,1:devel/icu \
 		libevent>=2.1.8:devel/libevent \
 		harfbuzz>=2.6.2:print/harfbuzz \



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