git: 8ba0311efa23 - main - games/hitori: unbreak build with Meson 0.61.0

From: Jan Beich <jbeich_at_FreeBSD.org>
Date: Mon, 24 Jan 2022 12:35:54 UTC
The branch main has been updated by jbeich:

URL: https://cgit.FreeBSD.org/ports/commit/?id=8ba0311efa2329e7124b2b39298937ef42ca5caa

commit 8ba0311efa2329e7124b2b39298937ef42ca5caa
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2022-01-24 12:29:26 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2022-01-24 12:35:08 +0000

    games/hitori: unbreak build with Meson 0.61.0
    
    data/meson.build:3:0: ERROR: Function does not take positional arguments.
    
    PR:             260943
    Reported by:    antoine (via exp-run)
    Regressed by:   https://github.com/mesonbuild/meson/commit/61f2866a9fa1
---
 games/hitori/Makefile | 3 +++
 games/hitori/distinfo | 2 ++
 2 files changed, 5 insertions(+)

diff --git a/games/hitori/Makefile b/games/hitori/Makefile
index 13790d6a0e47..f7e54b89aeb3 100644
--- a/games/hitori/Makefile
+++ b/games/hitori/Makefile
@@ -6,6 +6,9 @@ CATEGORIES=	games gnome
 MASTER_SITES=	GNOME
 DIST_SUBDIR=	gnome3
 
+PATCH_SITES=	https://gitlab.gnome.org/GNOME/${PORTNAME}/-/commit/
+PATCHFILES+=	d25728e122f1.patch:-p1 # https://gitlab.gnome.org/GNOME/hitori/-/merge_requests/35
+
 MAINTAINER=	gnome@FreeBSD.org
 COMMENT=	Hitori
 
diff --git a/games/hitori/distinfo b/games/hitori/distinfo
index c39610df5c24..47d252e02098 100644
--- a/games/hitori/distinfo
+++ b/games/hitori/distinfo
@@ -1,3 +1,5 @@
 TIMESTAMP = 1632933738
 SHA256 (gnome3/hitori-3.38.3.tar.xz) = f7d7103cb0633fb013730131a98c3ae3a2162b9fb9499fc7f19512d581bf6569
 SIZE (gnome3/hitori-3.38.3.tar.xz) = 205100
+SHA256 (gnome3/d25728e122f1.patch) = 1262a8df7c8bbadbcc03cd2a14513d0c047bb8d58fe730174650ef139a7352d2
+SIZE (gnome3/d25728e122f1.patch) = 1294