aboutsummaryrefslogtreecommitdiffstats
path: root/Mk
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2018-06-20 08:22:05 +0800
committerJan Beich <jbeich@FreeBSD.org>2018-06-20 08:22:05 +0800
commitd623046854c9d6f5062710279703e957ddf5dd32 (patch)
treeec944312130946744c46c30fb7feaf399b6a589d /Mk
parent1ffba2ac4cb0152f6bea9c944279dd0c9b399151 (diff)
downloadfreebsd-ports-gnome-d623046854c9d6f5062710279703e957ddf5dd32.tar.gz
freebsd-ports-gnome-d623046854c9d6f5062710279703e957ddf5dd32.tar.zst
freebsd-ports-gnome-d623046854c9d6f5062710279703e957ddf5dd32.zip
www/firefox-esr: update to 60.1.0
Changes: https://www.mozilla.org/firefox/60.1.0/releasenotes/
Diffstat (limited to 'Mk')
-rw-r--r--Mk/Uses/gecko.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/Mk/Uses/gecko.mk b/Mk/Uses/gecko.mk
index 00f418c7a7d8..5cf120e5b794 100644
--- a/Mk/Uses/gecko.mk
+++ b/Mk/Uses/gecko.mk
@@ -36,12 +36,12 @@ RUN_DEPENDS+= libxul>=45:www/libxul
.elif ${gecko_ARGS:Mfirefox}
-_GECKO_DEFAULT_VERSION= 52
-_GECKO_VERSIONS= 52 61
+_GECKO_DEFAULT_VERSION= 60
+_GECKO_VERSIONS= 60 61
_GECKO_TYPE= firefox
# Dependence lines for different Firefox versions
-52_DEPENDS= ${LOCALBASE}/lib/firefox/firefox:www/firefox-esr
+60_DEPENDS= ${LOCALBASE}/lib/firefox/firefox:www/firefox-esr
61_DEPENDS= ${LOCALBASE}/lib/firefox/firefox:www/firefox
.if exists(${LOCALBASE}/bin/firefox)