Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Apr 2021 11:31:08 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 254866] USE_GITLAB with gitlab.com is broken
Message-ID:  <bug-254866-7788-u6ghyvIQ0N@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-254866-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-254866-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=3D254866

--- Comment #5 from commit-hook@FreeBSD.org ---
A commit in branch 2021Q2 references this bug:

URL:
https://cgit.FreeBSD.org/ports/commit/?id=3D25feb17bca5b772d134b48379e67e85=
150cf84e3

commit 25feb17bca5b772d134b48379e67e85150cf84e3
Author:     Matthias Fechner <mfechner@FreeBSD.org>
AuthorDate: 2021-04-07 14:47:01 +0000
Commit:     Matthias Fechner <mfechner@FreeBSD.org>
CommitDate: 2021-04-10 10:59:19 +0000

    Fix downloading of packages hosted on gitlab.

    Gitlab changed the address beginning of April you can download packages
    from:
    curl
https://gitlab.com/gitlab-org/gitlab-foss/repository/7efd19e3716ab6f9146052=
da76d1bd59ec815f2d/archive.tar.gz?dummy=3D/gitlab-org-gitlab-foss-7efd19e37=
16ab6f9146052da76d1bd59ec815f2d_GL0.tar.gz
    to:
    curl
https://gitlab.com/gitlab-org/gitlab-foss/-/archive/7efd19e3716ab6f9146052d=
a76d1bd59ec815f2d.tar.gz?dummy=3D/gitlab-org-gitlab-foss-7efd19e3716ab6f914=
6052da76d1bd59ec815f2d_GL0.tar.gz

    The new extracted archive will have a different folder name.
    Before it was:
=20=20=20
gitlab-foss-7efd19e3716ab6f9146052da76d1bd59ec815f2d-7efd19e3716ab6f9146052=
da76d1bd59ec815f2d
    now it is:
    gitlab-foss-7efd19e3716ab6f9146052da76d1bd59ec815f2d

    So all ports using gitlab must regen their distinfo.

    PR:             254866
    MFH:            2021Q2
    Differential Revision:  https://reviews.freebsd.org/D29628

    (cherry picked from commit 12ae9706d9b2bc40f303077f1b3c5801b94ea027)

 Mk/bsd.port.mk  | 2 +-
 Mk/bsd.sites.mk | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

--=20
You are receiving this mail because:
You are the assignee for the bug.
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-254866-7788-u6ghyvIQ0N>