svn commit: r450635 - in head: Mk multimedia/librespot

Jean-Sébastien Pédron dumbbell at FreeBSD.org
Mon Sep 25 21:21:35 UTC 2017


Author: dumbbell
Date: Mon Sep 25 21:21:33 2017
New Revision: 450635
URL: https://svnweb.freebsd.org/changeset/ports/450635

Log:
  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@

Modified:
  head/Mk/bsd.gecko.mk
  head/multimedia/librespot/Makefile

Modified: head/Mk/bsd.gecko.mk
==============================================================================
--- head/Mk/bsd.gecko.mk	Mon Sep 25 20:55:27 2017	(r450634)
+++ head/Mk/bsd.gecko.mk	Mon Sep 25 21:21:33 2017	(r450635)
@@ -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

Modified: head/multimedia/librespot/Makefile
==============================================================================
--- head/multimedia/librespot/Makefile	Mon Sep 25 20:55:27 2017	(r450634)
+++ head/multimedia/librespot/Makefile	Mon Sep 25 21:21:33 2017	(r450635)
@@ -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


More information about the svn-ports-all mailing list