Date: Mon, 24 Jan 2022 12:35:41 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: fd9fc45ced74 - main - games/gnome-sudoku: unbreak build with Meson 0.61.0 Message-ID: <202201241235.20OCZfZd099207@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=fd9fc45ced748d58570dcb158eafb870676bb2fd commit fd9fc45ced748d58570dcb158eafb870676bb2fd Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2022-01-24 11:46:43 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2022-01-24 12:35:06 +0000 games/gnome-sudoku: unbreak build with Meson 0.61.0 data/meson.build:5: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-sudoku/Makefile | 3 +++ games/gnome-sudoku/distinfo | 2 ++ 2 files changed, 5 insertions(+) diff --git a/games/gnome-sudoku/Makefile b/games/gnome-sudoku/Makefile index a0e92645487e..4700a18d4d55 100644 --- a/games/gnome-sudoku/Makefile +++ b/games/gnome-sudoku/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+= 7c9935a02b48.patch:-p1 # https://gitlab.gnome.org/GNOME/gnome-sudoku/-/merge_requests/39 + MAINTAINER= gnome@FreeBSD.org COMMENT= Sudoku game for gnome diff --git a/games/gnome-sudoku/distinfo b/games/gnome-sudoku/distinfo index 20cf41c69e05..c4ab81bbc554 100644 --- a/games/gnome-sudoku/distinfo +++ b/games/gnome-sudoku/distinfo @@ -1,3 +1,5 @@ TIMESTAMP = 1627967549 SHA256 (gnome/gnome-sudoku-40.2.tar.xz) = 36120531e3c7139581ea3800fbfe3c2b31694c440145ecc897ac34e562d754a3 SIZE (gnome/gnome-sudoku-40.2.tar.xz) = 358260 +SHA256 (gnome/7c9935a02b48.patch) = ec2699213543e125949a09922d87376cf7ab265f3ae9a9ae7149fdbb725a064e +SIZE (gnome/7c9935a02b48.patch) = 1260
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202201241235.20OCZfZd099207>