diff options
author | tobik <tobik@FreeBSD.org> | 2019-11-08 02:07:20 +0800 |
---|---|---|
committer | tobik <tobik@FreeBSD.org> | 2019-11-08 02:07:20 +0800 |
commit | efcd7c30a80bec29ace8c5846d42060a0599fcfd (patch) | |
tree | 55fb50daedc99c7102724bdfdf388473217d78b0 /net | |
parent | 91f9cb19e46ea32404c4a439d933af4585478aa1 (diff) | |
download | freebsd-ports-gnome-efcd7c30a80bec29ace8c5846d42060a0599fcfd.tar.gz freebsd-ports-gnome-efcd7c30a80bec29ace8c5846d42060a0599fcfd.tar.zst freebsd-ports-gnome-efcd7c30a80bec29ace8c5846d42060a0599fcfd.zip |
lang/rust: Update to 1.39.0
- Force rebuild all consumers to catch regressions early
- Partially apply D20792 in preparation for PPC_ABI support
- Add LibreSSL 3.0.x support [1]
Thanks to Mikaƫl Urankar for providing updated bootstraps for
aarch64, armv6, armv7, powerpc64.
Changes: https://blog.rust-lang.org/2019/11/07/Rust-1.39.0.html
PR: 241411 [1]
Tested by: mikael.urankar@gmail.com, tobik
With hat: rust
Differential Revision: https://reviews.freebsd.org/D22240
Diffstat (limited to 'net')
-rw-r--r-- | net/rabbiteer/Makefile | 2 | ||||
-rw-r--r-- | net/routinator/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net/rabbiteer/Makefile b/net/rabbiteer/Makefile index 86d62465b50a..1af859e1751f 100644 --- a/net/rabbiteer/Makefile +++ b/net/rabbiteer/Makefile @@ -2,7 +2,7 @@ PORTNAME= rabbiteer DISTVERSION= 1.4.1 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= net MAINTAINER= dch@FreeBSD.org diff --git a/net/routinator/Makefile b/net/routinator/Makefile index 8a08f7b7c357..936a84028427 100644 --- a/net/routinator/Makefile +++ b/net/routinator/Makefile @@ -3,7 +3,7 @@ PORTNAME= routinator PORTVERSION= 0.5.0 DISTVERSIONPREFIX= v -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net MAINTAINER= jaap@NLnetLabs.nl |