diff options
author | jbeich <jbeich@FreeBSD.org> | 2018-12-07 01:11:14 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2018-12-07 01:11:14 +0800 |
commit | e1b1e02381f61d56989af24cbd920c5d35c6f9b8 (patch) | |
tree | 34462cdd222bac0d63ff2e4a8943cb05b7a9f7ba /sysutils | |
parent | b3372df9b7eb99bcc26fed20c9fea3c5dab5e16c (diff) | |
download | freebsd-ports-gnome-e1b1e02381f61d56989af24cbd920c5d35c6f9b8.tar.gz freebsd-ports-gnome-e1b1e02381f61d56989af24cbd920c5d35c6f9b8.tar.zst freebsd-ports-gnome-e1b1e02381f61d56989af24cbd920c5d35c6f9b8.zip |
lang/rust: update to 1.31.0
- devel/racer no longer needs to dowgrade rustc-ap-syntax
- Force rebuild all consumers to catch regressions early
Changes: https://blog.rust-lang.org/2018/12/06/Rust-1.31.0.html
Approved by: rust (tobik)
Differential Revision: https://reviews.freebsd.org/D18427
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 7f344b1d38d1..eb73f7c19be0 100644 --- a/sysutils/exa/Makefile +++ b/sysutils/exa/Makefile @@ -3,7 +3,7 @@ PORTNAME= exa DISTVERSIONPREFIX= v DISTVERSION= 0.8.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= sysutils MAINTAINER= tobik@FreeBSD.org diff --git a/sysutils/fd/Makefile b/sysutils/fd/Makefile index 5245fce44d81..18612cf37d57 100644 --- a/sysutils/fd/Makefile +++ b/sysutils/fd/Makefile @@ -4,7 +4,7 @@ PORTNAME= fd DISTVERSIONPREFIX= v DISTVERSION= 7.0.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= sysutils PKGNAMESUFFIX= -find diff --git a/sysutils/flowgger/Makefile b/sysutils/flowgger/Makefile index 2458023535d1..e436c5725cd7 100644 --- a/sysutils/flowgger/Makefile +++ b/sysutils/flowgger/Makefile @@ -3,7 +3,7 @@ PORTNAME= flowgger DISTVERSION= 0.2.6-28 DISTVERSIONSUFFIX= -gab572a0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= sysutils MAINTAINER= ports@FreeBSD.org diff --git a/sysutils/potnet/Makefile b/sysutils/potnet/Makefile index 84b74bf04152..eda3703956c2 100644 --- a/sysutils/potnet/Makefile +++ b/sysutils/potnet/Makefile @@ -2,6 +2,7 @@ PORTNAME= potnet DISTVERSION= 0.1.2 +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= pizzamig@FreeBSD.org |