diff options
author | tobik <tobik@FreeBSD.org> | 2019-04-12 03:39:28 +0800 |
---|---|---|
committer | tobik <tobik@FreeBSD.org> | 2019-04-12 03:39:28 +0800 |
commit | 0bea0275b3ff7a0f452b5be61a155f7091a9cddc (patch) | |
tree | f4c6e19cb8923b0d6c167e65a921d94116152de8 /mail/thunderbird | |
parent | 67d4085030f302ed69cb1946d8a57f3fb9c745c4 (diff) | |
download | freebsd-ports-gnome-0bea0275b3ff7a0f452b5be61a155f7091a9cddc.tar.gz freebsd-ports-gnome-0bea0275b3ff7a0f452b5be61a155f7091a9cddc.tar.zst freebsd-ports-gnome-0bea0275b3ff7a0f452b5be61a155f7091a9cddc.zip |
lang/rust: Update to 1.34.0
- Update devel/racer to latest version that can build with 1.34.0
- Drop no longer needed patch from textproc/ripgrep
- Force rebuild all consumers to catch regressions early
Thanks to Mikaƫl Urankar for providing updated bootstraps for
aarch64, armv6, armv7, powerpc64.
Changes: https://blog.rust-lang.org/2019/04/11/Rust-1.34.0.html
Reviewed by: jbeich
With hat: rust
Differential Revision: https://reviews.freebsd.org/D19850
Diffstat (limited to 'mail/thunderbird')
-rw-r--r-- | mail/thunderbird/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/thunderbird/Makefile b/mail/thunderbird/Makefile index f32e7cab28c2..b56470782902 100644 --- a/mail/thunderbird/Makefile +++ b/mail/thunderbird/Makefile @@ -3,7 +3,7 @@ PORTNAME= thunderbird DISTVERSION= 60.6.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail news net-im ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build2/source |