aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2017-09-04 21:40:03 +0800
committerbapt <bapt@FreeBSD.org>2017-09-04 21:40:03 +0800
commit787cb979ae1aa8a805cdca8796f3b3654a314644 (patch)
tree95464042c5341f482c3ec9828b3b832e12c79078
parent600c3627abd0406dc013e16eb98f108803f90d08 (diff)
downloadfreebsd-ports-gnome-787cb979ae1aa8a805cdca8796f3b3654a314644.tar.gz
freebsd-ports-gnome-787cb979ae1aa8a805cdca8796f3b3654a314644.tar.zst
freebsd-ports-gnome-787cb979ae1aa8a805cdca8796f3b3654a314644.zip
Update to 4.14
-rw-r--r--x11-wm/i3/Makefile2
-rw-r--r--x11-wm/i3/distinfo6
-rw-r--r--x11-wm/i3/files/patch-configure11
-rw-r--r--x11-wm/i3/files/patch-libi3_get__config__path.c11
4 files changed, 4 insertions, 26 deletions
diff --git a/x11-wm/i3/Makefile b/x11-wm/i3/Makefile
index 318cf2d1b650..ba3db6a4a0fa 100644
--- a/x11-wm/i3/Makefile
+++ b/x11-wm/i3/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= i3
-DISTVERSION= 4.13
+DISTVERSION= 4.14
CATEGORIES= x11-wm
MASTER_SITES= http://i3wm.org/downloads/
diff --git a/x11-wm/i3/distinfo b/x11-wm/i3/distinfo
index 142cefb5cab8..9cff0f90e7ba 100644
--- a/x11-wm/i3/distinfo
+++ b/x11-wm/i3/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1478723379
-SHA256 (i3-4.13.tar.bz2) = 94c13183e527a984132a3b050c8bf629626502a6e133e07b413641aec5f8cf8a
-SIZE (i3-4.13.tar.bz2) = 1121298
+TIMESTAMP = 1504530368
+SHA256 (i3-4.14.tar.bz2) = ae3abde3af1b87e269d8aad2348be6f7298338cb8e06bad11cbf91cdbf92a5d6
+SIZE (i3-4.14.tar.bz2) = 1152501
diff --git a/x11-wm/i3/files/patch-configure b/x11-wm/i3/files/patch-configure
deleted file mode 100644
index ce3980649a3c..000000000000
--- a/x11-wm/i3/files/patch-configure
+++ /dev/null
@@ -1,11 +0,0 @@
---- configure.orig 2016-11-08 18:54:08 UTC
-+++ configure
-@@ -3351,7 +3351,7 @@ if test "x$_cv_gnu_make_command" = x"";
- fi
-
- case $srcdir in #(
-- .|.*) :
-+ *) :
-
- # pwd -P is specified in IEEE 1003.1 from 2004
- as_dir=`cd "$srcdir" && pwd -P`
diff --git a/x11-wm/i3/files/patch-libi3_get__config__path.c b/x11-wm/i3/files/patch-libi3_get__config__path.c
deleted file mode 100644
index 0dae2577dc3b..000000000000
--- a/x11-wm/i3/files/patch-libi3_get__config__path.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- libi3/get_config_path.c.orig 2016-11-08 18:54:01 UTC
-+++ libi3/get_config_path.c
-@@ -71,7 +71,7 @@ char *get_config_path(const char *overri
-
- /* 4: check for $XDG_CONFIG_DIRS/i3/config */
- if ((xdg_config_dirs = getenv("XDG_CONFIG_DIRS")) == NULL)
-- xdg_config_dirs = "/etc/xdg";
-+ xdg_config_dirs = SYSCONFDIR "/xdg";
-
- char *buf = sstrdup(xdg_config_dirs);
- char *tok = strtok(buf, ":");