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 /sysutils | |
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 'sysutils')
-rw-r--r-- | sysutils/exa/Makefile | 2 | ||||
-rw-r--r-- | sysutils/fd/Makefile | 2 | ||||
-rw-r--r-- | sysutils/flowgger/Makefile | 2 | ||||
-rw-r--r-- | sysutils/potnet/Makefile | 1 |
4 files changed, 4 insertions, 3 deletions
diff --git a/sysutils/exa/Makefile b/sysutils/exa/Makefile index 81fcbfb44445..c2d7c3f560f4 100644 --- a/sysutils/exa/Makefile +++ b/sysutils/exa/Makefile @@ -3,7 +3,7 @@ PORTNAME= exa DISTVERSIONPREFIX= v DISTVERSION= 0.8.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MAINTAINER= tobik@FreeBSD.org diff --git a/sysutils/fd/Makefile b/sysutils/fd/Makefile index 060b414b62a4..60f0d36c32df 100644 --- a/sysutils/fd/Makefile +++ b/sysutils/fd/Makefile @@ -4,7 +4,7 @@ PORTNAME= fd DISTVERSIONPREFIX= v DISTVERSION= 7.0.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils PKGNAMESUFFIX= -find diff --git a/sysutils/flowgger/Makefile b/sysutils/flowgger/Makefile index af5d674f1404..57cc10e212f4 100644 --- a/sysutils/flowgger/Makefile +++ b/sysutils/flowgger/Makefile @@ -3,7 +3,7 @@ PORTNAME= flowgger DISTVERSION= 0.2.6-28 DISTVERSIONSUFFIX= -gab572a0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MAINTAINER= ports@FreeBSD.org diff --git a/sysutils/potnet/Makefile b/sysutils/potnet/Makefile index 22c99a1ffc25..0e6aa94e4285 100644 --- a/sysutils/potnet/Makefile +++ b/sysutils/potnet/Makefile @@ -2,6 +2,7 @@ PORTNAME= potnet DISTVERSION= 0.1.1 +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= pizzamig@FreeBSD.org |