From fa0a901bee5d345725bebca3d11384337b052d4d Mon Sep 17 00:00:00 2001 From: jbeich Date: Mon, 7 Aug 2017 18:22:51 +0000 Subject: www/firefox: update to 55.0 This is the last release to support RUST=off. Later versions remove non-Rust codepaths e.g., via encoding_rs. Changes: https://www.mozilla.org/firefox/55.0/releasenotes/ PR: 216541 219963 Security: 555b244e-6b20-4546-851f-d8eb7d6c1ffa MFH: 2017Q3 --- Mk/Uses/gecko.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Mk/Uses') diff --git a/Mk/Uses/gecko.mk b/Mk/Uses/gecko.mk index 8ce100dc6937..691bd5aaa827 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 54 +_GECKO_VERSIONS= 52 55 _GECKO_TYPE= firefox # Dependence lines for different Firefox versions 52_DEPENDS= ${LOCALBASE}/lib/firefox/firefox:www/firefox-esr -54_DEPENDS= ${LOCALBASE}/lib/firefox/firefox:www/firefox +55_DEPENDS= ${LOCALBASE}/lib/firefox/firefox:www/firefox .if exists(${LOCALBASE}/bin/firefox) _GECKO_INSTALLED_VER!= ${LOCALBASE}/bin/firefox --version 2>/dev/null -- cgit