diff options
author | jbeich <jbeich@FreeBSD.org> | 2018-03-06 08:56:50 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2018-03-06 08:56:50 +0800 |
commit | 9f6b7d2222fdc488dfd1da919c6d24e952d963ed (patch) | |
tree | 32fa9c838261bad2a104565be4a8392da33719c3 /Mk | |
parent | 2610cadaf9c37a88858c8fb2954769ea910cbe60 (diff) | |
download | freebsd-ports-gnome-9f6b7d2222fdc488dfd1da919c6d24e952d963ed.tar.gz freebsd-ports-gnome-9f6b7d2222fdc488dfd1da919c6d24e952d963ed.tar.zst freebsd-ports-gnome-9f6b7d2222fdc488dfd1da919c6d24e952d963ed.zip |
www/firefox: update to 59.0
Changes: https://www.mozilla.org/firefox/59.0/releasenotes/
Security: c71cdc95-3c18-45b7-866a-af28b59aabb5
MFH: 2018Q1
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/Uses/gecko.mk | 4 | ||||
-rw-r--r-- | Mk/bsd.gecko.mk | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/Mk/Uses/gecko.mk b/Mk/Uses/gecko.mk index 3afb4c50583b..d07d0a07c4fe 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 58 +_GECKO_VERSIONS= 52 59 _GECKO_TYPE= firefox # Dependence lines for different Firefox versions 52_DEPENDS= ${LOCALBASE}/lib/firefox/firefox:www/firefox-esr -58_DEPENDS= ${LOCALBASE}/lib/firefox/firefox:www/firefox +59_DEPENDS= ${LOCALBASE}/lib/firefox/firefox:www/firefox .if exists(${LOCALBASE}/bin/firefox) _GECKO_INSTALLED_VER!= ${LOCALBASE}/bin/firefox --version 2>/dev/null diff --git a/Mk/bsd.gecko.mk b/Mk/bsd.gecko.mk index 9c6f7c9d565d..e7cabd965629 100644 --- a/Mk/bsd.gecko.mk +++ b/Mk/bsd.gecko.mk @@ -383,7 +383,7 @@ post-patch-SNDIO-on: .endif .if ${PORT_OPTIONS:MRUST} || ${MOZILLA_VER:R:R} >= 54 -BUILD_DEPENDS+= ${RUST_PORT:T}>=1.21.0:${RUST_PORT} +BUILD_DEPENDS+= ${RUST_PORT:T}>=1.22.1:${RUST_PORT} RUST_PORT?= lang/rust . if ${MOZILLA_VER:R:R} < 54 MOZ_OPTIONS+= --enable-rust |