diff options
author | dumbbell <dumbbell@FreeBSD.org> | 2017-09-26 05:21:33 +0800 |
---|---|---|
committer | dumbbell <dumbbell@FreeBSD.org> | 2017-09-26 05:21:33 +0800 |
commit | c995b9afb48b7921d090155a2cca8bcf2ac4044b (patch) | |
tree | c7b43ae315cb4954e82b6dec4f4a31821e73a587 /multimedia | |
parent | 8066462d579bc44ff3702f00289cbbea066a7924 (diff) | |
download | freebsd-ports-gnome-c995b9afb48b7921d090155a2cca8bcf2ac4044b.tar.gz freebsd-ports-gnome-c995b9afb48b7921d090155a2cca8bcf2ac4044b.tar.zst freebsd-ports-gnome-c995b9afb48b7921d090155a2cca8bcf2ac4044b.zip |
Mk/bsd.gecko.mk, multimedia/librespot: Fix version of Rust which started to ship Cargo
Cargo started to ship with Rust in 1.19.0_2. I forgot to indicate the
port revision in the 1.19.0_2 commit.
Reported by: jbeich@
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/librespot/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/librespot/Makefile b/multimedia/librespot/Makefile index 906eaa4587a0..55d01194951e 100644 --- a/multimedia/librespot/Makefile +++ b/multimedia/librespot/Makefile @@ -12,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BROKEN= tries to clone git repository during build phase -BUILD_DEPENDS= rust>=1.19.0:lang/rust \ +BUILD_DEPENDS= rust>=1.19.0_2:lang/rust \ portaudio>0:audio/portaudio USES= localbase pathfix pkgconfig shebangfix |