diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2022-01-23 10:19:27 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2022-01-23 10:24:09 +0000 |
commit | 299348602e6d75b6f85b2e7303a0bea5f37541b6 (patch) | |
tree | a06018b900437051814e61e237a6c3cb5616cbf8 | |
parent | 6962c17e779d356b6996781a3c159f7dadab91ea (diff) | |
download | ports-299348602e6d75b6f85b2e7303a0bea5f37541b6.tar.gz ports-299348602e6d75b6f85b2e7303a0bea5f37541b6.zip |
www/epiphany: unbreak build with Meson 0.61.0
data/meson.build:18: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-- | www/epiphany/Makefile | 3 | ||||
-rw-r--r-- | www/epiphany/distinfo | 2 |
2 files changed, 5 insertions, 0 deletions
diff --git a/www/epiphany/Makefile b/www/epiphany/Makefile index f64c1a0afa37..a4ee8f54af5a 100644 --- a/www/epiphany/Makefile +++ b/www/epiphany/Makefile @@ -6,6 +6,9 @@ CATEGORIES= www gnome MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/} DIST_SUBDIR= gnome +PATCH_SITES= https://gitlab.gnome.org/GNOME/${PORTNAME}/-/commit/ +PATCHFILES+= bfbb5f7bab38.patch:-p1 # https://gitlab.gnome.org/GNOME/epiphany/-/merge_requests/1031 + MAINTAINER= gnome@FreeBSD.org COMMENT= Extremely lightweight and simple web browser for GNOME 3 diff --git a/www/epiphany/distinfo b/www/epiphany/distinfo index e8b3b2238e52..519481b44776 100644 --- a/www/epiphany/distinfo +++ b/www/epiphany/distinfo @@ -1,3 +1,5 @@ TIMESTAMP = 1642358635 SHA256 (gnome/epiphany-41.3.tar.xz) = ba01268ee54f318dfdac2e01eba38a3fc96940c1cbf640ed2613ae29f8bcb9ad SIZE (gnome/epiphany-41.3.tar.xz) = 6153540 +SHA256 (gnome/bfbb5f7bab38.patch) = f7fa05bb177a8400f4c2f95dd2a3260ead32d2f321b29f89a8475699c4f4bf5a +SIZE (gnome/bfbb5f7bab38.patch) = 1055 |