Date: Sun, 23 Jan 2022 09:26:25 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: 924cc243fc6d - main - sysutils/accountsservice: unbreak build with Meson 0.61.0 Message-ID: <202201230926.20N9QPlG007982@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=924cc243fc6d8d37bc68b1924e74565c0ddc75d9 commit 924cc243fc6d8d37bc68b1924e74565c0ddc75d9 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2022-01-23 08:49:23 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2022-01-23 09:26:14 +0000 sysutils/accountsservice: unbreak build with Meson 0.61.0 data/meson.build:31:5: ERROR: Function does not take positional arguments. PR: 260943 Reported by: antoine (via exp-run) Regressed by: https://github.com/mesonbuild/meson/commit/61f2866a9fa1 --- sysutils/accountsservice/Makefile | 3 +++ sysutils/accountsservice/distinfo | 2 ++ 2 files changed, 5 insertions(+) diff --git a/sysutils/accountsservice/Makefile b/sysutils/accountsservice/Makefile index 2db63164d817..8e00f5c70792 100644 --- a/sysutils/accountsservice/Makefile +++ b/sysutils/accountsservice/Makefile @@ -6,6 +6,9 @@ PORTREVISION= 1 CATEGORIES= sysutils devel MASTER_SITES= http://www.freedesktop.org/software/${PORTNAME}/ +PATCH_SITES= https://gitlab.freedesktop.org/${PORTNAME}/${PORTNAME}/-/commit/ +PATCHFILES+= ac9b14f1c1bb.patch:-p1 # https://gitlab.freedesktop.org/accountsservice/accountsservice/-/merge_requests/82 + MAINTAINER= kwm@FreeBSD.org COMMENT= D-Bus interface for user account query and manipulation diff --git a/sysutils/accountsservice/distinfo b/sysutils/accountsservice/distinfo index 71694a1bde05..85de866bdfc4 100644 --- a/sysutils/accountsservice/distinfo +++ b/sysutils/accountsservice/distinfo @@ -1,3 +1,5 @@ TIMESTAMP = 1600462353 SHA256 (accountsservice-0.6.55.tar.xz) = ff2b2419a7e06bd9cb335ffe391c7409b49a0f0130b890bd54692a3986699c9b SIZE (accountsservice-0.6.55.tar.xz) = 97972 +SHA256 (ac9b14f1c1bb.patch) = 2a369203c0f9d091ab1d6ff46c3b9ab88c345ed27e314f04a867ccc4b33e2be2 +SIZE (ac9b14f1c1bb.patch) = 723
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202201230926.20N9QPlG007982>