Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Jan 2022 12:35:51 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: c317f841dcff - main - devel/gitg: unbreak build with Meson 0.61.0
Message-ID:  <202201241235.20OCZpKX099405@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=c317f841dcffd6219a85f6467ee89ee3a2c75839

commit c317f841dcffd6219a85f6467ee89ee3a2c75839
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2022-01-24 12:20:08 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2022-01-24 12:35:08 +0000

    devel/gitg: unbreak build with Meson 0.61.0
    
    data/meson.build:8: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
---
 devel/gitg/Makefile | 3 +++
 devel/gitg/distinfo | 2 ++
 2 files changed, 5 insertions(+)

diff --git a/devel/gitg/Makefile b/devel/gitg/Makefile
index 0262ba7985c4..2dcd8cda955b 100644
--- a/devel/gitg/Makefile
+++ b/devel/gitg/Makefile
@@ -7,6 +7,9 @@ CATEGORIES=	devel deskutils gnome
 MASTER_SITES=	GNOME
 DIST_SUBDIR=	gnome
 
+PATCH_SITES=	https://gitlab.gnome.org/GNOME/${PORTNAME}/-/commit/
+PATCHFILES+=	1978973b1284.patch:-p1 # https://gitlab.gnome.org/GNOME/gitg/-/merge_requests/175
+
 MAINTAINER=	kwm@FreeBSD.org
 COMMENT=	GTK-based git repository viewer
 
diff --git a/devel/gitg/distinfo b/devel/gitg/distinfo
index 55cf6fa2391c..9dd41c165810 100644
--- a/devel/gitg/distinfo
+++ b/devel/gitg/distinfo
@@ -1,3 +1,5 @@
 TIMESTAMP = 1564345809
 SHA256 (gnome/gitg-3.32.1.tar.xz) = 24a4aabf8a42aa2e783e1fb5996ebb3c2a82a01b9689269f1329517ef124ef5a
 SIZE (gnome/gitg-3.32.1.tar.xz) = 10613836
+SHA256 (gnome/1978973b1284.patch) = f95bc608916e1b7e254d8267065c407b636128fa20b1981ee5cc0766fbfb9f66
+SIZE (gnome/1978973b1284.patch) = 1135



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