diff options
author | jbeich <jbeich@FreeBSD.org> | 2017-11-15 03:04:44 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2017-11-15 03:04:44 +0800 |
commit | c7e3806384296b9ca776db951e4a76c91f6aae1b (patch) | |
tree | d0bbc8aaad1216e11badc746f6c83eaf42ec88cf /Mk | |
parent | dc35789b1bca580e756af2002de30c86a36abd21 (diff) | |
download | freebsd-ports-gnome-c7e3806384296b9ca776db951e4a76c91f6aae1b.tar.gz freebsd-ports-gnome-c7e3806384296b9ca776db951e4a76c91f6aae1b.tar.zst freebsd-ports-gnome-c7e3806384296b9ca776db951e4a76c91f6aae1b.zip |
www/firefox: update to 57.0 (marketed as "Firefox Quantum")
Not a MFH candidate due to POLA violation per redesigned UI, broken
legacy addons and auto-reviewed new addons.
Changes: https://www.mozilla.org/firefox/57.0/releasenotes/
PR: 222693
Tested by: pi, tobik, TrueOS
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 1be490172a79..432c60edd28e 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 56 +_GECKO_VERSIONS= 52 57 _GECKO_TYPE= firefox # Dependence lines for different Firefox versions 52_DEPENDS= ${LOCALBASE}/lib/firefox/firefox:www/firefox-esr -56_DEPENDS= ${LOCALBASE}/lib/firefox/firefox:www/firefox +57_DEPENDS= ${LOCALBASE}/lib/firefox/firefox:www/firefox .if exists(${LOCALBASE}/bin/firefox) _GECKO_INSTALLED_VER!= ${LOCALBASE}/bin/firefox --version 2>/dev/null |