Update weechat to 3.1
This commit is contained in:
parent
157f60eda3
commit
5cbdf29def
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.53 2021/02/23 19:39:35 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.54 2021/03/17 05:35:13 rsadowski Exp $
|
||||
|
||||
COMMENT-main= fast, light and extensible chat client
|
||||
COMMENT-lua= Lua bindings for weechat
|
||||
@ -6,7 +6,7 @@ COMMENT-python= Python bindings for weechat
|
||||
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}
|
||||
|
@ -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
|
||||
|
@ -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,
|
Loading…
x
Reference in New Issue
Block a user