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 /textproc | |
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 'textproc')
-rw-r--r-- | textproc/bat/Makefile | 2 | ||||
-rw-r--r-- | textproc/ripgrep/Makefile | 2 | ||||
-rw-r--r-- | textproc/xsv-rs/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/textproc/bat/Makefile b/textproc/bat/Makefile index 486212ed4ba6..a31e8df5a4aa 100644 --- a/textproc/bat/Makefile +++ b/textproc/bat/Makefile @@ -3,7 +3,7 @@ PORTNAME= bat DISTVERSIONPREFIX= v DISTVERSION= 0.7.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc MAINTAINER= pizzamig@FreeBSD.org diff --git a/textproc/ripgrep/Makefile b/textproc/ripgrep/Makefile index aea133dbdf89..1d6e33f1da6c 100644 --- a/textproc/ripgrep/Makefile +++ b/textproc/ripgrep/Makefile @@ -5,7 +5,7 @@ PORTNAME= ripgrep DISTVERSION= 0.9.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc MAINTAINER= petteri.valkonen@iki.fi diff --git a/textproc/xsv-rs/Makefile b/textproc/xsv-rs/Makefile index 458b55dbba28..e4c1cba211a9 100644 --- a/textproc/xsv-rs/Makefile +++ b/textproc/xsv-rs/Makefile @@ -2,7 +2,7 @@ PORTNAME= xsv DISTVERSION= 0.13.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc PKGNAMESUFFIX= -rs |