aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordumbbell <dumbbell@FreeBSD.org>2017-09-26 05:21:33 +0800
committerKoop Mast <kwm@rainbow-runner.nl>2018-02-04 05:36:34 +0800
commit6359748267188eb3f81a6491c061a19d311639b4 (patch)
tree0f004c7d110003d0395e9ae22a8906244861e0da
parenta22f85719605d18d012bbc3aecd566f7b8aa007a (diff)
downloadfreebsd-ports-gnome-6359748267188eb3f81a6491c061a19d311639b4.tar.gz
freebsd-ports-gnome-6359748267188eb3f81a6491c061a19d311639b4.tar.zst
freebsd-ports-gnome-6359748267188eb3f81a6491c061a19d311639b4.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@
-rw-r--r--Mk/bsd.gecko.mk2
-rw-r--r--multimedia/librespot/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/Mk/bsd.gecko.mk b/Mk/bsd.gecko.mk
index 45dc8b2322d9..05460ac18bfc 100644
--- a/Mk/bsd.gecko.mk
+++ b/Mk/bsd.gecko.mk
@@ -389,7 +389,7 @@ post-patch-SNDIO-on:
.endif
.if ${PORT_OPTIONS:MRUST}
-BUILD_DEPENDS+= rust>=1.19.0:${RUST_PORT}
+BUILD_DEPENDS+= rust>=1.19.0_2:${RUST_PORT}
RUST_PORT?= lang/rust
MOZ_OPTIONS+= --enable-rust
.else
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