From ee397923bb703379bd68c74bad7661fd1a99445e Mon Sep 17 00:00:00 2001 From: Jan Beich Date: Mon, 24 Jan 2022 12:24:14 +0000 Subject: [PATCH] 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 f2875ca0326a2..3257bd622d917 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 951a3d3f2cc48..38e3842915630 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