Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Jun 2024 19:47:27 GMT
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 35667fdbd17a - main - x11/ulauncher: fix depends, unbreak the ports tree
Message-ID:  <202406191947.45JJlRwS016051@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by antoine:

URL: https://cgit.FreeBSD.org/ports/commit/?id=35667fdbd17ab8c4296effb9916043ad221f588e

commit 35667fdbd17ab8c4296effb9916043ad221f588e
Author:     Antoine Brodin <antoine@FreeBSD.org>
AuthorDate: 2024-06-19 19:46:59 +0000
Commit:     Antoine Brodin <antoine@FreeBSD.org>
CommitDate: 2024-06-19 19:46:59 +0000

    x11/ulauncher: fix depends, unbreak the ports tree
---
 x11/ulauncher/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11/ulauncher/Makefile b/x11/ulauncher/Makefile
index a092af60b0f1..f911e648c383 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}
@@ -21,7 +21,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}dbus>=0:devel/py-dbus@${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 \
-		wmctrl:x11/wmctrl
+		wmctrl:x11/wmctrl-fork
 
 USES=		gettext-tools gnome python
 USE_GNOME=	gtk30 intltool pygobject3



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