From de51f86e4424882877000f8c30a034b77807bf54 Mon Sep 17 00:00:00 2001 From: jbeich Date: Sat, 19 Dec 2015 10:49:09 +0000 Subject: www/firefox: update to 43.0.1 Changes: https://www.mozilla.org/en-US/firefox/43.0/releasenotes/ PR: 205357 Submitted by: Christoph Moench-Tegeder Security: 2c2d1c39-1396-459a-91f5-ca03ee7c64c6 MFH: 2015Q4 --- Mk/Uses/gecko.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Mk/Uses') diff --git a/Mk/Uses/gecko.mk b/Mk/Uses/gecko.mk index d9e8fc98a137..b5b0076033d8 100644 --- a/Mk/Uses/gecko.mk +++ b/Mk/Uses/gecko.mk @@ -37,12 +37,12 @@ RUN_DEPENDS+= libxul>=38:${PORTSDIR}/www/libxul .elif ${gecko_ARGS:Mfirefox} _GECKO_DEFAULT_VERSION= 38 -_GECKO_VERSIONS= 38 42 +_GECKO_VERSIONS= 38 43 _GECKO_TYPE= firefox # Dependence lines for different Firefox versions 38_DEPENDS= ${LOCALBASE}/lib/firefox/firefox:${PORTSDIR}/www/firefox-esr -42_DEPENDS= ${LOCALBASE}/lib/firefox/firefox:${PORTSDIR}/www/firefox +43_DEPENDS= ${LOCALBASE}/lib/firefox/firefox:${PORTSDIR}/www/firefox .if exists(${LOCALBASE}/bin/firefox) _GECKO_INSTALLED_VER!= ${LOCALBASE}/bin/firefox --version 2>/dev/null -- cgit