svn commit: r380148 - head/x11-wm/i3
Baptiste Daroussin
bapt at FreeBSD.org
Sat Feb 28 15:36:24 UTC 2015
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
More information about the svn-ports-all
mailing list