From nobody Wed Nov 3 13:00:25 2021 X-Original-To: dev-commits-ports-main@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 3527F182BCF2; Wed, 3 Nov 2021 13:00:26 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Hkn1k12mkz4Wj4; Wed, 3 Nov 2021 13:00:26 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id EFCB418FCE; Wed, 3 Nov 2021 13:00:25 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1A3D0Pq9036889; Wed, 3 Nov 2021 13:00:25 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1A3D0PtC036888; Wed, 3 Nov 2021 13:00:25 GMT (envelope-from git) Date: Wed, 3 Nov 2021 13:00:25 GMT Message-Id: <202111031300.1A3D0PtC036888@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Baptiste Daroussin Subject: git: df1bac20ade7 - main - x11-wm/i3: update to 4.20.1 List-Id: Commits to the main branch of the FreeBSD ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-main@freebsd.org X-BeenThere: dev-commits-ports-main@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: bapt X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: df1bac20ade753e7eb8f9eef83b0727467c675f1 Auto-Submitted: auto-generated X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by bapt: URL: https://cgit.FreeBSD.org/ports/commit/?id=df1bac20ade753e7eb8f9eef83b0727467c675f1 commit df1bac20ade753e7eb8f9eef83b0727467c675f1 Author: Baptiste Daroussin AuthorDate: 2021-11-03 12:56:47 +0000 Commit: Baptiste Daroussin CommitDate: 2021-11-03 12:57:14 +0000 x11-wm/i3: update to 4.20.1 Note that all our patches have been merged --- x11-wm/i3/Makefile | 2 +- x11-wm/i3/distinfo | 6 +++--- x11-wm/i3/files/patch-include_libi3.h | 10 ---------- x11-wm/i3/files/patch-src_config__parser.c | 11 ----------- 4 files changed, 4 insertions(+), 25 deletions(-) diff --git a/x11-wm/i3/Makefile b/x11-wm/i3/Makefile index 3cb8bba2b4fe..08de1fe2f340 100644 --- a/x11-wm/i3/Makefile +++ b/x11-wm/i3/Makefile @@ -1,7 +1,7 @@ # Created by: Dennis Herrmann PORTNAME= i3 -DISTVERSION= 4.20 +DISTVERSION= 4.20.1 CATEGORIES= x11-wm MASTER_SITES= https://i3wm.org/downloads/ \ http://i3wm.org/downloads/ diff --git a/x11-wm/i3/distinfo b/x11-wm/i3/distinfo index de3d4440c6bc..307d9eddeb5d 100644 --- a/x11-wm/i3/distinfo +++ b/x11-wm/i3/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1635845011 -SHA256 (i3-4.20.tar.xz) = 8cf4f174f6cf554f38563380681abe25868e9955883791e0986ecd89c53ac322 -SIZE (i3-4.20.tar.xz) = 1286300 +TIMESTAMP = 1635944168 +SHA256 (i3-4.20.1.tar.xz) = 23e1ecaf208c1d162a0c8c66c4590b301a424ee5c011227eabb96e36fd6bfce6 +SIZE (i3-4.20.1.tar.xz) = 1284984 diff --git a/x11-wm/i3/files/patch-include_libi3.h b/x11-wm/i3/files/patch-include_libi3.h deleted file mode 100644 index 660691cc77ab..000000000000 --- a/x11-wm/i3/files/patch-include_libi3.h +++ /dev/null @@ -1,10 +0,0 @@ ---- include/libi3.h.orig 2021-10-19 06:37:59 UTC -+++ include/libi3.h -@@ -15,6 +15,7 @@ - #include - #include - #include -+#include - #include - #include - #include diff --git a/x11-wm/i3/files/patch-src_config__parser.c b/x11-wm/i3/files/patch-src_config__parser.c deleted file mode 100644 index 599675c1b0ed..000000000000 --- a/x11-wm/i3/files/patch-src_config__parser.c +++ /dev/null @@ -1,11 +0,0 @@ ---- src/config_parser.c.orig 2021-10-19 06:37:59 UTC -+++ src/config_parser.c -@@ -864,7 +864,7 @@ parse_file_result_t parse_file(struct parser_ctx *ctx, - FILE *fstr; - char buffer[4096], key[512], value[4096], *continuation = NULL; - -- char *old_dir = get_current_dir_name(); -+ char *old_dir = getwd(NULL); - char *dir = NULL; - /* dirname(3) might modify the buffer, so make a copy: */ - char *dirbuf = sstrdup(f);