diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-09-27 17:35:20 +0800 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-09-27 17:35:20 +0800 |
commit | deaa22d85c723390e0a8a8d18d783d82f9a07dcc (patch) | |
tree | 8f6d2407afa434eb97adf4d5cae76c4fd1897123 /dns | |
parent | 3362bfdd01e4eb0461404cd0b9202132a26d27da (diff) | |
download | freebsd-ports-gnome-deaa22d85c723390e0a8a8d18d783d82f9a07dcc.tar.gz freebsd-ports-gnome-deaa22d85c723390e0a8a8d18d783d82f9a07dcc.tar.zst freebsd-ports-gnome-deaa22d85c723390e0a8a8d18d783d82f9a07dcc.zip |
lang/rust: Update to 1.38.0
- 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/09/26/Rust-1.38.0.html
Tested by: jbeich, mikael.urankar@gmail.com, tobik
With hat: rust
Differential Revision: https://reviews.freebsd.org/D21778
Diffstat (limited to 'dns')
-rw-r--r-- | dns/doh-proxy/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/doh-proxy/Makefile b/dns/doh-proxy/Makefile index 288fb92905ee..bfa924e0d66a 100644 --- a/dns/doh-proxy/Makefile +++ b/dns/doh-proxy/Makefile @@ -3,7 +3,7 @@ PORTNAME= doh-proxy DISTVERSION= 0.1.19 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= dns MAINTAINER= mat@FreeBSD.org |