Update weechat to 3.1. Changelog:
https://weechat.org/news/112/20210307-Version-3.1/
Feedback, OK?
Index: Makefile
===================================================================
RCS file: /cvs/ports/net/weechat/Makefile,v
retrieving revision 1.53
diff -u -p -u -p -r1.53 Makefile
--- Makefile 23 Feb 2021 19:39:35 -0000 1.53
+++ Makefile 9 Mar 2021 05:30:18 -0000
@@ -6,7 +6,7 @@ COMMENT-python= Python bindings for weec
COMMENT-ruby= Ruby bindings for weechat
COMMENT-tcl= Tcl bindings for weechat
-V= 3.0.1
+V= 3.1
DISTNAME= weechat-${V}
PKGNAME-main= weechat-${V}
Index: distinfo
===================================================================
RCS file: /cvs/ports/net/weechat/distinfo,v
retrieving revision 1.29
diff -u -p -u -p -r1.29 distinfo
--- distinfo 31 Jan 2021 16:52:40 -0000 1.29
+++ distinfo 9 Mar 2021 05:30:18 -0000
@@ -1,2 +1,2 @@
-SHA256 (weechat-3.0.1.tar.gz) = ULJ89muksfd6bZq3/jdCsKt5+QCI2b/mRTpLzuX7Ldw=
-SIZE (weechat-3.0.1.tar.gz) = 4446454
+SHA256 (weechat-3.1.tar.gz) = ibxLQ+8hNzMpPtJvcytEeC9macgj+ftud6O4F2lgqe8=
+SIZE (weechat-3.1.tar.gz) = 4475210
Index: patches/patch-src_gui_gui-hotlist_h
===================================================================
RCS file: patches/patch-src_gui_gui-hotlist_h
diff -N patches/patch-src_gui_gui-hotlist_h
--- patches/patch-src_gui_gui-hotlist_h 12 Nov 2020 05:26:17 -0000 1.1
+++ /dev/null 1 Jan 1970 00:00:00 -0000
@@ -1,14 +0,0 @@
-$OpenBSD: patch-src_gui_gui-hotlist_h,v 1.1 2020/11/12 05:26:17 rsadowski Exp $
-
-Index: src/gui/gui-hotlist.h
---- src/gui/gui-hotlist.h.orig
-+++ src/gui/gui-hotlist.h
-@@ -20,6 +20,8 @@
- #ifndef WEECHAT_GUI_HOTLIST_H
- #define WEECHAT_GUI_HOTLIST_H
-
-+#include <sys/time.h>
-+
- enum t_gui_hotlist_priority
- {
- GUI_HOTLIST_LOW = 0,