svn commit: r472730 - head/www/firefox

Jan Beich jbeich at FreeBSD.org
Tue Jun 19 00:44:28 UTC 2018


Author: jbeich
Date: Tue Jun 19 00:44:27 2018
New Revision: 472730
URL: https://svnweb.freebsd.org/changeset/ports/472730

Log:
  www/firefox: chase nss version requirement

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

Modified: head/www/firefox/Makefile
==============================================================================
--- head/www/firefox/Makefile	Tue Jun 19 00:39:21 2018	(r472729)
+++ head/www/firefox/Makefile	Tue Jun 19 00:44:27 2018	(r472730)
@@ -13,7 +13,7 @@ MAINTAINER=	gecko at FreeBSD.org
 COMMENT=	Web browser based on the browser portion of Mozilla
 
 BUILD_DEPENDS=	nspr>=4.19:devel/nspr \
-		nss>=3.37:security/nss \
+		nss>=3.37.3:security/nss \
 		icu>=59.1,1:devel/icu \
 		libevent>=2.1.8:devel/libevent \
 		harfbuzz>=1.7.6:print/harfbuzz \


More information about the svn-ports-all mailing list