svn commit: r449914 - in head: . Mk Mk/Uses devel devel/cargo lang/rust lang/rust/files multimedia/librespot www/firefox

Jan Beich jbeich at FreeBSD.org
Fri Sep 15 19:02:27 UTC 2017


Jean-Sébastien Pédron <dumbbell at FreeBSD.org> writes:

> Modified: head/Mk/Uses/cargo.mk
> ==============================================================================
> --- head/Mk/Uses/cargo.mk	Fri Sep 15 17:37:02 2017	(r449913)
> +++ head/Mk/Uses/cargo.mk	Fri Sep 15 18:01:17 2017	(r449914)
> @@ -46,10 +46,10 @@ DISTFILES+=	${CARGO_DIST_SUBDIR}/${_crate}.tar.gz:carg
>  
>  CARGO_BUILDDEP?=	yes
>  .if ${CARGO_BUILDDEP:tl} == "yes"
> -BUILD_DEPENDS+=	 cargo:devel/cargo rustc:lang/rust
> +BUILD_DEPENDS+=	 rust>=1.19.0:lang/rust

Did you mean >=1.19.0_2 ? rust-1.19.0 and rust-1.19.0_1 don't contain cargo.


More information about the svn-ports-all mailing list