git: 4b0e1608dfef - main - audio/sound-juicer: unbreak build with Meson 0.61.0

From: Jan Beich <jbeich_at_FreeBSD.org>
Date: Tue, 25 Jan 2022 12:26:33 UTC
The branch main has been updated by jbeich:

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

commit 4b0e1608dfefe8b2db5d1756b6383138e56c1d04
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2022-01-25 12:17:17 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2022-01-25 12:24:57 +0000

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

diff --git a/audio/sound-juicer/Makefile b/audio/sound-juicer/Makefile
index 5d0c99ac11bf..1289d513ecef 100644
--- a/audio/sound-juicer/Makefile
+++ b/audio/sound-juicer/Makefile
@@ -6,6 +6,9 @@ CATEGORIES=	audio gnome
 MASTER_SITES=	GNOME
 DIST_SUBDIR=	gnome3
 
+PATCH_SITES=	https://gitlab.gnome.org/GNOME/${PORTNAME}/-/commit/
+PATCHFILES+=	9f97ca1faca3.patch:-p1 # https://gitlab.gnome.org/GNOME/sound-juicer/-/merge_requests/27
+
 MAINTAINER=	gnome@FreeBSD.org
 COMMENT=	Clean, mean, and lean CD ripper for GNOME
 
diff --git a/audio/sound-juicer/distinfo b/audio/sound-juicer/distinfo
index 46609bffade4..6b5a2add75cc 100644
--- a/audio/sound-juicer/distinfo
+++ b/audio/sound-juicer/distinfo
@@ -1,3 +1,5 @@
 TIMESTAMP = 1600329567
 SHA256 (gnome3/sound-juicer-3.38.0.tar.xz) = ae375f357a1b8b81e4aff737c9d6c98bc2dadfe20e71754b1d52a79f036aa521
 SIZE (gnome3/sound-juicer-3.38.0.tar.xz) = 1775916
+SHA256 (gnome3/9f97ca1faca3.patch) = 3c55c3be5c44ba9007dd1be59c286c12af8d6b2f81edaa37efab0521a110707a
+SIZE (gnome3/9f97ca1faca3.patch) = 1077