git: 56adebf3c4ad - main - deskutils/gnote: unbreak build with Meson 0.61.0

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

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

commit 56adebf3c4ad03bf663b80dd7036fb62091d86e2
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2022-01-24 11:55:30 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2022-01-24 12:35:06 +0000

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

diff --git a/deskutils/gnote/Makefile b/deskutils/gnote/Makefile
index 8b0e62d66f65..2e507e20ff06 100644
--- a/deskutils/gnote/Makefile
+++ b/deskutils/gnote/Makefile
@@ -5,6 +5,9 @@ PORTVERSION=	41.1
 CATEGORIES=	deskutils gnome
 MASTER_SITES=	GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/}
 
+PATCH_SITES=	https://gitlab.gnome.org/GNOME/${PORTNAME}/-/commit/
+PATCHFILES+=	32795e53681e.patch:-p1 # https://gitlab.gnome.org/GNOME/gnote/-/merge_requests/21
+
 MAINTAINER=	gnome@FreeBSD.org
 COMMENT=	C++ version of Tomboy, note taking application
 
diff --git a/deskutils/gnote/distinfo b/deskutils/gnote/distinfo
index c173adf39da8..2ca9b8c66a38 100644
--- a/deskutils/gnote/distinfo
+++ b/deskutils/gnote/distinfo
@@ -1,3 +1,5 @@
 TIMESTAMP = 1636138627
 SHA256 (gnote-41.1.tar.xz) = 58db2cad13b44167a9efa1544103526c67e6efaa86dafb3a314ea142950e2162
 SIZE (gnote-41.1.tar.xz) = 3166996
+SHA256 (32795e53681e.patch) = 7a91dd545b447adc2b955dcc3933a7d2bd424a037973f61420fb56685f3452a0
+SIZE (32795e53681e.patch) = 1069