Date: Tue, 25 Jan 2022 12:26:32 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: f35efce3b504 - main - editors/gedit-plugins: unbreak build with Meson 0.61.0 Message-ID: <202201251226.20PCQWPh013270@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=f35efce3b504ea3a844a0b27b65f005903ad0635 commit f35efce3b504ea3a844a0b27b65f005903ad0635 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2022-01-25 12:13:19 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2022-01-25 12:24:57 +0000 editors/gedit-plugins: unbreak build with Meson 0.61.0 plugins/bookmarks/meson.build:43: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 --- editors/gedit-plugins/Makefile | 3 +++ editors/gedit-plugins/distinfo | 2 ++ 2 files changed, 5 insertions(+) diff --git a/editors/gedit-plugins/Makefile b/editors/gedit-plugins/Makefile index 8f9ef1ad4465..64df59d269eb 100644 --- a/editors/gedit-plugins/Makefile +++ b/editors/gedit-plugins/Makefile @@ -7,6 +7,9 @@ CATEGORIES= editors gnome MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/} DIST_SUBDIR= gnome +PATCH_SITES= https://gitlab.gnome.org/GNOME/${PORTNAME}/-/commit/ +PATCHFILES+= 70c8ba4a1393.patch:-p1 # https://gitlab.gnome.org/GNOME/gedit-plugins/-/merge_requests/27 + MAINTAINER= gnome@FreeBSD.org COMMENT= Plugins for GEdit 3 diff --git a/editors/gedit-plugins/distinfo b/editors/gedit-plugins/distinfo index 3f3a2d651702..f38d3b80fbcc 100644 --- a/editors/gedit-plugins/distinfo +++ b/editors/gedit-plugins/distinfo @@ -1,3 +1,5 @@ TIMESTAMP = 1622065692 SHA256 (gnome/gedit-plugins-40.1.tar.xz) = dfb7989507a5745cb17c42fb1472207167a387197354f64254118e4a9437c196 SIZE (gnome/gedit-plugins-40.1.tar.xz) = 951024 +SHA256 (gnome/70c8ba4a1393.patch) = 09b343915fc5942e072af0b4e640e519347903891db39d7cff83d47dc95d9a99 +SIZE (gnome/70c8ba4a1393.patch) = 10575
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202201251226.20PCQWPh013270>