From 237749844e8769fe18275e948fba900b1db26501 Mon Sep 17 00:00:00 2001 From: Robert Clausecker Date: Fri, 24 May 2024 21:11:21 +0200 Subject: [PATCH] www/eolie: update webkit2gtk3 API version to 4.1 Pull Request: https://github.com/freebsd/freebsd-ports/pull/266 --- www/eolie/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/eolie/Makefile b/www/eolie/Makefile index 5c03d28104584..5c42aae139c5b 100644 --- a/www/eolie/Makefile +++ b/www/eolie/Makefile @@ -1,6 +1,6 @@ PORTNAME= eolie PORTVERSION= 0.9.101 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= www gnome MASTER_SITES= https://adishatz.org/eolie/ @@ -13,7 +13,7 @@ LICENSE= GPLv3+ BUILD_DEPENDS= appstream-util:devel/appstream-glib RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>=0:databases/py-sqlite3@${PY_FLAVOR} \ ${LOCALBASE}/share/gir-1.0/GtkSpell-3.0.gir:textproc/gtkspell3 \ - ${LOCALBASE}/share/gir-1.0/WebKit2-4.0.gir:www/webkit2-gtk3 \ + ${LOCALBASE}/share/gir-1.0/WebKit2-4.1.gir:www/webkit2-gtk3 \ ${LOCALBASE}/share/glib-2.0/schemas/org.gnome.settings-daemon.plugins.color.gschema.xml:sysutils/gnome-settings-daemon USES= desktop-file-utils gettext gnome meson pkgconfig python \