From owner-svn-ports-head@FreeBSD.ORG Sat Feb 28 15:36:24 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0845AF4F; Sat, 28 Feb 2015 15:36:24 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CD6DE22E; Sat, 28 Feb 2015 15:36:23 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1SFaNcx029445; Sat, 28 Feb 2015 15:36:23 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1SFaNSc029443; Sat, 28 Feb 2015 15:36:23 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201502281536.t1SFaNSc029443@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sat, 28 Feb 2015 15:36:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r380148 - head/x11-wm/i3 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Feb 2015 15:36:24 -0000 Author: bapt Date: Sat Feb 28 15:36:22 2015 New Revision: 380148 URL: https://svnweb.freebsd.org/changeset/ports/380148 QAT: https://qat.redports.org/buildarchive/r380148/ Log: Update to 4.9 Notable changes: - mouse button bindings - improved EWMH compatibility - plenty of bugfixes and little enhancements - new dependency on libxkbcommon which drops the last direct dependency on Xlib Modified: head/x11-wm/i3/Makefile head/x11-wm/i3/distinfo Modified: head/x11-wm/i3/Makefile ============================================================================== --- head/x11-wm/i3/Makefile Sat Feb 28 15:10:56 2015 (r380147) +++ head/x11-wm/i3/Makefile Sat Feb 28 15:36:22 2015 (r380148) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= i3 -DISTVERSION= 4.8 +DISTVERSION= 4.9 CATEGORIES= x11-wm MASTER_SITES= http://i3wm.org/downloads/ @@ -20,12 +20,13 @@ LIB_DEPENDS= libstartup-notification-1.s libcairo.so:${PORTSDIR}/graphics/cairo \ libpangocairo-1.0.so:${PORTSDIR}/x11-toolkits/pango \ libpcre.so:${PORTSDIR}/devel/pcre \ - libxcb-cursor.so:${PORTSDIR}/x11/xcb-util-cursor + libxcb-cursor.so:${PORTSDIR}/x11/xcb-util-cursor \ + libxkbcommon.so:${PORTSDOR}/x11/libxkbcommon RUN_DEPENDS= p5-IPC-Run>=0:${PORTSDIR}/devel/p5-IPC-Run \ p5-Try-Tiny>=0:${PORTSDIR}/lang/p5-Try-Tiny \ p5-AnyEvent-I3>=0:${PORTSDIR}/devel/p5-AnyEvent-I3 -USE_XORG= x11 xcb +USE_XORG= xcb USES= pkgconfig iconv gmake perl5 tar:bzip2 USE_PERL5= run LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB} Modified: head/x11-wm/i3/distinfo ============================================================================== --- head/x11-wm/i3/distinfo Sat Feb 28 15:10:56 2015 (r380147) +++ head/x11-wm/i3/distinfo Sat Feb 28 15:36:22 2015 (r380148) @@ -1,2 +1,2 @@ -SHA256 (i3-4.8.tar.bz2) = 502c34290f239780bb40352191f0500e8f35d2446eddb573c67c27873d6a1b6b -SIZE (i3-4.8.tar.bz2) = 939690 +SHA256 (i3-4.9.tar.bz2) = bee31908e3a9ad679beb6e68807ae8ba7804671da2066abb9b3ea2025475d058 +SIZE (i3-4.9.tar.bz2) = 940707