svn commit: r515571 - branches/2019Q4/www/firefox

Jan Beich jbeich at FreeBSD.org
Fri Oct 25 01:04:08 UTC 2019


Author: jbeich
Date: Fri Oct 25 01:04:07 2019
New Revision: 515571
URL: https://svnweb.freebsd.org/changeset/ports/515571

Log:
  MFH: r515570
  
  www/firefox: bump minimum dependencies
  
  Approved by:	ports-secteam blanket

Modified:
  branches/2019Q4/www/firefox/Makefile
Directory Properties:
  branches/2019Q4/   (props changed)

Modified: branches/2019Q4/www/firefox/Makefile
==============================================================================
--- branches/2019Q4/www/firefox/Makefile	Fri Oct 25 01:03:32 2019	(r515570)
+++ branches/2019Q4/www/firefox/Makefile	Fri Oct 25 01:04:07 2019	(r515571)
@@ -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-branches mailing list