git: 8386430c5105 - main - x11/polybar: Update to 3.7.1

From: Joel Bodenmann <jbo_at_FreeBSD.org>
Date: Mon, 27 Nov 2023 18:01:57 UTC
The branch main has been updated by jbo:

URL: https://cgit.FreeBSD.org/ports/commit/?id=8386430c5105cb9daa029016d8fbe30ab1df5d6c

commit 8386430c5105cb9daa029016d8fbe30ab1df5d6c
Author:     Joel Bodenmann <jbo@FreeBSD.org>
AuthorDate: 2023-11-27 17:51:32 +0000
Commit:     Joel Bodenmann <jbo@FreeBSD.org>
CommitDate: 2023-11-27 18:01:10 +0000

    x11/polybar: Update to 3.7.1
    
    Changelog: https://github.com/polybar/polybar/releases/tag/3.7.1
    
    Approved by:            tcberner (mentor)
    Differential Revision:  https://reviews.freebsd.org/D42782
---
 x11/polybar/Makefile                            |  2 +-
 x11/polybar/distinfo                            |  6 +++---
 x11/polybar/files/patch-lib_i3ipcpp_src_ipc.cpp | 10 ----------
 3 files changed, 4 insertions(+), 14 deletions(-)

diff --git a/x11/polybar/Makefile b/x11/polybar/Makefile
index 4f4397e78ffe..6e664e375ab6 100644
--- a/x11/polybar/Makefile
+++ b/x11/polybar/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	polybar
-DISTVERSION=	3.7.0
+DISTVERSION=	3.7.1
 CATEGORIES=	x11
 MASTER_SITES=	https://github.com/polybar/polybar/releases/download/${DISTVERSION}/
 
diff --git a/x11/polybar/distinfo b/x11/polybar/distinfo
index 899c89a1255d..86e534915f09 100644
--- a/x11/polybar/distinfo
+++ b/x11/polybar/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1699810833
-SHA256 (polybar-3.7.0.tar.gz) = b8e07aca94a013341b7d47ee548afe84f519113f202300565d4852885a11e91d
-SIZE (polybar-3.7.0.tar.gz) = 494588
+TIMESTAMP = 1701104273
+SHA256 (polybar-3.7.1.tar.gz) = 5de6ad385ba09dc453a4e5ec7054749a4882b5b21a62c17ae40bf7c90613ff0f
+SIZE (polybar-3.7.1.tar.gz) = 495162
diff --git a/x11/polybar/files/patch-lib_i3ipcpp_src_ipc.cpp b/x11/polybar/files/patch-lib_i3ipcpp_src_ipc.cpp
deleted file mode 100644
index 8d75f7072573..000000000000
--- a/x11/polybar/files/patch-lib_i3ipcpp_src_ipc.cpp
+++ /dev/null
@@ -1,10 +0,0 @@
---- lib/i3ipcpp/src/ipc.cpp.orig	2023-11-12 19:08:48 UTC
-+++ lib/i3ipcpp/src/ipc.cpp
-@@ -1,6 +1,7 @@
- #include "i3ipc++/ipc.hpp"
- 
- #include <json/json.h>
-+#include <sys/wait.h>
- 
- #include <auss.hpp>
- #include <cstdio>