Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Jan 2022 06:16:59 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: fdd974653ce5 - main - sysutils/polkit: unbreak build with Meson 0.61.0
Message-ID:  <202201180616.20I6GxW4028786@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=fdd974653ce53d25b61ae6785ed43036ca461e26

commit fdd974653ce53d25b61ae6785ed43036ca461e26
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2022-01-18 06:14:29 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2022-01-18 06:16:25 +0000

    sysutils/polkit: unbreak build with Meson 0.61.0
    
    actions/meson.build:3: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/polkit/Makefile | 3 +++
 sysutils/polkit/distinfo | 2 ++
 2 files changed, 5 insertions(+)

diff --git a/sysutils/polkit/Makefile b/sysutils/polkit/Makefile
index 013638e0d597..5eea832c2756 100644
--- a/sysutils/polkit/Makefile
+++ b/sysutils/polkit/Makefile
@@ -5,6 +5,9 @@ PORTVERSION=	0.120
 CATEGORIES=	sysutils gnome
 MASTER_SITES=	https://www.freedesktop.org/software/polkit/releases/
 
+PATCH_SITES=	https://gitlab.freedesktop.org/${PORTNAME}/${PORTNAME}/-/commit/
+PATCHFILES+=	e7f3d9e8341d.patch:-p1 # https://gitlab.freedesktop.org/polkit/polkit/-/merge_requests/99
+
 MAINTAINER=	desktop@FreeBSD.org
 COMMENT=	Framework for controlling access to system-wide components
 
diff --git a/sysutils/polkit/distinfo b/sysutils/polkit/distinfo
index c85510282833..0e2faec0b29f 100644
--- a/sysutils/polkit/distinfo
+++ b/sysutils/polkit/distinfo
@@ -1,3 +1,5 @@
 TIMESTAMP = 1633549962
 SHA256 (polkit-0.120.tar.gz) = ee7a599a853117bf273548725719fa92fabd2f136915c7a4906cee98567aee03
 SIZE (polkit-0.120.tar.gz) = 1626659
+SHA256 (e7f3d9e8341d.patch) = 9a84b59d38b3f86c70c5fc3a28cbfe8d7a22cf190eb20ff433f7f53f5ff73a9a
+SIZE (e7f3d9e8341d.patch) = 1201



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202201180616.20I6GxW4028786>