Date: Sat, 7 Aug 2021 07:02:09 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: cc3421c77955 - main - x11-toolkits/libdecor: restore memfd_create on FreeBSD 13 in C++ demo (nop) Message-ID: <202108070702.177729Kx072961@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=cc3421c77955c40e6a4f8f0f040a3df5fcd4f2cc commit cc3421c77955c40e6a4f8f0f040a3df5fcd4f2cc Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2021-08-07 06:58:31 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2021-08-07 06:59:11 +0000 x11-toolkits/libdecor: restore memfd_create on FreeBSD 13 in C++ demo (nop) https://gitlab.gnome.org/jadahl/libdecor/-/merge_requests/75/diffs?start_sha=d5493ba965634be144baff345adfb25481c4304c --- x11-toolkits/libdecor/Makefile | 2 +- x11-toolkits/libdecor/distinfo | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/x11-toolkits/libdecor/Makefile b/x11-toolkits/libdecor/Makefile index 99fd049190f6..2566bd0adc2f 100644 --- a/x11-toolkits/libdecor/Makefile +++ b/x11-toolkits/libdecor/Makefile @@ -4,7 +4,7 @@ CATEGORIES= x11-toolkits PATCH_SITES= ${GL_SITE}/${GL_ACCOUNT}/${GL_PROJECT}/-/commit/ PATCHFILES+= ca1dd07bbdbd.patch:-p1 # https://gitlab.gnome.org/jadahl/libdecor/-/merge_requests/74 -PATCHFILES+= d5493ba96563.patch:-p1 # https://gitlab.gnome.org/jadahl/libdecor/-/merge_requests/75 +PATCHFILES+= 0c5daad652ae.patch:-p1 # https://gitlab.gnome.org/jadahl/libdecor/-/merge_requests/75 MAINTAINER= jbeich@FreeBSD.org COMMENT= Client-side decorations library for Wayland client diff --git a/x11-toolkits/libdecor/distinfo b/x11-toolkits/libdecor/distinfo index ddd6ca16f92b..c1be1c0be186 100644 --- a/x11-toolkits/libdecor/distinfo +++ b/x11-toolkits/libdecor/distinfo @@ -3,5 +3,5 @@ SHA256 (jadahl-libdecor-3ec3fadd59a21835079fbb3046d2bec6c649d6fa_GL0.tar.gz) = 1 SIZE (jadahl-libdecor-3ec3fadd59a21835079fbb3046d2bec6c649d6fa_GL0.tar.gz) = 45097 SHA256 (ca1dd07bbdbd.patch) = fd83b8339a2e721e57417a0c407dd4448bee564fc12b0c0accd6a05736b0203a SIZE (ca1dd07bbdbd.patch) = 1246 -SHA256 (d5493ba96563.patch) = 95b8ced998f4a9542ddddd78356fcd5f8a3440e5554fdc6c6c13db0edae9eff9 -SIZE (d5493ba96563.patch) = 4476 +SHA256 (0c5daad652ae.patch) = bbe4b98ba88b1b3c186846ca0195521314110f9eaeeb2daf052bc8052b7a8a6b +SIZE (0c5daad652ae.patch) = 4485
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202108070702.177729Kx072961>