diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2022-01-24 12:01:34 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2022-01-24 12:35:07 +0000 |
commit | 97acc601edf15e40dc77b024719fdd386cc4bf4b (patch) | |
tree | a0e9b746032634a1b30d70b1ee3041c4dcce1278 | |
parent | e8da92d64012af2c927a7f68db5174c8a96bd164 (diff) |
games/aisleriot: unbreak build with Meson 0.61.0
data/meson.build:20: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
-rw-r--r-- | games/aisleriot/Makefile | 3 | ||||
-rw-r--r-- | games/aisleriot/distinfo | 2 |
2 files changed, 5 insertions, 0 deletions
diff --git a/games/aisleriot/Makefile b/games/aisleriot/Makefile index a81621fa1a22..f59f5ac2fa7b 100644 --- a/games/aisleriot/Makefile +++ b/games/aisleriot/Makefile @@ -6,6 +6,9 @@ CATEGORIES= games gnome MASTER_SITES= https://gitlab.gnome.org/GNOME/${PORTNAME}/-/archive/${PORTVERSION}/ DIST_SUBDIR= gnome3 +PATCH_SITES= https://gitlab.gnome.org/GNOME/${PORTNAME}/-/commit/ +PATCHFILES+= 4bf6fcf5c804.patch:-p1 # https://gitlab.gnome.org/GNOME/aisleriot/-/issues/916 + MAINTAINER= gnome@FreeBSD.org COMMENT= Collection of patience games written in guile scheme diff --git a/games/aisleriot/distinfo b/games/aisleriot/distinfo index f5f4e687a9f9..6847fecd4657 100644 --- a/games/aisleriot/distinfo +++ b/games/aisleriot/distinfo @@ -1,3 +1,5 @@ TIMESTAMP = 1634651003 SHA256 (gnome3/aisleriot-3.22.19.tar.gz) = 63d890479e2b9cf15702e264c5bbab0f7f2bbce610aecbfcfb5e88c547150e2f SIZE (gnome3/aisleriot-3.22.19.tar.gz) = 8047432 +SHA256 (gnome3/4bf6fcf5c804.patch) = 0ccdd0dbfefdf7fe3ed6b5718b71d8004fe3dd6ec8cf7b1a29b518c1389a5b8b +SIZE (gnome3/4bf6fcf5c804.patch) = 801 |