diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2020-03-31 20:32:40 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2020-03-31 20:32:40 +0000 |
commit | d3e69fc3a8db7194710230a9430fca7924a0c822 (patch) | |
tree | 1623b0d06a38a140a672f4154e331122bded2b8f /Mk | |
parent | 8475f26414c70ef12c3f2d9d323a8518e529b5f9 (diff) |
www/firefox: update to 75.0
Changes: https://www.mozilla.org/firefox/75.0/releasenotes/
PR: 244793
Security: 98c69f9a-856b-4180-8f0b-11846626c6cc
Differential Revision: https://reviews.freebsd.org/D24062
Notes
Notes:
svn path=/head/; revision=530013
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.gecko.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Mk/bsd.gecko.mk b/Mk/bsd.gecko.mk index de19143a02cb..7ccae4f38771 100644 --- a/Mk/bsd.gecko.mk +++ b/Mk/bsd.gecko.mk @@ -76,8 +76,8 @@ LDFLAGS+= -Wl,--as-needed BUNDLE_LIBS= yes BUILD_DEPENDS+= llvm${LLVM_DEFAULT}>0:devel/llvm${LLVM_DEFAULT} \ - rust-cbindgen>=0.13.0:devel/rust-cbindgen \ - ${RUST_DEFAULT}>=1.39:lang/${RUST_DEFAULT} \ + rust-cbindgen>=0.13.1:devel/rust-cbindgen \ + ${RUST_DEFAULT}>=1.41:lang/${RUST_DEFAULT} \ ${LOCALBASE}/bin/python${PYTHON3_DEFAULT}:lang/python${PYTHON3_DEFAULT:S/.//g} \ node:www/node MOZ_EXPORT+= ${CONFIGURE_ENV} \ |