This updates i3 to last version, a tiny bugfix release

Announce https://www.freelists.org/post/i3-announce/i3-v4182-released

• floating_maybe_reassign_ws: only re-focus if
  previously focused (fixes a focus issue with KDE notifications)
• get_output_by_name: guard output->primary with require_active
• i3bar: fix Xorg memory leak

sysutils/rofi has x11/i3 as a build dependency, it still
compiles fine and its make test passes 14/14

ok?

Index: Makefile
===================================================================
RCS file: /cvs/ports/x11/i3/Makefile,v
retrieving revision 1.124
diff -u -p -r1.124 Makefile
--- Makefile    15 May 2020 11:40:13 -0000      1.124
+++ Makefile    30 Jul 2020 11:17:26 -0000
@@ -2,7 +2,7 @@
 
 COMMENT =      improved dynamic tiling window manager
 
-DISTNAME =     i3-4.18.1
+DISTNAME =     i3-4.18.2
 
 CATEGORIES =   x11
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/x11/i3/distinfo,v
retrieving revision 1.35
diff -u -p -r1.35 distinfo
--- distinfo    15 May 2020 11:40:13 -0000      1.35
+++ distinfo    30 Jul 2020 11:17:26 -0000
@@ -1,2 +1,2 @@
-SHA256 (i3-4.18.1.tar.bz2) = mr+Q+oA/LLjlPjvIyVLrpIxDRjCDYI5BB/xTqyJL4Hw=
-SIZE (i3-4.18.1.tar.bz2) = 1217703
+SHA256 (i3-4.18.2.tar.bz2) = soYX1i8wi5OBf8mUna/+50z0oAFoXeOJ8wcstEz1Egw=
+SIZE (i3-4.18.2.tar.bz2) = 1218440
Index: patches/patch-Makefile_in
===================================================================
RCS file: /cvs/ports/x11/i3/patches/patch-Makefile_in,v
retrieving revision 1.7
diff -u -p -r1.7 patch-Makefile_in
--- patches/patch-Makefile_in   10 Mar 2020 16:27:53 -0000      1.7
+++ patches/patch-Makefile_in   30 Jul 2020 11:17:26 -0000
@@ -34,7 +34,7 @@ Index: Makefile.in
  am--force-recheck:
        @:
  
-@@ -4033,7 +4027,7 @@ i3-config-parser.stamp: parser/$(dirstamp) generate-co
+@@ -4039,7 +4033,7 @@ i3-config-parser.stamp: parser/$(dirstamp) generate-co
  
################################################################################
  
  anyevent-i3.stamp: AnyEvent-I3/lib/AnyEvent/I3.pm

Reply via email to