diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-04-12 03:39:28 +0800 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-04-12 03:39:28 +0800 |
commit | 67b6dd1b42589ea8ca3f51de5b652fe2d8efe668 (patch) | |
tree | f4c6e19cb8923b0d6c167e65a921d94116152de8 /audio | |
parent | 8443d3eb7ed3b0810c252bb3d0138dcb165d6d83 (diff) | |
download | freebsd-ports-gnome-67b6dd1b42589ea8ca3f51de5b652fe2d8efe668.tar.gz freebsd-ports-gnome-67b6dd1b42589ea8ca3f51de5b652fe2d8efe668.tar.zst freebsd-ports-gnome-67b6dd1b42589ea8ca3f51de5b652fe2d8efe668.zip |
lang/rust: Update to 1.34.0
- Update devel/racer to latest version that can build with 1.34.0
- Drop no longer needed patch from textproc/ripgrep
- Force rebuild all consumers to catch regressions early
Thanks to Mikaƫl Urankar for providing updated bootstraps for
aarch64, armv6, armv7, powerpc64.
Changes: https://blog.rust-lang.org/2019/04/11/Rust-1.34.0.html
Reviewed by: jbeich
With hat: rust
Differential Revision: https://reviews.freebsd.org/D19850
Diffstat (limited to 'audio')
-rw-r--r-- | audio/spotifyd/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/spotifyd/Makefile b/audio/spotifyd/Makefile index 2f4d24b84e4e..d116a49c130c 100644 --- a/audio/spotifyd/Makefile +++ b/audio/spotifyd/Makefile @@ -3,6 +3,7 @@ PORTNAME= spotifyd DISTVERSIONPREFIX= v DISTVERSION= 0.2.8 +PORTREVISION= 1 CATEGORIES= audio MAINTAINER= tobik@FreeBSD.org |