git: 32ca8c877e88 - main - Chase GitLab redirect in PATCH_SITES (a la 64c25a7c484a)
Jan Beich
jbeich at FreeBSD.org
Wed May 12 15:57:52 UTC 2021
The branch main has been updated by jbeich:
URL: https://cgit.FreeBSD.org/ports/commit/?id=32ca8c877e886b2df0dcc62b6a784e4dbc0f2c66
commit 32ca8c877e886b2df0dcc62b6a784e4dbc0f2c66
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: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 at 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 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-all
mailing list