[Bug 266724] Mk/Uses/cargo.mk: _CARGO_GIT_SOURCES generates invalid WRKSRC with GitLab "tag"

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 08 Oct 2022 12:24:05 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=266724

--- Comment #1 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/ports/commit/?id=18052912af5ddbea5d2008e750c568dda0d97b43

commit 18052912af5ddbea5d2008e750c568dda0d97b43
Author:     Tobias Kortkamp <tobik@FreeBSD.org>
AuthorDate: 2022-10-08 12:21:19 +0000
Commit:     Tobias Kortkamp <tobik@FreeBSD.org>
CommitDate: 2022-10-08 12:21:19 +0000

    Uses/cargo: Fix invalid WRKSRC for crates fetched from GitLab with tag

    When using tags the archive fetched from GitLab has the
    corresponding commit hash appended to the directory root too.

   
snui@git+https://gitlab.com/snakedye/snui.git?tag=v0.1.4\#83873f1e148a9c84471c10f166c9a945a44d3e64

    would result in

    WRKSRC_crate_snui=      ${WRKDIR}/snui-v0.1.4

    but it must be

    WRKSRC_crate_snui=     
${WRKDIR}/snui-v0.1.4-83873f1e148a9c84471c10f166c9a945a44d3e64

    PR:             266724
    Reported by:    jbeich

 Mk/Scripts/cargo-crates-git-common.awk | 11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)

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