Update weechat to 3.2

This commit is contained in:
rsadowski 2021-06-16 04:53:26 +00:00
parent 4e6101d5b3
commit 1475bd3be2
4 changed files with 8 additions and 8 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.54 2021/03/17 05:35:13 rsadowski Exp $
# $OpenBSD: Makefile,v 1.55 2021/06/16 04:53:26 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.1
V= 3.2
DISTNAME= weechat-${V}
PKGNAME-main= weechat-${V}

View File

@ -1,2 +1,2 @@
SHA256 (weechat-3.1.tar.gz) = ibxLQ+8hNzMpPtJvcytEeC9macgj+ftud6O4F2lgqe8=
SIZE (weechat-3.1.tar.gz) = 4475210
SHA256 (weechat-3.2.tar.gz) = uJ6NtTwec5YfYfhmljy4LRvC6p539LEON1ggX2UhR3w=
SIZE (weechat-3.2.tar.gz) = 4542617

View File

@ -1,11 +1,11 @@
$OpenBSD: patch-CMakeLists_txt,v 1.2 2020/07/23 04:38:21 rsadowski Exp $
$OpenBSD: patch-CMakeLists_txt,v 1.3 2021/06/16 04:53:26 rsadowski Exp $
Disable icons and weechat.desktop to avoid GUI dependencies
Index: CMakeLists.txt
--- CMakeLists.txt.orig
+++ CMakeLists.txt
@@ -231,7 +231,7 @@ if(DL_LIBRARY)
@@ -220,7 +220,7 @@ if(DL_LIBRARY)
list(APPEND EXTRA_LIBS dl)
endif()

View File

@ -1,9 +1,9 @@
$OpenBSD: patch-tests_CMakeLists_txt,v 1.6 2020/11/12 05:26:17 rsadowski Exp $
$OpenBSD: patch-tests_CMakeLists_txt,v 1.7 2021/06/16 04:53:26 rsadowski Exp $
Index: tests/CMakeLists.txt
--- tests/CMakeLists.txt.orig
+++ tests/CMakeLists.txt
@@ -74,7 +74,7 @@ if(ICONV_LIBRARY)
@@ -83,7 +83,7 @@ if(ICONV_LIBRARY)
list(APPEND EXTRA_LIBS ${ICONV_LIBRARY})
endif()