aboutsummaryrefslogtreecommitdiff
path: root/Mk
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2017-04-11 21:25:36 +0000
committerJan Beich <jbeich@FreeBSD.org>2017-04-11 21:25:36 +0000
commit894be6cfc9878f1479e6928fa231cfa0c517852c (patch)
treee8ed1411ddb35ec27382c95c1398d6d3d82114db /Mk
parent9517dea4341f4850bd460fa2ebaa029a864520f5 (diff)
downloadports-894be6cfc9878f1479e6928fa231cfa0c517852c.tar.gz
ports-894be6cfc9878f1479e6928fa231cfa0c517852c.zip
www/firefox-esr: update to 52.1.0 (rc1)
Changes: https://www.mozilla.org/firefox/52.1.0/releasenotes/ Changes: https://hg.mozilla.org/releases/mozilla-esr52/shortlog Security: 5e0a038a-ca30-416d-a2f5-38cbf5e7df33 MFH: 2017Q2
Notes
Notes: svn path=/head/; revision=438316
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 54ea6738de2e..46cc66c66f39 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= 45
-_GECKO_VERSIONS= 45 53
+_GECKO_DEFAULT_VERSION= 52
+_GECKO_VERSIONS= 52 53
_GECKO_TYPE= firefox
# Dependence lines for different Firefox versions
-45_DEPENDS= ${LOCALBASE}/lib/firefox/firefox:www/firefox-esr
+52_DEPENDS= ${LOCALBASE}/lib/firefox/firefox:www/firefox-esr
53_DEPENDS= ${LOCALBASE}/lib/firefox/firefox:www/firefox
.if exists(${LOCALBASE}/bin/firefox)