WeeChat 4.6.1 was released in the meantime, containing the patch created for 4.6.0. So the new diff looks boring again.
Best, Alvar diff --git net/weechat/Makefile net/weechat/Makefile index a9de3db7095..15f0687a2b0 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.5.2 +V= 4.6.1 DISTNAME= weechat-${V} PKGNAME-main= weechat-${V} diff --git net/weechat/distinfo net/weechat/distinfo index 90d78472569..1ac5f3bfdb2 100644 --- net/weechat/distinfo +++ net/weechat/distinfo @@ -1,2 +1,2 @@ -SHA256 (weechat-4.5.2.tar.gz) = DLL3YqihFPuxUcj/8Xrp82Xghd3FSo9RjX6o/pJ1zvQ= -SIZE (weechat-4.5.2.tar.gz) = 5218429 +SHA256 (weechat-4.6.1.tar.gz) = HTx3zJ1JnkKRQ1VJslMQ5/xZwSOjmv3t702mspCdgyk= +SIZE (weechat-4.6.1.tar.gz) = 5253045 diff --git net/weechat/patches/patch-CMakeLists_txt net/weechat/patches/patch-CMakeLists_txt index f320ec3e442..2034ef49aad 100644 --- net/weechat/patches/patch-CMakeLists_txt +++ net/weechat/patches/patch-CMakeLists_txt @@ -20,7 +20,7 @@ Index: CMakeLists.txt if (CMAKE_C_COMPILER_ID STREQUAL "GNU") # extra options specific to gcc/g++ set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wformat-overflow=2 -Wformat-truncation=2") -@@ -250,7 +250,7 @@ if(DL_LIBRARY) +@@ -260,7 +260,7 @@ if(DL_LIBRARY) list(APPEND EXTRA_LIBS ${DL_LIBRARY}) endif()