Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 May 2021 15:57:51 GMT
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 32ca8c877e88 - main - Chase GitLab redirect in PATCH_SITES (a la 64c25a7c484a)
Message-ID:  <202105121557.14CFvpO9037317@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by jbeich:

URL: https://cgit.FreeBSD.org/ports/commit/?id=32ca8c877e886b2df0dcc62b6a784e4dbc0f2c66

commit 32ca8c877e886b2df0dcc62b6a784e4dbc0f2c66
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2021-05-12 15:50:34 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2021-05-12 15:54:30 +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
---
 multimedia/svt-av1/Makefile            | 2 +-
 x11-drivers/xf86-video-amdgpu/Makefile | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/multimedia/svt-av1/Makefile b/multimedia/svt-av1/Makefile
index d5d7badc1cd7..e2a3c6d2ae54 100644
--- a/multimedia/svt-av1/Makefile
+++ b/multimedia/svt-av1/Makefile
@@ -4,7 +4,7 @@ DISTVERSION=	0.8.7
 PORTREVISION=	1
 CATEGORIES=	multimedia
 
-PATCH_SITES=	${GL_SITE}/${GL_ACCOUNT}/${GL_PROJECT}/commit/
+PATCH_SITES=	${GL_SITE}/${GL_ACCOUNT}/${GL_PROJECT}/-/commit/
 PATCHFILES+=	284ef885f85f.patch:-p1 # https://gitlab.com/AOMediaCodec/SVT-AV1/-/merge_requests/1704
 
 MAINTAINER=	jbeich@FreeBSD.org
diff --git a/x11-drivers/xf86-video-amdgpu/Makefile b/x11-drivers/xf86-video-amdgpu/Makefile
index fd756f4497bd..15ec4573dd92 100644
--- a/x11-drivers/xf86-video-amdgpu/Makefile
+++ b/x11-drivers/xf86-video-amdgpu/Makefile
@@ -8,7 +8,7 @@ CATEGORIES=	x11-drivers
 MAINTAINER=	x11@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105121557.14CFvpO9037317>