svn commit: r515570 - head/www/firefox

Jan Beich jbeich at FreeBSD.org
Fri Oct 25 01:03:33 UTC 2019


Author: jbeich
Date: Fri Oct 25 01:03:32 2019
New Revision: 515570
URL: https://svnweb.freebsd.org/changeset/ports/515570

Log:
  www/firefox: bump minimum dependencies

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

Modified: head/www/firefox/Makefile
==============================================================================
--- head/www/firefox/Makefile	Thu Oct 24 23:06:21 2019	(r515569)
+++ head/www/firefox/Makefile	Fri Oct 25 01:03:32 2019	(r515570)
@@ -14,14 +14,14 @@ MAINTAINER=	gecko at FreeBSD.org
 COMMENT=	Web browser based on the browser portion of Mozilla
 
 BUILD_DEPENDS=	nspr>=4.21:devel/nspr \
-		nss>=3.45:security/nss \
-		icu>=63.1,1:devel/icu \
+		nss>=3.46.1:security/nss \
+		icu>=64.1,1:devel/icu \
 		libevent>=2.1.8:devel/libevent \
 		harfbuzz>=2.6.1:print/harfbuzz \
 		graphite2>=1.3.13:graphics/graphite2 \
 		png>=1.6.35:graphics/png \
 		libvpx>=1.5.0:multimedia/libvpx \
-		sqlite3>=3.28.0:databases/sqlite3 \
+		sqlite3>=3.29.0:databases/sqlite3 \
 		${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} \
 		v4l_compat>0:multimedia/v4l_compat \
 		autoconf-2.13:devel/autoconf213 \


More information about the svn-ports-head mailing list