diff options
author | jbeich <jbeich@FreeBSD.org> | 2015-12-19 18:49:09 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2015-12-19 18:49:09 +0800 |
commit | de51f86e4424882877000f8c30a034b77807bf54 (patch) | |
tree | 442e1d80ae3d907d98e5074c9d25b8557f6bb19b /Mk/Uses | |
parent | 74f92aeb2e2510877a674bafbb6fe9abd758b868 (diff) | |
download | freebsd-ports-gnome-de51f86e4424882877000f8c30a034b77807bf54.tar.gz freebsd-ports-gnome-de51f86e4424882877000f8c30a034b77807bf54.tar.zst freebsd-ports-gnome-de51f86e4424882877000f8c30a034b77807bf54.zip |
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 <cmt@burggraben.net>
Security: 2c2d1c39-1396-459a-91f5-ca03ee7c64c6
MFH: 2015Q4
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 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 |