Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 May 2020 10:23:24 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r536383 - in head: games/veloren graphics/waffle graphics/wayland net/waypipe x11-drivers/xf86-video-ati x11-drivers/xf86-video-savage x11-servers/xorg-server x11-servers/xwayland-devel...
Message-ID:  <202005241023.04OANOf1069381@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Sun May 24 10:23:24 2020
New Revision: 536383
URL: https://svnweb.freebsd.org/changeset/ports/536383

Log:
  Chase GitLab redirect in PATCH_SITES
  
  https://about.gitlab.com/releases/2020/05/06/gitlab-com-13-0-breaking-changes/#removal-of-deprecated-project-paths

Modified:
  head/games/veloren/Makefile   (contents, props changed)
  head/graphics/waffle/Makefile   (contents, props changed)
  head/graphics/wayland/Makefile   (contents, props changed)
  head/net/waypipe/Makefile   (contents, props changed)
  head/x11-drivers/xf86-video-ati/Makefile   (contents, props changed)
  head/x11-drivers/xf86-video-savage/Makefile   (contents, props changed)
  head/x11-servers/xorg-server/Makefile   (contents, props changed)
  head/x11-servers/xwayland-devel/Makefile   (contents, props changed)
  head/x11-wm/twm/Makefile   (contents, props changed)
  head/x11/virtboard/Makefile   (contents, props changed)

