diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-12-19 16:14:48 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-12-19 16:14:48 +0000 |
commit | 6474c40f73babd7fae47427a3482118e3517496e (patch) | |
tree | 9014f248eeccab6481022db44344a707275e4c3d /x11 | |
parent | ca7a17f1f2873ce714dee81f5b1d060b769ac185 (diff) | |
download | freebsd-ports-6474c40f73babd7fae47427a3482118e3517496e.zip |
lang/rust: Update to 1.40.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/12/19/Rust-1.40.0.html
Tested by: mikael.urankar@gmail.com, tobik
With hat: rust
Differential Revision: https://reviews.freebsd.org/D22843
Diffstat (limited to 'x11')
-rw-r--r-- | x11/admiral/Makefile | 2 | ||||
-rw-r--r-- | x11/alacritty/Makefile | 1 | ||||
-rw-r--r-- | x11/squeekboard/Makefile | 1 |
3 files changed, 3 insertions, 1 deletions
diff --git a/x11/admiral/Makefile b/x11/admiral/Makefile index 657e54f12713..bfe3224ec4d6 100644 --- a/x11/admiral/Makefile +++ b/x11/admiral/Makefile @@ -4,7 +4,7 @@ PORTNAME= admiral DISTVERSIONPREFIX= v DISTVERSION= 1.0.0-7 DISTVERSIONSUFFIX= -g5a9f33b -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= x11 MAINTAINER= rigoletto@FreeBSD.org diff --git a/x11/alacritty/Makefile b/x11/alacritty/Makefile index 153536fcf998..23f4c823f56c 100644 --- a/x11/alacritty/Makefile +++ b/x11/alacritty/Makefile @@ -3,6 +3,7 @@ PORTNAME= alacritty DISTVERSIONPREFIX= v DISTVERSION= 0.4.0 +PORTREVISION= 1 CATEGORIES= x11 MAINTAINER= tobik@FreeBSD.org diff --git a/x11/squeekboard/Makefile b/x11/squeekboard/Makefile index 1d112cbb76c8..1b690fd1045f 100644 --- a/x11/squeekboard/Makefile +++ b/x11/squeekboard/Makefile @@ -3,6 +3,7 @@ PORTNAME= squeekboard DISTVERSIONPREFIX= v DISTVERSION= 1.4.0 +PORTREVISION= 1 CATEGORIES= x11 MAINTAINER= jbeich@FreeBSD.org |