diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2020-07-16 07:58:15 +0800 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2020-07-16 07:58:15 +0800 |
commit | 3239a4533e575baf5dcdd9013911cc273a66b24a (patch) | |
tree | 183cb4427e62819d4187a34abea65c1d75664c20 /x11-wm/hikari | |
parent | 8a334ff13338df42476cf16e1851489a5f1b0e3a (diff) | |
download | freebsd-ports-gnome-3239a4533e575baf5dcdd9013911cc273a66b24a.tar.gz freebsd-ports-gnome-3239a4533e575baf5dcdd9013911cc273a66b24a.tar.zst freebsd-ports-gnome-3239a4533e575baf5dcdd9013911cc273a66b24a.zip |
x11-toolkits/wlroots: update to 0.11.0
Changes: https://github.com/swaywm/wlroots/releases/tag/0.11.0
Reported by: GitHub (watch releases)
Diffstat (limited to 'x11-wm/hikari')
-rw-r--r-- | x11-wm/hikari/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-wm/hikari/Makefile b/x11-wm/hikari/Makefile index 5e0a75084881..925fdc40fbcd 100644 --- a/x11-wm/hikari/Makefile +++ b/x11-wm/hikari/Makefile @@ -2,6 +2,7 @@ PORTNAME= hikari DISTVERSION= 2.0.5 +PORTREVISION= 1 CATEGORIES= x11-wm MASTER_SITES= https://hikari.acmelabs.space/releases/ @@ -13,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= evdev-proto>0:devel/evdev-proto \ wayland-protocols>=1.14:graphics/wayland-protocols \ - wlroots>=0.9.0<0.11.0:x11-toolkits/wlroots + wlroots>=0.9.0<0.12.0:x11-toolkits/wlroots LIB_DEPENDS= libepoll-shim.so:devel/libepoll-shim \ libinput.so:x11/libinput \ libucl.so:textproc/libucl \ |