aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2022-01-23 08:49:23 +0000
committerJan Beich <jbeich@FreeBSD.org>2022-01-23 09:26:14 +0000
commit924cc243fc6d8d37bc68b1924e74565c0ddc75d9 (patch)
tree855aabb8ab946a51b0ce3956d98ea7fbcfb99546
parent56fac6aee310f6b5f96199cf7cbd3178d734e088 (diff)
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
-rw-r--r--sysutils/accountsservice/Makefile3
-rw-r--r--sysutils/accountsservice/distinfo2
2 files changed, 5 insertions, 0 deletions
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