diff options
author | jbeich <jbeich@FreeBSD.org> | 2018-10-13 03:01:02 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2018-10-13 03:01:02 +0800 |
commit | 4070ae265eee9b0b081a7b951ca50f7bcf8b167a (patch) | |
tree | fdde7a160aab778de0c173fdf9f9dcc8f02ffd60 /editors | |
parent | eb583ce6dae6eb45356f96547769c712681f9673 (diff) | |
download | freebsd-ports-gnome-4070ae265eee9b0b081a7b951ca50f7bcf8b167a.tar.gz freebsd-ports-gnome-4070ae265eee9b0b081a7b951ca50f7bcf8b167a.tar.zst freebsd-ports-gnome-4070ae265eee9b0b081a7b951ca50f7bcf8b167a.zip |
lang/rust: update to 1.29.2
- Force rebuild all consumers in case some are affected by miscompilation
Changes: https://blog.rust-lang.org/2018/10/12/Rust-1.29.2.html
PR: 229826 (follow up)
Approved by: rust (tobik)
MFH: 2018Q4
Differential Revision: https://reviews.freebsd.org/D17477
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 efeb74862bd9..2d27c7055dcb 100644 --- a/editors/xi-core/Makefile +++ b/editors/xi-core/Makefile @@ -3,7 +3,7 @@ PORTNAME= xi-core PORTVERSION= g20170612 DISTVERSIONPREFIX= v -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= editors MAINTAINER= ports@FreeBSD.org |