diff options
author | jbeich <jbeich@FreeBSD.org> | 2015-08-07 20:02:41 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2015-08-07 20:02:41 +0800 |
commit | 38d2f168ce694b50454c27e5fe7417235a269628 (patch) | |
tree | 36a5f5226e42147f53e3be8dd0a8d76899d98ece /Mk | |
parent | 21566c8a107d54e9cd5ffda780ce1b489f275a3a (diff) | |
download | freebsd-ports-gnome-38d2f168ce694b50454c27e5fe7417235a269628.tar.gz freebsd-ports-gnome-38d2f168ce694b50454c27e5fe7417235a269628.tar.zst freebsd-ports-gnome-38d2f168ce694b50454c27e5fe7417235a269628.zip |
- Update Firefox to 40.0
- Update Firefox ESR and libxul to 38.2.0
Changes: https://www.mozilla.org/firefox/40.0/releasenotes/
Changes: https://www.mozilla.org/firefox/38.2.0/releasenotes/
MFH: 2015Q3
Diffstat (limited to 'Mk')
-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 e21db282b789..b1d2de2b7188 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 39 +_GECKO_VERSIONS= 38 40 _GECKO_TYPE= firefox # Dependence lines for different Firefox versions 38_DEPENDS= ${LOCALBASE}/lib/firefox/firefox:${PORTSDIR}/www/firefox-esr -39_DEPENDS= ${LOCALBASE}/lib/firefox/firefox:${PORTSDIR}/www/firefox +40_DEPENDS= ${LOCALBASE}/lib/firefox/firefox:${PORTSDIR}/www/firefox .if exists(${LOCALBASE}/bin/firefox) _GECKO_INSTALLED_VER!= ${LOCALBASE}/bin/firefox --version 2>/dev/null |