diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2018-06-19 08:37:43 +0800 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2018-06-19 08:37:43 +0800 |
commit | a07c15747d5038844291fa7c5ac960bde4b77c33 (patch) | |
tree | 4f741d267ec65b2514ca1298d4dc5b8dd2e6aaee /Mk/Uses | |
parent | 32813b878b81a543f4ca1f8bbe7f83b87fb57d1d (diff) | |
download | freebsd-ports-gnome-a07c15747d5038844291fa7c5ac960bde4b77c33.tar.gz freebsd-ports-gnome-a07c15747d5038844291fa7c5ac960bde4b77c33.tar.zst freebsd-ports-gnome-a07c15747d5038844291fa7c5ac960bde4b77c33.zip |
www/firefox: update to 61.0
- Drop DTRACE option, as it no longer builds
https://bugzilla.mozilla.org/show_bug.cgi?id=1448659
https://bugzilla.mozilla.org/show_bug.cgi?id=702179#c33
- Stop using system hunspell per
https://bugzilla.mozilla.org/show_bug.cgi?id=1460600
Changes: https://www.mozilla.org/firefox/61.0/releasenotes/
PR: 227850
Security: cd81806c-26e7-4d4a-8425-02724a2f48af
MFH: 2018Q2
Differential Revision: https://reviews.freebsd.org/D15227
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 72805889a19f..00f418c7a7d8 100644 --- a/Mk/Uses/gecko.mk +++ b/Mk/Uses/gecko.mk @@ -37,12 +37,12 @@ RUN_DEPENDS+= libxul>=45:www/libxul .elif ${gecko_ARGS:Mfirefox} _GECKO_DEFAULT_VERSION= 52 -_GECKO_VERSIONS= 52 60 +_GECKO_VERSIONS= 52 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 +61_DEPENDS= ${LOCALBASE}/lib/firefox/firefox:www/firefox .if exists(${LOCALBASE}/bin/firefox) _GECKO_INSTALLED_VER!= ${PKG_QUERY} %v firefox firefox-esr |