aboutsummaryrefslogtreecommitdiffstats
path: root/Mk/Uses
diff options
context:
space:
mode:
authorjbeich <jbeich@FreeBSD.org>2017-08-08 02:22:51 +0800
committerKoop Mast <kwm@rainbow-runner.nl>2018-02-04 05:19:17 +0800
commitfa0a901bee5d345725bebca3d11384337b052d4d (patch)
treef2d1eea41f61988c348bacc01a103a7a0184b6b6 /Mk/Uses
parent5ff0db80e9e2589039c9d21bcf3688f903c54feb (diff)
downloadfreebsd-ports-gnome-fa0a901bee5d345725bebca3d11384337b052d4d.tar.gz
freebsd-ports-gnome-fa0a901bee5d345725bebca3d11384337b052d4d.tar.zst
freebsd-ports-gnome-fa0a901bee5d345725bebca3d11384337b052d4d.zip
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
Diffstat (limited to 'Mk/Uses')
-rw-r--r--Mk/Uses/gecko.mk4
1 files changed, 2 insertions, 2 deletions
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