diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-05-24 11:25:11 +0800 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-05-24 11:25:11 +0800 |
commit | f30ebc2becabe003ed912baf063face800e1b4d6 (patch) | |
tree | 8f5dec3ad01bd33bc4506a4245932e235f53c1cb /net-im | |
parent | dc970a958c5d25bfa18bc9610e052848a35fb06d (diff) | |
download | freebsd-ports-gnome-f30ebc2becabe003ed912baf063face800e1b4d6.tar.gz freebsd-ports-gnome-f30ebc2becabe003ed912baf063face800e1b4d6.tar.zst freebsd-ports-gnome-f30ebc2becabe003ed912baf063face800e1b4d6.zip |
lang/rust: Update to 1.35.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/05/23/Rust-1.35.0.html
Reviewed by: jbeich
Tested by: pkubaj (powerpc64), mikael.urankar@gmail.com (aarch64)
With hat: rust
Differential Revision: https://reviews.freebsd.org/D20332
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 facef7125380..8fb39e7d1cfe 100644 --- a/net-im/fractal/Makefile +++ b/net-im/fractal/Makefile @@ -2,7 +2,7 @@ PORTNAME= fractal DISTVERSION= 4.0.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net-im MASTER_SITES= https://gitlab.gnome.org/World/fractal/uploads/${GL_HASH}/ |