diff options
author | jbeich <jbeich@FreeBSD.org> | 2018-01-16 05:32:32 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2018-01-16 05:32:32 +0800 |
commit | 36935e0af92a33dd0ec40c905479db0ac63294f2 (patch) | |
tree | eadfde3f0a21ca4fb9bcf246682d071c48a60a8a /Mk/Uses | |
parent | c4e2c800e58984842da03bdec83213edacd9ff73 (diff) | |
download | freebsd-ports-gnome-36935e0af92a33dd0ec40c905479db0ac63294f2.tar.gz freebsd-ports-gnome-36935e0af92a33dd0ec40c905479db0ac63294f2.tar.zst freebsd-ports-gnome-36935e0af92a33dd0ec40c905479db0ac63294f2.zip |
www/firefox: update to 58.0
Changes: https://www.mozilla.org/firefox/58.0/releasenotes/
PR: 223425
Tested by: Greg V, tobik
Security: a891c5b4-3d7a-4de9-9c71-eef3fd698c77
MFH: 2018Q1 (piling up)
Diffstat (limited to 'Mk/Uses')
-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 432c60edd28e..3afb4c50583b 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 57 +_GECKO_VERSIONS= 52 58 _GECKO_TYPE= firefox # Dependence lines for different Firefox versions 52_DEPENDS= ${LOCALBASE}/lib/firefox/firefox:www/firefox-esr -57_DEPENDS= ${LOCALBASE}/lib/firefox/firefox:www/firefox +58_DEPENDS= ${LOCALBASE}/lib/firefox/firefox:www/firefox .if exists(${LOCALBASE}/bin/firefox) _GECKO_INSTALLED_VER!= ${LOCALBASE}/bin/firefox --version 2>/dev/null |