Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Jan 2022 10:25:56 GMT
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 299348602e6d - main - www/epiphany: unbreak build with Meson 0.61.0
Message-ID:  <202201231025.20NAPuFH088679@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by jbeich:

URL: https://cgit.FreeBSD.org/ports/commit/?id=299348602e6d75b6f85b2e7303a0bea5f37541b6

commit 299348602e6d75b6f85b2e7303a0bea5f37541b6
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2022-01-23 10:19:27 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2022-01-23 10:24:09 +0000

    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
---
 www/epiphany/Makefile | 3 +++
 www/epiphany/distinfo | 2 ++
 2 files changed, 5 insertions(+)

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202201231025.20NAPuFH088679>