git: ee397923bb70 - main - graphics/frogr: unbreak build with Meson 0.61.0

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

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

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

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

diff --git a/graphics/frogr/Makefile b/graphics/frogr/Makefile
index f2875ca0326a..3257bd622d91 100644
--- a/graphics/frogr/Makefile
+++ b/graphics/frogr/Makefile
@@ -5,6 +5,9 @@ PORTVERSION=	1.6
 CATEGORIES=	graphics
 MASTER_SITES=	GNOME
 
+PATCH_SITES=	https://gitlab.gnome.org/GNOME/${PORTNAME}/-/commit/
+PATCHFILES+=	1eeb32b94b9e.patch:-p1 # https://gitlab.gnome.org/GNOME/frogr/-/merge_requests/5
+
 MAINTAINER=	ashish@FreeBSD.org
 COMMENT=	Flickr upload and management tool
 
diff --git a/graphics/frogr/distinfo b/graphics/frogr/distinfo
index 951a3d3f2cc4..38e384291563 100644
--- a/graphics/frogr/distinfo
+++ b/graphics/frogr/distinfo
@@ -1,3 +1,5 @@
 TIMESTAMP = 1585464898
 SHA256 (frogr-1.6.tar.xz) = 3f0065faf4f3b8ce0c1fc9d59b229a8ac16f96f5e86a1280f6d9fe8cebb82ed3
 SIZE (frogr-1.6.tar.xz) = 2240748
+SHA256 (1eeb32b94b9e.patch) = 82dec491c79f1793e7614ad0f201da3e07436b4f7b5d61f007412c105c6de54b
+SIZE (1eeb32b94b9e.patch) = 1420