From 5abe8902a53b7bfd7ab482ec3f59229cdc2e812d Mon Sep 17 00:00:00 2001 From: Tobias Kortkamp Date: Thu, 23 Apr 2020 15:32:29 +0000 Subject: lang/rust: Update to 1.43.0 - Add workaround to fix build when CC/CXX have "clang" in them [1] - Respect AR to fix build with external toolchains [2] - Force rebuild all consumers to catch regressions early Changes: https://blog.rust-lang.org/2020/04/23/Rust-1.43.0.html PR: 238556 [1], 245583 [2] Reported by: Matthias Apitz [1], Greg V [2] Tested by: mikael, pkubaj, tobik With hat: rust Differential Revision: https://reviews.freebsd.org/D24521 --- sysutils/hexyl/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysutils/hexyl') diff --git a/sysutils/hexyl/Makefile b/sysutils/hexyl/Makefile index 12f43c724357..02189f735353 100644 --- a/sysutils/hexyl/Makefile +++ b/sysutils/hexyl/Makefile @@ -3,7 +3,7 @@ PORTNAME= hexyl DISTVERSIONPREFIX= v DISTVERSION= 0.6.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= sysutils MAINTAINER= tobik@FreeBSD.org -- cgit v1.2.3