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 /shells | |
parent | e64915f51a6b928dd672e5d5762dae7663263923 (diff) | |
download | ports-daf2ea4a452e810a347539a8dc01b4c4870a1d53.tar.gz 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
Notes
Notes:
svn path=/head/; revision=527260
Diffstat (limited to 'shells')
-rw-r--r-- | shells/ion/Makefile | 2 | ||||
-rw-r--r-- | shells/starship/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/shells/ion/Makefile b/shells/ion/Makefile index cfa7c8508922..bc54a2fe0ddb 100644 --- a/shells/ion/Makefile +++ b/shells/ion/Makefile @@ -2,7 +2,7 @@ PORTNAME= ion DISTVERSION= 1.0.5-1355 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= shells PKGNAMESUFFIX= -shell diff --git a/shells/starship/Makefile b/shells/starship/Makefile index 4006b661299d..11ecaa512864 100644 --- a/shells/starship/Makefile +++ b/shells/starship/Makefile @@ -2,7 +2,7 @@ PORTNAME= starship DISTVERSION= 0.13.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= shells MASTER_SITES= CRATESIO DISTFILES= ${DISTNAME}${EXTRACT_SUFX} |