From 2fe55654450880a88824c4b2e80a8ac8a01328ba Mon Sep 17 00:00:00 2001 From: Tobias Kortkamp Date: Thu, 7 Nov 2019 18:07:20 +0000 Subject: lang/rust: Update to 1.39.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 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 --- shells/ion/Makefile | 2 +- shells/starship/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'shells') diff --git a/shells/ion/Makefile b/shells/ion/Makefile index ffe98f7f7613..1c4b59d8ec93 100644 --- a/shells/ion/Makefile +++ b/shells/ion/Makefile @@ -2,7 +2,7 @@ PORTNAME= ion DISTVERSION= 1.0.5-1355 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= shells PKGNAMESUFFIX= -shell diff --git a/shells/starship/Makefile b/shells/starship/Makefile index 971a68efb9e0..2364fa9c764a 100644 --- a/shells/starship/Makefile +++ b/shells/starship/Makefile @@ -2,7 +2,7 @@ PORTNAME= starship DISTVERSION= 0.13.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= shells MASTER_SITES= CRATESIO DISTFILES= ${DISTNAME}${EXTRACT_SUFX} -- cgit v1.2.3