git: 90b5c02529e2 - main - games/tali: unbreak build with Meson 0.61.0

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=90b5c02529e221774ef0ca0db325f8e1bfed7072

commit 90b5c02529e221774ef0ca0db325f8e1bfed7072
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2022-01-23 10:02:16 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2022-01-23 10:07:48 +0000

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

diff --git a/games/tali/Makefile b/games/tali/Makefile
index f84b576433c2..d1a4c7d64be1 100644
--- a/games/tali/Makefile
+++ b/games/tali/Makefile
@@ -6,6 +6,9 @@ CATEGORIES=	games gnome
 MASTER_SITES=	GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/}
 DIST_SUBDIR=	gnome3
 
+PATCH_SITES=	https://gitlab.gnome.org/GNOME/${PORTNAME}/-/commit/
+PATCHFILES+=	79509bf3e945.patch:-p1 # https://gitlab.gnome.org/GNOME/tali/-/merge_requests/14
+
 MAINTAINER=	gnome@FreeBSD.org
 COMMENT=	Gnome tali
 
diff --git a/games/tali/distinfo b/games/tali/distinfo
index c3d0038d34a4..5a6ad4c06d17 100644
--- a/games/tali/distinfo
+++ b/games/tali/distinfo
@@ -1,3 +1,5 @@
 TIMESTAMP = 1636401331
 SHA256 (gnome3/tali-40.4.tar.xz) = 02cacc76f4ee4230f67aa00ada194e9c548f89d27a0e72f200d8bd53aee71a17
 SIZE (gnome3/tali-40.4.tar.xz) = 1610864
+SHA256 (gnome3/79509bf3e945.patch) = 6a34a55e704148c0e3ee73c0d24739a5817f48e8220aad76e82760f0b2509c3c
+SIZE (gnome3/79509bf3e945.patch) = 1101