diff options
author | jbeich <jbeich@FreeBSD.org> | 2018-09-29 01:59:24 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2018-09-29 01:59:24 +0800 |
commit | 8e3d3a74d6b12f4ddb0c07b6cac15016425b15f3 (patch) | |
tree | 06b1070355511022368b25b61d3b40d9436d1039 /textproc | |
parent | f20aead1c9db761e8321dddcc5123611406aee0c (diff) | |
download | freebsd-ports-gnome-8e3d3a74d6b12f4ddb0c07b6cac15016425b15f3.tar.gz freebsd-ports-gnome-8e3d3a74d6b12f4ddb0c07b6cac15016425b15f3.tar.zst freebsd-ports-gnome-8e3d3a74d6b12f4ddb0c07b6cac15016425b15f3.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 'textproc')
-rw-r--r-- | textproc/bat/Makefile | 1 | ||||
-rw-r--r-- | textproc/ripgrep/Makefile | 1 | ||||
-rw-r--r-- | textproc/xsv-rs/Makefile | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/textproc/bat/Makefile b/textproc/bat/Makefile index 9e7e005d2fbd..486212ed4ba6 100644 --- a/textproc/bat/Makefile +++ b/textproc/bat/Makefile @@ -3,6 +3,7 @@ PORTNAME= bat DISTVERSIONPREFIX= v DISTVERSION= 0.7.1 +PORTREVISION= 1 CATEGORIES= textproc MAINTAINER= pizzamig@FreeBSD.org diff --git a/textproc/ripgrep/Makefile b/textproc/ripgrep/Makefile index c83e5ea114d4..aea133dbdf89 100644 --- a/textproc/ripgrep/Makefile +++ b/textproc/ripgrep/Makefile @@ -5,6 +5,7 @@ PORTNAME= ripgrep DISTVERSION= 0.9.0 +PORTREVISION= 1 CATEGORIES= textproc MAINTAINER= petteri.valkonen@iki.fi diff --git a/textproc/xsv-rs/Makefile b/textproc/xsv-rs/Makefile index 37eee696ae6a..458b55dbba28 100644 --- a/textproc/xsv-rs/Makefile +++ b/textproc/xsv-rs/Makefile @@ -2,6 +2,7 @@ PORTNAME= xsv DISTVERSION= 0.13.0 +PORTREVISION= 1 CATEGORIES= textproc PKGNAMESUFFIX= -rs |