From 9f6b7d2222fdc488dfd1da919c6d24e952d963ed Mon Sep 17 00:00:00 2001 From: jbeich Date: Tue, 6 Mar 2018 00:56:50 +0000 Subject: www/firefox: update to 59.0 Changes: https://www.mozilla.org/firefox/59.0/releasenotes/ Security: c71cdc95-3c18-45b7-866a-af28b59aabb5 MFH: 2018Q1 --- Mk/Uses/gecko.mk | 4 ++-- Mk/bsd.gecko.mk | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'Mk') diff --git a/Mk/Uses/gecko.mk b/Mk/Uses/gecko.mk index 3afb4c50583b..d07d0a07c4fe 100644 --- a/Mk/Uses/gecko.mk +++ b/Mk/Uses/gecko.mk @@ -37,12 +37,12 @@ RUN_DEPENDS+= libxul>=45:www/libxul .elif ${gecko_ARGS:Mfirefox} _GECKO_DEFAULT_VERSION= 52 -_GECKO_VERSIONS= 52 58 +_GECKO_VERSIONS= 52 59 _GECKO_TYPE= firefox # Dependence lines for different Firefox versions 52_DEPENDS= ${LOCALBASE}/lib/firefox/firefox:www/firefox-esr -58_DEPENDS= ${LOCALBASE}/lib/firefox/firefox:www/firefox +59_DEPENDS= ${LOCALBASE}/lib/firefox/firefox:www/firefox .if exists(${LOCALBASE}/bin/firefox) _GECKO_INSTALLED_VER!= ${LOCALBASE}/bin/firefox --version 2>/dev/null diff --git a/Mk/bsd.gecko.mk b/Mk/bsd.gecko.mk index 9c6f7c9d565d..e7cabd965629 100644 --- a/Mk/bsd.gecko.mk +++ b/Mk/bsd.gecko.mk @@ -383,7 +383,7 @@ post-patch-SNDIO-on: .endif .if ${PORT_OPTIONS:MRUST} || ${MOZILLA_VER:R:R} >= 54 -BUILD_DEPENDS+= ${RUST_PORT:T}>=1.21.0:${RUST_PORT} +BUILD_DEPENDS+= ${RUST_PORT:T}>=1.22.1:${RUST_PORT} RUST_PORT?= lang/rust . if ${MOZILLA_VER:R:R} < 54 MOZ_OPTIONS+= --enable-rust -- cgit