git: 7d8d12abfc12 - main - games/gnome-2048: unbreak build with Meson 0.61.0

From: Jan Beich <jbeich_at_FreeBSD.org>
Date: Sun, 23 Jan 2022 10:55:24 UTC
The branch main has been updated by jbeich:

URL: https://cgit.FreeBSD.org/ports/commit/?id=7d8d12abfc12d30d00f7c8842bcdc984fc474a13

commit 7d8d12abfc12d30d00f7c8842bcdc984fc474a13
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2022-01-23 10:54:25 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2022-01-23 10:55:12 +0000

    games/gnome-2048: unbreak build with Meson 0.61.0
    
    data/meson.build:19: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/gnome-2048/Makefile | 3 +++
 games/gnome-2048/distinfo | 2 ++
 2 files changed, 5 insertions(+)

diff --git a/games/gnome-2048/Makefile b/games/gnome-2048/Makefile
index 7f4dfb51ba9e..3cb8ef92b4c6 100644
--- a/games/gnome-2048/Makefile
+++ b/games/gnome-2048/Makefile
@@ -7,6 +7,9 @@ CATEGORIES=	games gnome
 MASTER_SITES=	GNOME
 DIST_SUBDIR=	gnome
 
+PATCH_SITES=	https://gitlab.gnome.org/GNOME/${PORTNAME}/-/commit/
+PATCHFILES+=	194e22699f71.patch:-p1 # https://gitlab.gnome.org/GNOME/gnome-2048/-/merge_requests/21
+
 MAINTAINER=	gnome@FreeBSD.org
 COMMENT=	Move the tiles until you obtain the 2048 tile
 
diff --git a/games/gnome-2048/distinfo b/games/gnome-2048/distinfo
index 3eb9ae5d5a0e..30996d7a353e 100644
--- a/games/gnome-2048/distinfo
+++ b/games/gnome-2048/distinfo
@@ -1,3 +1,5 @@
 TIMESTAMP = 1606280612
 SHA256 (gnome/gnome-2048-3.38.2.tar.xz) = e27367f5c09a0136581d335f57913aaf5a5f180e3299cc5c1a30d8583e79ae68
 SIZE (gnome/gnome-2048-3.38.2.tar.xz) = 126780
+SHA256 (gnome/194e22699f71.patch) = f4902c94963c5c398ce1f921d3766af38f078b78a210872183471adc869f662a
+SIZE (gnome/194e22699f71.patch) = 1079