Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 07 Aug 2018 19:55:56 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 230413] CARGO_CRATES broken with crate names ending with -<number>
Message-ID:  <bug-230413-7788-stSS8KvWja@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-230413-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-230413-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D230413

--- Comment #3 from commit-hook@freebsd.org ---
A commit references this bug:

Author: tobik
Date: Tue Aug  7 19:55:32 UTC 2018
New revision: 476623
URL: https://svnweb.freebsd.org/changeset/ports/476623

Log:
  Mk/Uses/cargo.mk: Fix crate name and version split (take 2)

  cargo.mk is still too eager in splitting a crate's name and version
  in two when the name contains a dash followed by a number.  For
  example with utf-8-0.7.4 the wrong URL ends up being used in
  MASTER_SITES

    .../utf/8-0.7.4/download/...

  instead of

    .../utf-8/0.7.4/download/...

  PR:           230413
  Reported by:  Thomas Hurst <tom@hur.st>

Changes:
  head/Mk/Uses/cargo.mk

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-230413-7788-stSS8KvWja>