svn commit: r450375 - head/Mk/Uses

Jean-Sébastien Pédron dumbbell at FreeBSD.org
Fri Sep 22 13:57:17 UTC 2017


Author: dumbbell
Date: Fri Sep 22 13:57:16 2017
New Revision: 450375
URL: https://svnweb.freebsd.org/changeset/ports/450375

Log:
  Mk/Uses/cargo.mk: 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@
  Differential Revision:	https://reviews.freebsd.org/D12460

Modified:
  head/Mk/Uses/cargo.mk

Modified: head/Mk/Uses/cargo.mk
==============================================================================
--- head/Mk/Uses/cargo.mk	Fri Sep 22 13:53:00 2017	(r450374)
+++ head/Mk/Uses/cargo.mk	Fri Sep 22 13:57:16 2017	(r450375)
@@ -46,7 +46,7 @@ DISTFILES+=	${CARGO_DIST_SUBDIR}/${_crate}.tar.gz:carg
 
 CARGO_BUILDDEP?=	yes
 .if ${CARGO_BUILDDEP:tl} == "yes"
-BUILD_DEPENDS+=	 rust>=1.19.0:lang/rust
+BUILD_DEPENDS+=	 rust>=1.19.0_2:lang/rust
 .endif
 
 # Location of cargo binary (default to lang/rust's Cargo binary)


More information about the svn-ports-head mailing list