Date: Mon, 24 Jan 2022 13:32:19 GMT From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 701d85436808 - main - games/gnome-mines: unbreak build with Meson 0.61.0 Message-ID: <202201241332.20ODWJSp079462@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=701d8543680889ffc35bf6073dac74ceb64ec1d1 commit 701d8543680889ffc35bf6073dac74ceb64ec1d1 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2022-01-24 13:31:32 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2022-01-24 13:32:15 +0000 games/gnome-mines: unbreak build with Meson 0.61.0 data/meson.build:18: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/gnome-mines/Makefile | 3 +++ games/gnome-mines/distinfo | 2 ++ 2 files changed, 5 insertions(+) diff --git a/games/gnome-mines/Makefile b/games/gnome-mines/Makefile index 68690d53e12b..396188c8e1ce 100644 --- a/games/gnome-mines/Makefile +++ b/games/gnome-mines/Makefile @@ -6,6 +6,9 @@ CATEGORIES= games gnome MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/} DIST_SUBDIR= gnome +PATCH_SITES= https://gitlab.gnome.org/GNOME/${PORTNAME}/-/commit/ +PATCHFILES+= 0a10c3a8ae43.patch:-p1 # https://gitlab.gnome.org/GNOME/gnome-mines/-/merge_requests/31 + MAINTAINER= gnome@FreeBSD.org COMMENT= Gnome minesweeper diff --git a/games/gnome-mines/distinfo b/games/gnome-mines/distinfo index 7bbfd330f5fd..1ba36194089c 100644 --- a/games/gnome-mines/distinfo +++ b/games/gnome-mines/distinfo @@ -1,3 +1,5 @@ TIMESTAMP = 1622413500 SHA256 (gnome/gnome-mines-40.0.tar.xz) = 1f79ba6c2ae4a56e5a0c23668d40f05cfcac68a2d848db1a1cf9920c779bc669 SIZE (gnome/gnome-mines-40.0.tar.xz) = 283016 +SHA256 (gnome/0a10c3a8ae43.patch) = c4e786769b40ffe7b6795c2597a9afda68776e6e86ac33733330692c773d0a9b +SIZE (gnome/0a10c3a8ae43.patch) = 1288
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202201241332.20ODWJSp079462>