diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2020-06-05 02:08:00 +0800 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2020-06-05 02:08:00 +0800 |
commit | a48473296fd3a4eb1254580675e395de5e3a8c96 (patch) | |
tree | 742c56dce41eeb42924653ac0fe8cd1e99bc515e /net-im | |
parent | 4ac6b2da9882a3ba00172dfd7646ee3b0c077ba7 (diff) | |
download | freebsd-ports-gnome-a48473296fd3a4eb1254580675e395de5e3a8c96.tar.gz freebsd-ports-gnome-a48473296fd3a4eb1254580675e395de5e3a8c96.tar.zst freebsd-ports-gnome-a48473296fd3a4eb1254580675e395de5e3a8c96.zip |
lang/rust: Update to 1.44.0
- Remove devel/cargo-tree since it is now integrated into cargo
- Add patch to fix build with LibreSSL 3.1.x and 3.2.0 [1]
- Force rebuild all consumers to catch regressions early
Changes: https://blog.rust-lang.org/2020/06/04/Rust-1.44.0.html
PR: 246332 [1]
Tested by: mikael, tobik
With hat: rust
Differential Revision: https://reviews.freebsd.org/D25099
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 31113d1f0c93..3361b135510a 100644 --- a/net-im/fractal/Makefile +++ b/net-im/fractal/Makefile @@ -2,7 +2,7 @@ PORTNAME= fractal DISTVERSION= 4.2.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net-im MASTER_SITES= https://gitlab.gnome.org/World/fractal/uploads/${GL_HASH}/ |