diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2019-01-17 19:50:38 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2019-01-17 19:50:38 +0000 |
commit | 6f333b0b127e6a329885ab200721b4c8e17b69bf (patch) | |
tree | 8fa71aa82ae47ad0ca64c972afd7da233bed4aad /net-im | |
parent | d7199aa47d1a6a61a55f57a37390dbfb1841179a (diff) | |
download | freebsd-ports-6f333b0b127e6a329885ab200721b4c8e17b69bf.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}/ |