CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2021/11/12 09:00:14
Modified files:
x11/i3-mousedrag: Makefile distinfo
x11/i3-mousedrag/patches: patch-etc_config
patch-etc_config_keycodes
patch-i3-dmenu-desktop
patch-man_i3_man patch-meson_build
patch-src_bindings_c
patch-src_config_parser_c
patch-src_main_c
Added files:
x11/i3-mousedrag/patches: patch-src_config_directives_c
Log message:
update i3-mousedrag to a newer checkout based on 4.20.1
add patch based on rsadowski's for i3-gaps; https://github.com/i3/i3/pull/4420
was merged which adds an "include" config directive based on wordexp();
OpenBSD doesn't have this (and is not ever likely to) so adapt to using glob()
instead.