git: 55e05a1b3802 - 2021Q2 - Chase GitLab redirect in PATCH_SITES (a la 64c25a7c484a)

Jan Beich jbeich at FreeBSD.org
Wed May 12 15:57:50 UTC 2021


The branch 2021Q2 has been updated by jbeich:

URL: https://cgit.FreeBSD.org/ports/commit/?id=55e05a1b3802a7c9517b12ec3b25bc11211a34fc

commit 55e05a1b3802a7c9517b12ec3b25bc11211a34fc
Author:     Jan Beich <jbeich at FreeBSD.org>
AuthorDate: 2021-05-12 15:50:34 +0000
Commit:     Jan Beich <jbeich at FreeBSD.org>
CommitDate: 2021-05-12 15:57:21 +0000

    Chase GitLab redirect in PATCH_SITES (a la 64c25a7c484a)
    
    https://about.gitlab.com/releases/2020/05/06/gitlab-com-13-0-breaking-changes/#removal-of-deprecated-project-paths
    (cherry picked from commit 32ca8c877e886b2df0dcc62b6a784e4dbc0f2c66)
---
 x11-drivers/xf86-video-amdgpu/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-drivers/xf86-video-amdgpu/Makefile b/x11-drivers/xf86-video-amdgpu/Makefile
index 0335fe1178e3..6a9e52575340 100644
--- a/x11-drivers/xf86-video-amdgpu/Makefile
+++ b/x11-drivers/xf86-video-amdgpu/Makefile
@@ -9,7 +9,7 @@ CATEGORIES=	x11-drivers
 MAINTAINER=	x11 at FreeBSD.org
 COMMENT=	X.Org amdgpu display driver
 
-PATCH_SITES=	https://gitlab.freedesktop.org/xorg/driver/${PORTNAME}/commit/
+PATCH_SITES=	https://gitlab.freedesktop.org/xorg/driver/${PORTNAME}/-/commit/
 PATCHFILES+=	edcbe5f52ddfceee3d66d69bbcebbceac06b6d0d.patch:-p1
 
 LICENSE=	MIT


More information about the dev-commits-ports-branches mailing list