diff options
author | jbeich <jbeich@FreeBSD.org> | 2018-09-29 01:59:24 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2018-09-29 01:59:24 +0800 |
commit | 8e3d3a74d6b12f4ddb0c07b6cac15016425b15f3 (patch) | |
tree | 06b1070355511022368b25b61d3b40d9436d1039 /dns | |
parent | f20aead1c9db761e8321dddcc5123611406aee0c (diff) | |
download | freebsd-ports-gnome-8e3d3a74d6b12f4ddb0c07b6cac15016425b15f3.tar.gz freebsd-ports-gnome-8e3d3a74d6b12f4ddb0c07b6cac15016425b15f3.tar.zst freebsd-ports-gnome-8e3d3a74d6b12f4ddb0c07b6cac15016425b15f3.zip |
lang/rust: update to 1.29.1
- Force rebuild all consumers as standard library is statically linked
Changes: https://blog.rust-lang.org/2018/09/25/Rust-1.29.1.html
PR: 229826 (follow up)
Approved by: dumbbell
Differential Revision: https://reviews.freebsd.org/D17337
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 5cc18f6089b8..d8f3226e4a4b 100644 --- a/dns/doh-proxy/Makefile +++ b/dns/doh-proxy/Makefile @@ -3,6 +3,7 @@ PORTNAME= doh-proxy DISTVERSION= 0.1.10 +PORTREVISION= 1 CATEGORIES= dns MAINTAINER= mat@FreeBSD.org |