Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Mar 2021 00:56:05 +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: r568900 - in head: Mk www/firefox www/firefox/files
Message-ID:  <202103210056.12L0u55n015428@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Sun Mar 21 00:56:05 2021
New Revision: 568900
URL: https://svnweb.freebsd.org/changeset/ports/568900

Log:
  www/firefox: bump minimum dependencies after r568897

Modified:
  head/Mk/bsd.gecko.mk   (contents, props changed)
  head/www/firefox/Makefile   (contents, props changed)
  head/www/firefox/files/patch-bug847568   (contents, props changed)

Modified: head/Mk/bsd.gecko.mk
==============================================================================
--- head/Mk/bsd.gecko.mk	Sun Mar 21 00:53:50 2021	(r568899)
+++ head/Mk/bsd.gecko.mk	Sun Mar 21 00:56:05 2021	(r568900)
@@ -77,7 +77,7 @@ BINARY_ALIAS+=	python3=${PYTHON_CMD}
 BUNDLE_LIBS=	yes
 
 BUILD_DEPENDS+=	llvm${LLVM_DEFAULT}>0:devel/llvm${LLVM_DEFAULT} \
-				rust-cbindgen>=0.15.0:devel/rust-cbindgen \
+				rust-cbindgen>=0.16.0:devel/rust-cbindgen \
 				${RUST_DEFAULT}>=1.50:lang/${RUST_DEFAULT} \
 				node:www/node
 LIB_DEPENDS+=	libdrm.so:graphics/libdrm

Modified: head/www/firefox/Makefile
==============================================================================
--- head/www/firefox/Makefile	Sun Mar 21 00:53:50 2021	(r568899)
+++ head/www/firefox/Makefile	Sun Mar 21 00:56:05 2021	(r568900)
@@ -13,10 +13,10 @@ MAINTAINER=	gecko@FreeBSD.org
 COMMENT=	Web browser based on the browser portion of Mozilla
 
 BUILD_DEPENDS=	nspr>=4.26:devel/nspr \
-		nss>=3.58:security/nss \
+		nss>=3.62:security/nss \
 		icu>=67.1,1:devel/icu \
 		libevent>=2.1.8:devel/libevent \
-		harfbuzz>=2.6.8:print/harfbuzz \
+		harfbuzz>=2.7.4:print/harfbuzz \
 		graphite2>=1.3.14:graphics/graphite2 \
 		png>=1.6.35:graphics/png \
 		libvpx>=1.8.2:multimedia/libvpx \

Modified: head/www/firefox/files/patch-bug847568
==============================================================================
--- head/www/firefox/files/patch-bug847568	Sun Mar 21 00:53:50 2021	(r568899)
+++ head/www/firefox/files/patch-bug847568	Sun Mar 21 00:56:05 2021	(r568900)
@@ -278,7 +278,7 @@ index 9297e4d6f501..d8e273887e4b 100644
 +option("--with-system-harfbuzz",
 +       help="Use system harfbuzz (located with pkgconfig)")
 +
-+system_harfbuzz = pkg_check_modules("MOZ_HARFBUZZ", "harfbuzz >= 2.6.8",
++system_harfbuzz = pkg_check_modules("MOZ_HARFBUZZ", "harfbuzz >= 2.7.4",
 +                                    when="--with-system-harfbuzz")
 +
 +set_config("MOZ_SYSTEM_HARFBUZZ", depends_if(system_harfbuzz)(lambda _: True))



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