Index | Thread | Search

From:
Laurence Tratt <laurie@tratt.net>
Subject:
Fwd: [Update] x11/hk (from laurie@tratt.net)
To:
ports@openbsd.org
Date:
Fri, 22 May 2026 12:05:52 +0100

Download raw body.

Thread
  • Laurence Tratt:

    [Update] x11/hk (from laurie@tratt.net)

Anyone for the x11/hk update? Thanks!


Laurie

----- Forwarded message from Laurence Tratt <laurie@tratt.net> -----

From: Laurence Tratt <laurie@tratt.net>
To: ports@openbsd.org
Date: Sat, 16 May 2026 09:39:04 +0100
Subject: [Update] x11/hk

This update for hk has one thing I'd be grateful for thoughts on. hk now
has a test suite, which uses Xvfb to run. I _think_ that means
`TEST_IS_INTERACTIVE=x11` isn't necessary, but if I'm wrong then I would
be happy to have that flag added to the port if the rest of the update
is OK with folk.


Laurie


diff --git x11/hk/Makefile x11/hk/Makefile
index e7031bf82aa..b7a4dde2de0 100644
--- x11/hk/Makefile
+++ x11/hk/Makefile
@@ -1,6 +1,6 @@
 COMMENT =		set temporary X11 hotkeys
 
-DISTNAME =		hk-0.3.1
+DISTNAME =		hk-0.3.3
 CATEGORIES =		x11
 
 HOMEPAGE =		https://tratt.net/laurie/src/hk/
@@ -18,6 +18,7 @@ EXTRACT_SUFX =		.tgz
 
 CONFIGURE_STYLE =	gnu
 
-NO_TEST =		Yes
+TEST_DEPENDS =		x11/xdotool
+TEST_TARGET =		test
 
 .include <bsd.port.mk>
diff --git x11/hk/distinfo x11/hk/distinfo
index c9e640d3ef7..83559f564a7 100644
--- x11/hk/distinfo
+++ x11/hk/distinfo
@@ -1,2 +1,2 @@
-SHA256 (hk-0.3.1.tgz) = xeutQ99GZ61wthIn3EmorZCFCrhCwjosc0aRYhNhvrs=
-SIZE (hk-0.3.1.tgz) = 47664
+SHA256 (hk-0.3.3.tgz) = gBVuCSJrHzLVNpuATQaoSHj5uRybq1rii+7Mmx/ZWh8=
+SIZE (hk-0.3.3.tgz) = 49152


----- End forwarded message -----