Date: Fri, 22 Sep 2017 13:57:16 +0000 (UTC) From: =?UTF-8?Q?Jean-S=c3=a9bastien_P=c3=a9dron?= <dumbbell@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450375 - head/Mk/Uses Message-ID: <201709221357.v8MDvG86072776@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201709221357.v8MDvG86072776>