From c109bd503ce41adec73e56b0a3f27cbe3479d959 Mon Sep 17 00:00:00 2001 From: bapt Date: Mon, 9 Mar 2015 21:35:16 +0000 Subject: Update to 4.9.1 Bugfixes release: - i3bar: fix incorrect y-offset for text - fix key bindings on big-endian platforms - fix key bindings using Mode_switch - fix keyboard layout change detection - revert "Handle WM_CHANGE_STATE requests for iconic state" (fixes problems with application windows disappearing, like SDL-based games when switching workspaces) - insert id-based match at HEAD, not TAIL (fixes window swallowing not working when the criteria match the placeholder window) - improve error messages on failing commands - replace ~ in filepath when calling append_layout - properly error out when the layout file cannot be read --- x11-wm/i3/Makefile | 2 +- x11-wm/i3/distinfo | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/x11-wm/i3/Makefile b/x11-wm/i3/Makefile index f0ccde3ef0cc..0357e1425af4 100644 --- a/x11-wm/i3/Makefile +++ b/x11-wm/i3/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= i3 -DISTVERSION= 4.9 +DISTVERSION= 4.9.1 CATEGORIES= x11-wm MASTER_SITES= http://i3wm.org/downloads/ diff --git a/x11-wm/i3/distinfo b/x11-wm/i3/distinfo index 7459d82be51f..2e1b1cb5e9b1 100644 --- a/x11-wm/i3/distinfo +++ b/x11-wm/i3/distinfo @@ -1,2 +1,2 @@ -SHA256 (i3-4.9.tar.bz2) = bee31908e3a9ad679beb6e68807ae8ba7804671da2066abb9b3ea2025475d058 -SIZE (i3-4.9.tar.bz2) = 940707 +SHA256 (i3-4.9.1.tar.bz2) = b70deff027c7d05276c9646e53faeeeccdde706370b9b337a633bed85b16dc43 +SIZE (i3-4.9.1.tar.bz2) = 939630 -- cgit