diff options
author | jbeich <jbeich@FreeBSD.org> | 2017-08-08 02:22:51 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2017-08-08 02:22:51 +0800 |
commit | e36d5ce143ad4d311b4aa7499fd6c6cfd351bfe8 (patch) | |
tree | 1fd44a71344d53ed54371d34f46277a5a92d17e1 /Mk | |
parent | 198e40ad0d02252dea794c79892d39826a24d819 (diff) | |
download | freebsd-ports-gnome-e36d5ce143ad4d311b4aa7499fd6c6cfd351bfe8.tar.gz freebsd-ports-gnome-e36d5ce143ad4d311b4aa7499fd6c6cfd351bfe8.tar.zst freebsd-ports-gnome-e36d5ce143ad4d311b4aa7499fd6c6cfd351bfe8.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')
-rw-r--r-- | Mk/Uses/gecko.mk | 4 |
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 |