diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2017-01-17 20:44:42 +0800 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2017-01-17 20:44:42 +0800 |
commit | 6f94eef63acb2996e2d1ca20423ecfafa023fb76 (patch) | |
tree | 3702b58a531e9b9d368e257df3258e0a5e44e6e8 /Mk/bsd.gecko.mk | |
parent | cfae30430381f1a859887bafcaf07cc6b566bd8a (diff) | |
download | freebsd-ports-gnome-6f94eef63acb2996e2d1ca20423ecfafa023fb76.tar.gz freebsd-ports-gnome-6f94eef63acb2996e2d1ca20423ecfafa023fb76.tar.zst freebsd-ports-gnome-6f94eef63acb2996e2d1ca20423ecfafa023fb76.zip |
www/firefox: update to 51.0 (rc1)
More candidates are likely to come before the official announcement (aka
the rush hour) scheduled on 2017-01-24. This one intended to pick up upstream
security fixes earlier while looking for downstream regressions.
Changes: https://www.mozilla.org/firefox/51.0/releasenotes/
Security: e60169c4-aa86-46b0-8ae2-0d81f683df09
MFH: 2017Q1 (piling up)
Diffstat (limited to 'Mk/bsd.gecko.mk')
-rw-r--r-- | Mk/bsd.gecko.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Mk/bsd.gecko.mk b/Mk/bsd.gecko.mk index f7746622ed3a..190ea8b21c4f 100644 --- a/Mk/bsd.gecko.mk +++ b/Mk/bsd.gecko.mk @@ -387,6 +387,9 @@ post-patch-SNDIO-on: .if ${PORT_OPTIONS:MRUST} BUILD_DEPENDS+= rustc:${RUST_PORT} +. if ${MOZILLA_VER:R:R} >= 51 +BUILD_DEPENDS+= cargo:devel/cargo +. endif RUST_PORT?= lang/rust MOZ_OPTIONS+= --enable-rust .else |