Download raw body.
[UPDATE] WeeChat 4.3.1
Hi all,
There were new releases for WeeChat, bumping it to 4.3.1.
- https://github.com/weechat/weechat/releases/tag/v4.3.0
- https://github.com/weechat/weechat/releases/tag/v4.3.1
Next to the version bump, the cJSON dependency was added. Please note
that I just sent a patch to bump cJSON in a previous email.
Best,
Alvar
diff --git net/weechat/Makefile net/weechat/Makefile
index 75934804efe..343bfe1280f 100644
--- net/weechat/Makefile
+++ net/weechat/Makefile
@@ -4,7 +4,7 @@ COMMENT-python= Python bindings for weechat
COMMENT-ruby= Ruby bindings for weechat
COMMENT-tcl= Tcl bindings for weechat
-V= 4.2.2
+V= 4.3.1
DISTNAME= weechat-${V}
PKGNAME-main= weechat-${V}
@@ -33,7 +33,7 @@ COMPILER= base-clang ports-gcc
MULTI_PACKAGES= -main -lua -python -ruby -tcl
-WANTLIB-main += aspell c curl curses gcrypt gnutls gpg-error iconv
+WANTLIB-main += aspell c cjson curl curses gcrypt gnutls gpg-error iconv
WANTLIB-main += intl m perl pthread z zstd
WANTLIB-lua= ${MODLUA_WANTLIB} m
WANTLIB-python= ${MODPY_WANTLIB}
@@ -59,6 +59,7 @@ RUN_DEPENDS= sysutils/flock \
devel/desktop-file-utils
LIB_DEPENDS= archivers/zstd \
+ devel/cjson \
devel/gettext,-runtime \
net/curl \
security/gnutls \
diff --git net/weechat/distinfo net/weechat/distinfo
index 35d12fa07be..08022d130cd 100644
--- net/weechat/distinfo
+++ net/weechat/distinfo
@@ -1,2 +1,2 @@
-SHA256 (weechat-4.2.2.tar.gz) = BkhWriuZmrE+XrbEDRUzPTr+Qo1jbtOEny1IqCU3lwY=
-SIZE (weechat-4.2.2.tar.gz) = 4935303
+SHA256 (weechat-4.3.1.tar.gz) = /QZysPTFAfaFz/cF8U7EmcjTB+lFPd3rA0QgfraypYo=
+SIZE (weechat-4.3.1.tar.gz) = 5131081
diff --git net/weechat/patches/patch-src_core_hook_wee-hook-url_h net/weechat/patches/patch-src_core_hook_wee-hook-url_h
index 5ebe54dfdc2..dcad7a9837f 100644
--- net/weechat/patches/patch-src_core_hook_wee-hook-url_h
+++ net/weechat/patches/patch-src_core_hook_wee-hook-url_h
@@ -1,6 +1,6 @@
-Index: src/core/hook/wee-hook-url.h
---- src/core/hook/wee-hook-url.h.orig
-+++ src/core/hook/wee-hook-url.h
+Index: src/core/hook/hook-url.h
+--- src/core/hook/hook-url.h.orig
++++ src/core/hook/hook-url.h
@@ -20,6 +20,8 @@
#ifndef WEECHAT_HOOK_URL_H
#define WEECHAT_HOOK_URL_H
[UPDATE] WeeChat 4.3.1