From b0f1d6430efe60a7d9a3aa11e8ed28a80842469b Mon Sep 17 00:00:00 2001 From: Tobias Kortkamp Date: Fri, 17 Jul 2020 06:44:04 +0000 Subject: lang/rust: Update to 1.45.0 - This Rust release comes with LLVM 10. Drop the LLVM patches we no longer need. - On FreeBSD 13.0 powerpc64 set the elfv2 ABI explicitly in the Rust target instead of patching LLVM. - Build LLVM with Ninja. It can shorten the build time slightly. - Force rebuild all consumers to catch regressions early Changes: https://blog.rust-lang.org/2020/07/16/Rust-1.45.0.html Tested by: mikael, pkubaj, tobik With hat: rust Differential Revision: https://reviews.freebsd.org/D25658 --- sysutils/onefetch/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysutils/onefetch') diff --git a/sysutils/onefetch/Makefile b/sysutils/onefetch/Makefile index b4d720a58bdc..fad332e96d1b 100644 --- a/sysutils/onefetch/Makefile +++ b/sysutils/onefetch/Makefile @@ -3,7 +3,7 @@ PORTNAME= onefetch DISTVERSIONPREFIX= v DISTVERSION= 2.2.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils devel MAINTAINER= vulcan@wired.sh -- cgit v1.2.3