1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00

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
This commit is contained in:
Jean-Sébastien Pédron 2017-09-22 13:57:16 +00:00
parent 9237fe0be1
commit bae5285e87
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=450375

View File

@ -46,7 +46,7 @@ DISTFILES+= ${CARGO_DIST_SUBDIR}/${_crate}.tar.gz:cargo_${_crate:S/-//g:S/.//g}
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)