diff options
author | dhn <dhn@FreeBSD.org> | 2011-01-23 04:08:01 +0800 |
---|---|---|
committer | dhn <dhn@FreeBSD.org> | 2011-01-23 04:08:01 +0800 |
commit | 78c340520dcd055beefe6b4b5a9a66ebd41a64e8 (patch) | |
tree | 8c772f6b6cbe8b4deef5206b07b288664f432889 /x11-wm/i3 | |
parent | fbe0a69bea804e106ec6820fea9570e1bf771993 (diff) | |
download | freebsd-ports-gnome-78c340520dcd055beefe6b4b5a9a66ebd41a64e8.tar.gz freebsd-ports-gnome-78c340520dcd055beefe6b4b5a9a66ebd41a64e8.tar.zst freebsd-ports-gnome-78c340520dcd055beefe6b4b5a9a66ebd41a64e8.zip |
- Update to 3.e-bf2
PR: ports/154222
Submitted by: Raphael Kubo da Costa <kubito@gmail.com>
Feature safe: yes
Diffstat (limited to 'x11-wm/i3')
-rw-r--r-- | x11-wm/i3/Makefile | 2 | ||||
-rw-r--r-- | x11-wm/i3/distinfo | 5 | ||||
-rw-r--r-- | x11-wm/i3/files/patch-src__cfgparse.l | 10 |
3 files changed, 13 insertions, 4 deletions
diff --git a/x11-wm/i3/Makefile b/x11-wm/i3/Makefile index 4aaa069ce30b..2516ad0ce254 100644 --- a/x11-wm/i3/Makefile +++ b/x11-wm/i3/Makefile @@ -6,7 +6,7 @@ # PORTNAME= i3 -DISTVERSION= 3.e-bf1 +DISTVERSION= 3.e-bf2 CATEGORIES= x11-wm MASTER_SITES= http://i3.zekjur.net/downloads/ \ ${MASTER_SITE_LOCAL} diff --git a/x11-wm/i3/distinfo b/x11-wm/i3/distinfo index 8f1708161bad..c9bf3828a4d7 100644 --- a/x11-wm/i3/distinfo +++ b/x11-wm/i3/distinfo @@ -1,3 +1,2 @@ -MD5 (i3-3.e-bf1.tar.bz2) = e13be1a4c6f3ba5180c7264194f57e38 -SHA256 (i3-3.e-bf1.tar.bz2) = 68b9058e23263a409421c39ad2ecc53c28b743aa09a687eb04413aa2a96051c7 -SIZE (i3-3.e-bf1.tar.bz2) = 291172 +SHA256 (i3-3.e-bf2.tar.bz2) = 4439d20694b116acc0ae40acee2c22473ce1cc6b6f16593e8002f21bb092eb20 +SIZE (i3-3.e-bf2.tar.bz2) = 291392 diff --git a/x11-wm/i3/files/patch-src__cfgparse.l b/x11-wm/i3/files/patch-src__cfgparse.l new file mode 100644 index 000000000000..d20dcc78455d --- /dev/null +++ b/x11-wm/i3/files/patch-src__cfgparse.l @@ -0,0 +1,10 @@ +--- ./src/cfgparse.l.orig 2011-01-19 21:26:37.000000000 +0100 ++++ ./src/cfgparse.l 2011-01-22 20:43:13.000000000 +0100 +@@ -10,6 +10,7 @@ + */ + #include <stdio.h> + #include <string.h> ++#include <stdint.h> /* Defines uint32_t, required by cfgparse.tab.h */ + #include "cfgparse.tab.h" + #include <xcb/xcb.h> + |