git: 924cc243fc6d - main - sysutils/accountsservice: unbreak build with Meson 0.61.0

From: Jan Beich <jbeich_at_FreeBSD.org>
Date: Sun, 23 Jan 2022 09:26:25 UTC
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