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 /dns | |
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 'dns')
-rw-r--r-- | dns/doh-proxy/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dns/doh-proxy/Makefile b/dns/doh-proxy/Makefile index c3a94ea284e9..9e2c3e671958 100644 --- a/dns/doh-proxy/Makefile +++ b/dns/doh-proxy/Makefile @@ -3,6 +3,7 @@ PORTNAME= doh-proxy DISTVERSION= 0.1.12 +PORTREVISION= 1 CATEGORIES= dns MAINTAINER= mat@FreeBSD.org |