diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2022-01-24 12:05:05 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2022-01-24 12:35:07 +0000 |
commit | 80c5ab5b8b8bdc4ef147bbcf02e0be3908402e35 (patch) | |
tree | e36430712d9487f2a2fba8b96024ebd67d8eaf51 | |
parent | 97acc601edf15e40dc77b024719fdd386cc4bf4b (diff) |
deskutils/bijiben: unbreak build with Meson 0.61.0
data/appdata/meson.build:3: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-- | deskutils/bijiben/Makefile | 3 | ||||
-rw-r--r-- | deskutils/bijiben/distinfo | 2 |
2 files changed, 5 insertions, 0 deletions
diff --git a/deskutils/bijiben/Makefile b/deskutils/bijiben/Makefile index ed87c9d14588..0f96f2bae70c 100644 --- a/deskutils/bijiben/Makefile +++ b/deskutils/bijiben/Makefile @@ -7,6 +7,9 @@ CATEGORIES= deskutils gnome MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/} DIST_SUBDIR= gnome +PATCH_SITES= https://gitlab.gnome.org/GNOME/${PORTNAME}/-/commit/ +PATCHFILES+= 01ccae2ccb64.patch:-p1 # https://gitlab.gnome.org/GNOME/bijiben/-/merge_requests/158 + MAINTAINER= gnome@FreeBSD.org COMMENT= Note editor designed to remain simple to use diff --git a/deskutils/bijiben/distinfo b/deskutils/bijiben/distinfo index 42df17a5cdea..a7be979a497e 100644 --- a/deskutils/bijiben/distinfo +++ b/deskutils/bijiben/distinfo @@ -1,3 +1,5 @@ TIMESTAMP = 1628011219 SHA256 (gnome/bijiben-40.1.tar.xz) = 05a06fb066e9802f5f24ab67b0d2f71451866363ba3e39f9f775fd49a7587bbf SIZE (gnome/bijiben-40.1.tar.xz) = 687344 +SHA256 (gnome/01ccae2ccb64.patch) = b0e14ed0bb9f1eb8e38f7d267b8f58a3d6a5216709035775d93e29f598d559f1 +SIZE (gnome/01ccae2ccb64.patch) = 1162 |