K 10 svn:author V 5 tobik K 8 svn:date V 27 2017-10-12T10:51:00.748521Z K 7 svn:log V 424 Mk/Uses/cargo.mk: Fix crate name and version split cargo.mk is a little too eager in splitting a crate's name and version in two when the version contains a dash (e.g. csv-1.0.0-beta.4) and the wrong URL ends up being used in MASTER_SITES e.g. .../csv-1.0.0/beta.4/download/... instead of the correct one .../csv/1.0.0-beta.4/download/... Reviewed by: dumbbell Differential Revision: https://reviews.freebsd.org/D12628 END