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
No comments:
Post a Comment