From a9d287a5ea80fa336ee1d760dff489d0f9af0150 Mon Sep 17 00:00:00 2001 From: Jan Beich Date: Fri, 28 Sep 2018 17:59:24 +0000 Subject: lang/rust: update to 1.29.1 - Force rebuild all consumers as standard library is statically linked Changes: https://blog.rust-lang.org/2018/09/25/Rust-1.29.1.html PR: 229826 (follow up) Approved by: dumbbell Differential Revision: https://reviews.freebsd.org/D17337 --- editors/xi-core/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editors') diff --git a/editors/xi-core/Makefile b/editors/xi-core/Makefile index 30ca41a80797..efeb74862bd9 100644 --- a/editors/xi-core/Makefile +++ b/editors/xi-core/Makefile @@ -3,7 +3,7 @@ PORTNAME= xi-core PORTVERSION= g20170612 DISTVERSIONPREFIX= v -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= editors MAINTAINER= ports@FreeBSD.org -- cgit