Date: Tue, 28 Dec 2021 00:42:44 GMT From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 359ec6a859ae - main - x11-toolkits/wlroots: tag patches from GitHub Message-ID: <202112280042.1BS0gi5I077709@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=359ec6a859ae9012bcbeff3b38325fe1d23a2306 commit 359ec6a859ae9012bcbeff3b38325fe1d23a2306 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2021-12-27 11:04:49 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2021-12-28 00:41:53 +0000 x11-toolkits/wlroots: tag patches from GitHub Required to extend PATCH_SITES without increasing failover. GitHub to be used only for rebased patches like xwayland_hidpi. --- x11-toolkits/wlroots/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/x11-toolkits/wlroots/Makefile b/x11-toolkits/wlroots/Makefile index 45a1592189c3..977b823d6f21 100644 --- a/x11-toolkits/wlroots/Makefile +++ b/x11-toolkits/wlroots/Makefile @@ -3,10 +3,10 @@ DISTVERSION= 0.15.0 DISTVERSIONSUFFIX= -g${GL_COMMIT:C/(.{12}).*/\1/} CATEGORIES= x11-toolkits -PATCH_SITES= https://github.com/swaywm/${GL_PROJECT}/commit/ -PATCHFILES+= 7c0e2a271a4c.patch:-p1 # https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/2064 -PATCHFILES+= 55a8d225cf8c.patch:-p1 # https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/2064 -PATCHFILES+= 347b32642fb6.patch:-p1 # https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/3318 +PATCH_SITES+= https://github.com/swaywm/${GL_PROJECT}/commit/:github +PATCHFILES+= 7c0e2a271a4c.patch:-p1:github # https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/2064 +PATCHFILES+= 55a8d225cf8c.patch:-p1:github # https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/2064 +PATCHFILES+= 347b32642fb6.patch:-p1:github # https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/3318 MAINTAINER= jbeich@FreeBSD.org COMMENT= Modular Wayland compositor library
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202112280042.1BS0gi5I077709>