aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2022-01-23 10:54:25 +0000
committerJan Beich <jbeich@FreeBSD.org>2022-01-23 10:55:12 +0000
commit7d8d12abfc12d30d00f7c8842bcdc984fc474a13 (patch)
tree940dfa8830e1e286fce5d85d1e931ac122a26f86
parentd3dbf1c48e10baedec69c32739eb5a1915666923 (diff)
downloadports-7d8d12abfc12d30d00f7c8842bcdc984fc474a13.tar.gz
ports-7d8d12abfc12d30d00f7c8842bcdc984fc474a13.zip
games/gnome-2048: unbreak build with Meson 0.61.0
data/meson.build:19: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-2048/Makefile3
-rw-r--r--games/gnome-2048/distinfo2
2 files changed, 5 insertions, 0 deletions
diff --git a/games/gnome-2048/Makefile b/games/gnome-2048/Makefile
index 7f4dfb51ba9e..3cb8ef92b4c6 100644
--- a/games/gnome-2048/Makefile
+++ b/games/gnome-2048/Makefile
@@ -7,6 +7,9 @@ CATEGORIES= games gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome
+PATCH_SITES= https://gitlab.gnome.org/GNOME/${PORTNAME}/-/commit/
+PATCHFILES+= 194e22699f71.patch:-p1 # https://gitlab.gnome.org/GNOME/gnome-2048/-/merge_requests/21
+
MAINTAINER= gnome@FreeBSD.org
COMMENT= Move the tiles until you obtain the 2048 tile
diff --git a/games/gnome-2048/distinfo b/games/gnome-2048/distinfo
index 3eb9ae5d5a0e..30996d7a353e 100644
--- a/games/gnome-2048/distinfo
+++ b/games/gnome-2048/distinfo
@@ -1,3 +1,5 @@
TIMESTAMP = 1606280612
SHA256 (gnome/gnome-2048-3.38.2.tar.xz) = e27367f5c09a0136581d335f57913aaf5a5f180e3299cc5c1a30d8583e79ae68
SIZE (gnome/gnome-2048-3.38.2.tar.xz) = 126780
+SHA256 (gnome/194e22699f71.patch) = f4902c94963c5c398ce1f921d3766af38f078b78a210872183471adc869f662a
+SIZE (gnome/194e22699f71.patch) = 1079