Modified: head/games/veloren/Makefile
==============================================================================
--- head/games/veloren/Makefile	Sun May 24 10:21:36 2020	(r536382)
+++ head/games/veloren/Makefile	Sun May 24 10:23:24 2020	(r536383)
@@ -10,8 +10,8 @@ DISTFILES=	android-icon-192x192.png:icon \
 		${PORTNAME}-assets-${DISTVERSIONFULL}.tar.xz:assets
 EXTRACT_ONLY=	${DISTFILES:N*\:icon:C/:.*//}
 
-PATCH_SITES=	${GL_SITE}/${GL_ACCOUNT}/${GL_PROJECT}/commit/
-PATCHFILES+=	886cad910372.diff:-p1 # https://gitlab.com/veloren/veloren/merge_requests/1003
+PATCH_SITES=	${GL_SITE}/${GL_ACCOUNT}/${GL_PROJECT}/-/commit/
+PATCHFILES+=	886cad910372.diff:-p1 # https://gitlab.com/veloren/veloren/-/merge_requests/1003
 
 MAINTAINER=	jbeich@FreeBSD.org
 COMMENT=	Multiplayer voxel RPG written in Rust

Modified: head/graphics/waffle/Makefile
==============================================================================
--- head/graphics/waffle/Makefile	Sun May 24 10:21:36 2020	(r536382)
+++ head/graphics/waffle/Makefile	Sun May 24 10:23:24 2020	(r536383)
@@ -6,7 +6,7 @@ DISTVERSION=	1.6.0-7
 CATEGORIES=	graphics
 
 # Wayland xdg-shell support (to run on sway/wayfire/etc. that have removed wl-shell)
-PATCH_SITES=	https://gitlab.freedesktop.org/oreaus/${PORTNAME}/commit/
+PATCH_SITES=	https://gitlab.freedesktop.org/oreaus/${PORTNAME}/-/commit/
 PATCHFILES=	3cdce7b38cbd91cd7288e21940b279bf7ddc5757.diff:-p1
 
 MAINTAINER=	x11@FreeBSD.org

Modified: head/graphics/wayland/Makefile
==============================================================================
--- head/graphics/wayland/Makefile	Sun May 24 10:21:36 2020	(r536382)
+++ head/graphics/wayland/Makefile	Sun May 24 10:23:24 2020	(r536383)
@@ -7,11 +7,11 @@ PORTREVISION=	3
 CATEGORIES=	graphics wayland
 MASTER_SITES=	https://wayland.freedesktop.org/releases/
 
-PATCH_SITES=	https://gitlab.freedesktop.org/${PORTNAME}/${PORTNAME}/commit/
-PATCHFILES+=	0fc00fff3015.diff:-p1 # https://gitlab.freedesktop.org/wayland/wayland/merge_requests/60
-PATCHFILES+=	1283d54dac97.diff:-p1 # https://gitlab.freedesktop.org/wayland/wayland/merge_requests/61
-PATCHFILES+=	3a3dd0820de3.diff:-p1 # https://gitlab.freedesktop.org/wayland/wayland/merge_requests/61
-PATCHFILES+=	230885ebb40b.diff:-p1 # https://gitlab.freedesktop.org/wayland/wayland/merge_requests/61
+PATCH_SITES=	https://gitlab.freedesktop.org/${PORTNAME}/${PORTNAME}/-/commit/
+PATCHFILES+=	0fc00fff3015.diff:-p1 # https://gitlab.freedesktop.org/wayland/wayland/-/merge_requests/60
+PATCHFILES+=	1283d54dac97.diff:-p1 # https://gitlab.freedesktop.org/wayland/wayland/-/merge_requests/61
+PATCHFILES+=	3a3dd0820de3.diff:-p1 # https://gitlab.freedesktop.org/wayland/wayland/-/merge_requests/61
+PATCHFILES+=	230885ebb40b.diff:-p1 # https://gitlab.freedesktop.org/wayland/wayland/-/merge_requests/61
 
 MAINTAINER=	x11@FreeBSD.org
 COMMENT=	Wayland composite "server"

Modified: head/net/waypipe/Makefile
==============================================================================
--- head/net/waypipe/Makefile	Sun May 24 10:21:36 2020	(r536382)
+++ head/net/waypipe/Makefile	Sun May 24 10:23:24 2020	(r536383)
@@ -6,7 +6,7 @@ DISTVERSION=	0.6.1
 PORTREVISION=	1
 CATEGORIES=	net
 
-PATCH_SITES=	${GL_SITE}/${GL_ACCOUNT}/${GL_PROJECT}/commit/
+PATCH_SITES=	${GL_SITE}/${GL_ACCOUNT}/${GL_PROJECT}/-/commit/
 PATCHFILES+=	9f0b9f2e8929.diff:-p1
 
 MAINTAINER=	jbeich@FreeBSD.org

Modified: head/x11-drivers/xf86-video-ati/Makefile
==============================================================================
--- head/x11-drivers/xf86-video-ati/Makefile	Sun May 24 10:21:36 2020	(r536382)
+++ head/x11-drivers/xf86-video-ati/Makefile	Sun May 24 10:23:24 2020	(r536383)
@@ -9,7 +9,7 @@ CATEGORIES=	x11-drivers
 MAINTAINER=	x11@FreeBSD.org
 COMMENT=	X.Org ati display driver
 
-PATCH_SITES=	https://gitlab.freedesktop.org/xorg/driver/${PORTNAME}/commit/
+PATCH_SITES=	https://gitlab.freedesktop.org/xorg/driver/${PORTNAME}/-/commit/
 PATCHFILES+=	f223035f4ffcff2a9296d1e907a5193f8e8845a3.diff:-p1
 PATCHFILES+=	4d84cf438e7f1bebf0053035ef0292e9fed257d1.diff:-p1
 PATCHFILES+=	c0eb5dbd9c1db6b6d5b1574bcd8c584170d7ab54.diff:-p1

Modified: head/x11-drivers/xf86-video-savage/Makefile
==============================================================================
--- head/x11-drivers/xf86-video-savage/Makefile	Sun May 24 10:21:36 2020	(r536382)
+++ head/x11-drivers/xf86-video-savage/Makefile	Sun May 24 10:23:24 2020	(r536383)
@@ -5,7 +5,7 @@ PORTVERSION=	2.3.9
 PORTREVISION=	5
 CATEGORIES=	x11-drivers
 
-PATCH_SITES=	https://gitlab.freedesktop.org/xorg/driver/${PORTNAME}/commit/
+PATCH_SITES=	https://gitlab.freedesktop.org/xorg/driver/${PORTNAME}/-/commit/
 PATCHFILES+=	0ece556daa8a88771b669d8104396abd9166d2d0.diff:-p1
 
 MAINTAINER=	x11@FreeBSD.org

Modified: head/x11-servers/xorg-server/Makefile
==============================================================================
--- head/x11-servers/xorg-server/Makefile	Sun May 24 10:21:36 2020	(r536382)
+++ head/x11-servers/xorg-server/Makefile	Sun May 24 10:23:24 2020	(r536383)
@@ -12,7 +12,7 @@ DISTNAME=	xorg-server-${PORTVERSION}
 MAINTAINER=	x11@FreeBSD.org
 COMMENT?=	X.Org X server and related programs
 
-PATCH_SITES=	https://gitlab.freedesktop.org/xorg/xserver/commit/
+PATCH_SITES=	https://gitlab.freedesktop.org/xorg/xserver/-/commit/
 PATCHFILES=	271934db9f3b1297754b29855646e0a4ee01db59.diff:-p1
 
 LICENSE=	MIT

Modified: head/x11-servers/xwayland-devel/Makefile
==============================================================================
--- head/x11-servers/xwayland-devel/Makefile	Sun May 24 10:21:36 2020	(r536382)
+++ head/x11-servers/xwayland-devel/Makefile	Sun May 24 10:23:24 2020	(r536383)
@@ -7,12 +7,12 @@ DISTVERSIONSUFFIX=	-g${GL_COMMIT:C/(.{12}).*/\1/}
 CATEGORIES=	x11-servers
 PKGNAMESUFFIX=	-devel
 
-PATCH_SITES=	${GL_SITE}/${GL_ACCOUNT}/${GL_PROJECT}/commit/
-PATCHFILES+=	71749de24509.diff:-p1 # https://gitlab.freedesktop.org/xorg/xserver/merge_requests/393
-PATCHFILES+=	1e897704c822.diff:-p1 # https://gitlab.freedesktop.org/xorg/xserver/merge_requests/393
-PATCHFILES+=	83cda3ce3195.diff:-p1 # https://gitlab.freedesktop.org/xorg/xserver/merge_requests/393
-PATCHFILES+=	9e0086f99b39.diff:-p1 # https://gitlab.freedesktop.org/xorg/xserver/merge_requests/432
-PATCHFILES+=	30ea6cb622e9.diff:-p1 # https://gitlab.freedesktop.org/xorg/xserver/merge_requests/432
+PATCH_SITES=	${GL_SITE}/${GL_ACCOUNT}/${GL_PROJECT}/-/commit/
+PATCHFILES+=	71749de24509.diff:-p1 # https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/393
+PATCHFILES+=	1e897704c822.diff:-p1 # https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/393
+PATCHFILES+=	83cda3ce3195.diff:-p1 # https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/393
+PATCHFILES+=	9e0086f99b39.diff:-p1 # https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/432
+PATCHFILES+=	30ea6cb622e9.diff:-p1 # https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/432
 
 MAINTAINER=	jbeich@FreeBSD.org
 COMMENT=	X11 server as Wayland client (development snapshot)

Modified: head/x11-wm/twm/Makefile
==============================================================================
--- head/x11-wm/twm/Makefile	Sun May 24 10:21:36 2020	(r536382)
+++ head/x11-wm/twm/Makefile	Sun May 24 10:23:24 2020	(r536383)
@@ -5,7 +5,7 @@ PORTVERSION=	1.0.10
 PORTREVISION=	1
 CATEGORIES=	x11-wm
 
-PATCH_SITES=	https://gitlab.freedesktop.org/xorg/app/${PORTNAME}/commit/
+PATCH_SITES=	https://gitlab.freedesktop.org/xorg/app/${PORTNAME}/-/commit/
 PATCHFILES+=	e2a533d16e04.diff:-p1
 
 MAINTAINER=	x11@FreeBSD.org

Modified: head/x11/virtboard/Makefile
==============================================================================
--- head/x11/virtboard/Makefile	Sun May 24 10:21:36 2020	(r536382)
+++ head/x11/virtboard/Makefile	Sun May 24 10:23:24 2020	(r536383)
@@ -5,7 +5,7 @@ DISTVERSIONPREFIX=	v
 DISTVERSION=	0.0.6
 CATEGORIES=	x11
 
-PATCH_SITES=	${GL_SITE}/jbeich/${GL_PROJECT}/commit/
+PATCH_SITES=	${GL_SITE}/jbeich/${GL_PROJECT}/-/commit/
 PATCHFILES+=	42e698964e42.diff:-p1
 PATCHFILES+=	86e6915d4920.diff:-p1
 



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