aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2022-01-24 11:46:43 +0000
committerJan Beich <jbeich@FreeBSD.org>2022-01-24 12:35:06 +0000
commitfd9fc45ced748d58570dcb158eafb870676bb2fd (patch)
tree6d448c01ea6b3f31c117d3bec67b75823f895b2d
parent908f8371fefb3bc9db33926791eded390e062151 (diff)
downloadports-fd9fc45ced748d58570dcb158eafb870676bb2fd.tar.gz
ports-fd9fc45ced748d58570dcb158eafb870676bb2fd.zip
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
-rw-r--r--games/gnome-sudoku/Makefile3
-rw-r--r--games/gnome-sudoku/distinfo2
2 files changed, 5 insertions, 0 deletions
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