From 5b2a2da9392b9ad1117989b346f79ebd04ce7421 Mon Sep 17 00:00:00 2001 From: Robert Clausecker Date: Fri, 24 May 2024 21:05:09 +0200 Subject: [PATCH] x11/ulauncher: update webkit2gtk3 API version to 4.1 Pull Request: https://github.com/freebsd/freebsd-ports/pull/266 --- x11/ulauncher/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11/ulauncher/Makefile b/x11/ulauncher/Makefile index a092af60b0f1e..ade501a974424 100644 --- a/x11/ulauncher/Makefile +++ b/x11/ulauncher/Makefile @@ -1,6 +1,6 @@ PORTNAME= ulauncher PORTVERSION= 5.15.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 MASTER_SITES= https://github.com/Ulauncher/Ulauncher/releases/download/${PORTVERSION}/ DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -20,7 +20,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dbus>=0:devel/py-dbus@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}xdg>=0:devel/py-xdg@${PY_FLAVOR} \ ${LOCALBASE}/share/gir-1.0/Keybinder-3.0.gir:x11/keybinder-gtk3 \ ${LOCALBASE}/share/gir-1.0/Notify-0.7.gir:devel/libnotify \ - ${LOCALBASE}/share/gir-1.0/WebKit2-4.0.gir:www/webkit2-gtk3 \ + ${LOCALBASE}/share/gir-1.0/WebKit2-4.1.gir:www/webkit2-gtk3 \ wmctrl:x11/wmctrl USES= gettext-tools gnome python