diff options
author | jbeich <jbeich@FreeBSD.org> | 2019-01-18 03:50:38 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2019-01-18 03:50:38 +0800 |
commit | 8d2ec5c9c07c79fd9da8065f8f7b8254cda0263f (patch) | |
tree | 8fa71aa82ae47ad0ca64c972afd7da233bed4aad /net-im | |
parent | ab7d435190476c4c7d8358101d74c70d0ba79504 (diff) | |
download | freebsd-ports-gnome-8d2ec5c9c07c79fd9da8065f8f7b8254cda0263f.tar.gz freebsd-ports-gnome-8d2ec5c9c07c79fd9da8065f8f7b8254cda0263f.tar.zst freebsd-ports-gnome-8d2ec5c9c07c79fd9da8065f8f7b8254cda0263f.zip |
lang/rust: update to 1.32.0
- devel/racer no longer needs to dowgrade rustc-ap-syntax
- Force rebuild all consumers to catch regressions early
Changes: https://blog.rust-lang.org/2019/01/17/Rust-1.32.0.html
Approved by: rust (tobik)
Differential Revision: https://reviews.freebsd.org/D18858
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/fractal/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/fractal/Makefile b/net-im/fractal/Makefile index 1b1110e1cacc..a93a9e754e67 100644 --- a/net-im/fractal/Makefile +++ b/net-im/fractal/Makefile @@ -2,7 +2,7 @@ PORTNAME= fractal DISTVERSION= 3.30.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net-im MASTER_SITES= https://gitlab.gnome.org/World/fractal/uploads/${GL_HASH}/ |