git: c317f841dcff - main - devel/gitg: unbreak build with Meson 0.61.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 24 Jan 2022 12:35:51 UTC
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