1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00

Update to 4.14

This commit is contained in:
Baptiste Daroussin 2017-09-04 13:40:03 +00:00
parent 76a0e1a0f9
commit 161a491b5f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=449246
4 changed files with 4 additions and 26 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= i3
DISTVERSION= 4.13
DISTVERSION= 4.14
CATEGORIES= x11-wm
MASTER_SITES= http://i3wm.org/downloads/

View File

@ -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

View File

@ -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`

View File

@ -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, ":");