diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2020-02-27 15:22:28 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2020-02-27 15:22:28 +0000 |
commit | daf2ea4a452e810a347539a8dc01b4c4870a1d53 (patch) | |
tree | 575dba624bcc346f7c970d862b7fb66c88af4ce3 /sysutils | |
parent | e64915f51a6b928dd672e5d5762dae7663263923 (diff) | |
download | freebsd-ports-daf2ea4a452e810a347539a8dc01b4c4870a1d53.zip |
lang/rust: Update to 1.41.1
- Force rebuild all consumers to fix potential miscompilations with
1.41.0
- Enable SOURCES by default. The sources are indexed by RLS and
required for it to function properly, so they should be available
by default. This also makes sure we test the option properly.
- Remove implied --config=config.toml from x.py args
- Switch to the upstreamed backtrace crate patches like rust-nightly
- Enable WASM by default [0]
- Strip libraries (D23650) [1]
- Simplify plist generation (D23735) [2]
Changes: https://blog.rust-lang.org/2020/02/27/Rust-1.41.1.html
Submitted by: mikael [0,1,2]
With hat: rust
Differential Revision: https://reviews.freebsd.org/D23835
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/fusefs-sandboxfs/Makefile | 2 | ||||
-rw-r--r-- | sysutils/hexyl/Makefile | 2 | ||||
-rw-r--r-- | sysutils/potnet/Makefile | 2 | ||||
-rw-r--r-- | sysutils/tealdeer/Makefile | 2 | ||||
-rw-r--r-- | sysutils/vector/Makefile | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/sysutils/exa/Makefile b/sysutils/exa/Makefile index 4b655cfbddf4..fc1878ba2605 100644 --- a/sysutils/exa/Makefile +++ b/sysutils/exa/Makefile @@ -3,7 +3,7 @@ PORTNAME= exa DISTVERSIONPREFIX= v DISTVERSION= 0.9.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= sysutils MAINTAINER= tobik@FreeBSD.org diff --git a/sysutils/fd/Makefile b/sysutils/fd/Makefile index ac5128d703bb..d5d59d18f69e 100644 --- a/sysutils/fd/Makefile +++ b/sysutils/fd/Makefile @@ -4,7 +4,7 @@ PORTNAME= fd DISTVERSIONPREFIX= v DISTVERSION= 7.4.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= sysutils PKGNAMESUFFIX= -find diff --git a/sysutils/flowgger/Makefile b/sysutils/flowgger/Makefile index 598b08e890eb..17ec935371d6 100644 --- a/sysutils/flowgger/Makefile +++ b/sysutils/flowgger/Makefile @@ -2,7 +2,7 @@ PORTNAME= flowgger DISTVERSION= 0.2.9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= CRATESIO DISTFILES= ${CARGO_DIST_SUBDIR}/${DISTNAME}${EXTRACT_SUFX} diff --git a/sysutils/fusefs-sandboxfs/Makefile b/sysutils/fusefs-sandboxfs/Makefile index c09135a3443f..dd90fe6cc83e 100644 --- a/sysutils/fusefs-sandboxfs/Makefile +++ b/sysutils/fusefs-sandboxfs/Makefile @@ -3,7 +3,7 @@ PORTNAME= sandboxfs DISTVERSIONPREFIX= sandboxfs- DISTVERSION= 0.1.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= sysutils PKGNAMEPREFIX= fusefs- diff --git a/sysutils/hexyl/Makefile b/sysutils/hexyl/Makefile index 9f87bdda0911..16a1c623a3b1 100644 --- a/sysutils/hexyl/Makefile +++ b/sysutils/hexyl/Makefile @@ -3,7 +3,7 @@ PORTNAME= hexyl DISTVERSIONPREFIX= v DISTVERSION= 0.6.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= sysutils MAINTAINER= tobik@FreeBSD.org diff --git a/sysutils/potnet/Makefile b/sysutils/potnet/Makefile index 992e6e24de15..af9510274715 100644 --- a/sysutils/potnet/Makefile +++ b/sysutils/potnet/Makefile @@ -2,7 +2,7 @@ PORTNAME= potnet DISTVERSION= 0.4.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= sysutils MAINTAINER= pizzamig@FreeBSD.org diff --git a/sysutils/tealdeer/Makefile b/sysutils/tealdeer/Makefile index 5273116d84f3..b9510fd1fce9 100644 --- a/sysutils/tealdeer/Makefile +++ b/sysutils/tealdeer/Makefile @@ -3,7 +3,7 @@ PORTNAME= tealdeer DISTVERSIONPREFIX= v DISTVERSION= 1.2.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MAINTAINER= vulcan@wired.sh diff --git a/sysutils/vector/Makefile b/sysutils/vector/Makefile index e5ac790913e5..7aa3f2cb9a25 100644 --- a/sysutils/vector/Makefile +++ b/sysutils/vector/Makefile @@ -3,7 +3,7 @@ PORTNAME= vector DISTVERSIONPREFIX= v DISTVERSION= 0.7.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MAINTAINER= greg@unrelenting.technology |