diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2018-09-29 01:59:24 +0800 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2018-09-29 01:59:24 +0800 |
commit | a9d287a5ea80fa336ee1d760dff489d0f9af0150 (patch) | |
tree | 06b1070355511022368b25b61d3b40d9436d1039 /editors | |
parent | b47dec2af42f8260d2bb1d3e0366654df55945b9 (diff) | |
download | freebsd-ports-gnome-a9d287a5ea80fa336ee1d760dff489d0f9af0150.tar.gz freebsd-ports-gnome-a9d287a5ea80fa336ee1d760dff489d0f9af0150.tar.zst freebsd-ports-gnome-a9d287a5ea80fa336ee1d760dff489d0f9af0150.zip |
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
Diffstat (limited to 'editors')
-rw-r--r-- | editors/xi-core/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |