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 /net-im | |
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 'net-im')
-rw-r--r-- | net-im/fractal/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-im/fractal/Makefile b/net-im/fractal/Makefile index bba72e8dc786..8c9bca9dce03 100644 --- a/net-im/fractal/Makefile +++ b/net-im/fractal/Makefile @@ -2,6 +2,7 @@ PORTNAME= fractal DISTVERSION= 4.0.0 +PORTREVISION= 1 CATEGORIES= net-im MASTER_SITES= https://gitlab.gnome.org/World/fractal/uploads/${GL_HASH}/ |