Date: Wed, 18 Jan 2023 23:28:14 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: 361baca6a6be - main - x11-toolkits/wlroots: backport a Xwayland crashfix Message-ID: <202301182328.30INSEm7042322@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=361baca6a6bee946a18977fa0fbd0d8d70129ac8 commit 361baca6a6bee946a18977fa0fbd0d8d70129ac8 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2023-01-18 23:25:06 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2023-01-18 23:27:10 +0000 x11-toolkits/wlroots: backport a Xwayland crashfix Inspired by: Alpine Linux --- x11-toolkits/wlroots/Makefile | 3 ++- x11-toolkits/wlroots/distinfo | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/x11-toolkits/wlroots/Makefile b/x11-toolkits/wlroots/Makefile index e08df27859bc..ab8ce6a7b1fa 100644 --- a/x11-toolkits/wlroots/Makefile +++ b/x11-toolkits/wlroots/Makefile @@ -1,7 +1,7 @@ PORTNAME= wlroots DISTVERSION= 0.16.1 DISTVERSIONSUFFIX= -g${GL_COMMIT:C/(.{12}).*/\1/} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-toolkits PATCH_SITES+= https://github.com/swaywm/${GL_PROJECT}/commit/:github @@ -9,6 +9,7 @@ PATCHFILES+= fc0854d5f256.patch:-p1:github # https://gitlab.freedesktop.org/wlro PATCHFILES+= 29cb694655db.patch:-p1:github # https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/2064 PATCHFILES+= 91a8ff42d26e.patch:-p1:github # https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/3318 PATCH_SITES+= ${GL_SITE}/${GL_ACCOUNT}/${GL_PROJECT}/-/commit/ +PATCHFILES+= 27a0b8b74f56.patch:-p1 # https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/3963 PATCHFILES+= ad5175118b74.patch:-p1 # https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/3965 MAINTAINER= jbeich@FreeBSD.org diff --git a/x11-toolkits/wlroots/distinfo b/x11-toolkits/wlroots/distinfo index df782f08e385..20951824afd6 100644 --- a/x11-toolkits/wlroots/distinfo +++ b/x11-toolkits/wlroots/distinfo @@ -7,5 +7,7 @@ SHA256 (29cb694655db.patch) = ef36e6b7a0bea0b82469c395feac303f50bf940ae651d91370 SIZE (29cb694655db.patch) = 4233 SHA256 (91a8ff42d26e.patch) = 5c48b35841a3614fe589d8f31323deceaf6be2209b9350a128315cdfc6c95d2c SIZE (91a8ff42d26e.patch) = 3659 +SHA256 (27a0b8b74f56.patch) = 491f21a3b858c8ce3bfbdf335c4dd4a7eb9f5989299736cb2577fbe73fe7a95f +SIZE (27a0b8b74f56.patch) = 2837 SHA256 (ad5175118b74.patch) = 3b15d63be582f7cf1faf5da935bbfb257dd40725b3bb4f34ec84b7a77ea24a42 SIZE (ad5175118b74.patch) = 951
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202301182328.30INSEm7042322>