Date: Mon, 9 Mar 2015 21:35:16 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r380883 - head/x11-wm/i3 Message-ID: <201503092135.t29LZGLo057279@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Mon Mar 9 21:35:16 2015 New Revision: 380883 URL: https://svnweb.freebsd.org/changeset/ports/380883 QAT: https://qat.redports.org/buildarchive/r380883/ Log: 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 Modified: head/x11-wm/i3/Makefile head/x11-wm/i3/distinfo Modified: head/x11-wm/i3/Makefile ============================================================================== --- head/x11-wm/i3/Makefile Mon Mar 9 21:33:38 2015 (r380882) +++ head/x11-wm/i3/Makefile Mon Mar 9 21:35:16 2015 (r380883) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= i3 -DISTVERSION= 4.9 +DISTVERSION= 4.9.1 CATEGORIES= x11-wm MASTER_SITES= http://i3wm.org/downloads/ Modified: head/x11-wm/i3/distinfo ============================================================================== --- head/x11-wm/i3/distinfo Mon Mar 9 21:33:38 2015 (r380882) +++ head/x11-wm/i3/distinfo Mon Mar 9 21:35:16 2015 (r380883) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503092135.t29LZGLo057279>