diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2020-06-04 18:08:00 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2020-06-04 18:08:00 +0000 |
commit | a48473296fd3a4eb1254580675e395de5e3a8c96 (patch) | |
tree | 742c56dce41eeb42924653ac0fe8cd1e99bc515e /www/newsboat | |
parent | 4ac6b2da9882a3ba00172dfd7646ee3b0c077ba7 (diff) | |
download | freebsd-ports-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 'www/newsboat')
-rw-r--r-- | www/newsboat/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/newsboat/Makefile b/www/newsboat/Makefile index 55b0fab6df0a..b87439fc58a0 100644 --- a/www/newsboat/Makefile +++ b/www/newsboat/Makefile @@ -3,7 +3,7 @@ PORTNAME= newsboat PORTVERSION= 2.19 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www MASTER_SITES= https://newsboat.org/releases/${PORTVERSION}/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} |