aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernard Spil <brnrd@FreeBSD.org>2024-08-18 12:40:33 +0000
committerBernard Spil <brnrd@FreeBSD.org>2024-08-18 12:40:33 +0000
commit32214e6f1286d6745473e1a71359c81d365f0de4 (patch)
treea37311b99e419ae55f0ee3347bbdb9dd44d97253
parent957454977fba96ef72286c46aa00befc9d9cd492 (diff)
downloadports-32214e6f1286d6745473e1a71359c81d365f0de4.tar.gz
ports-32214e6f1286d6745473e1a71359c81d365f0de4.zip
irc/weechat: Update to 4.4.0
-rw-r--r--irc/weechat/Makefile2
-rw-r--r--irc/weechat/distinfo6
-rw-r--r--irc/weechat/pkg-message14
-rw-r--r--irc/weechat/pkg-plist10
4 files changed, 24 insertions, 8 deletions
diff --git a/irc/weechat/Makefile b/irc/weechat/Makefile
index 491093e07ee6..985af5344106 100644
--- a/irc/weechat/Makefile
+++ b/irc/weechat/Makefile
@@ -1,5 +1,5 @@
PORTNAME= weechat
-PORTVERSION= 4.3.5
+PORTVERSION= 4.4.0
CATEGORIES= irc
MASTER_SITES= https://weechat.org/files/src/
diff --git a/irc/weechat/distinfo b/irc/weechat/distinfo
index 46ffc3c4d0d0..482825da461e 100644
--- a/irc/weechat/distinfo
+++ b/irc/weechat/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1721573426
-SHA256 (weechat-4.3.5.tar.xz) = e6dbc4c832da5c5b85e496fefc15237fbbe2a8f7ba2fbe81ee071dc0c66b4be3
-SIZE (weechat-4.3.5.tar.xz) = 2694424
+TIMESTAMP = 1723973339
+SHA256 (weechat-4.4.0.tar.xz) = dc86018be989d7643da76b9c10fa2d5aac27073bf254d1aea97b0bbf6d557d65
+SIZE (weechat-4.4.0.tar.xz) = 2728080
diff --git a/irc/weechat/pkg-message b/irc/weechat/pkg-message
new file mode 100644
index 000000000000..de44bbd4a16e
--- /dev/null
+++ b/irc/weechat/pkg-message
@@ -0,0 +1,14 @@
+[
+{ type: upgrade
+ message: <<EOM
+Version 4.4 has breaking changes. Please check your configuration for
+* relay/api: flatten JSON event object sent to clients, always set "body_type" and "body" (null if there is no body) in websocket frame, add body types buffers and lines (array), add field "request_id" in websocket frame (request and response)
+* core, plugins: force "short_name" in buffers to non-empty value (name by default), remove buffer property "short_name_is_set"
+* alias: display an error with /alias add or /alias addcompletion when the alias already exists, add options addreplace and addreplacecompletion in command /alias (#2095)
+* irc: rename parameter -re to -raw in command /list (#2124)
+* api: add constants for IPv6 and allow force of IPv6 in function hook_connect (#2164)
+* irc: convert server option ipv6 from boolean to enum (disable, auto, force) (#2164)
+* core: convert proxy option ipv6 from boolean to enum (disable, auto, force), set option to auto by default when creating a new proxy (#2164)
+EOM
+}
+]
diff --git a/irc/weechat/pkg-plist b/irc/weechat/pkg-plist
index c6271522debc..1fd4ca531a5c 100644
--- a/irc/weechat/pkg-plist
+++ b/irc/weechat/pkg-plist
@@ -70,10 +70,12 @@ libdata/pkgconfig/weechat.pc
%%DOCS%%%%DOCSDIR%%/weechat_quickstart.pl.html
%%DOCS%%%%DOCSDIR%%/weechat_quickstart.ru.html
%%DOCS%%%%DOCSDIR%%/weechat_quickstart.sr.html
-%%DOCS%%%%DOCSDIR%%/weechat_relay_protocol.en.html
-%%DOCS%%%%DOCSDIR%%/weechat_relay_protocol.fr.html
-%%DOCS%%%%DOCSDIR%%/weechat_relay_protocol.ja.html
-%%DOCS%%%%DOCSDIR%%/weechat_relay_protocol.sr.html
+%%DOCS%%%%DOCSDIR%%/weechat_relay_api.en.html
+%%DOCS%%%%DOCSDIR%%/weechat_relay_api.fr.html
+%%DOCS%%%%DOCSDIR%%/weechat_relay_weechat.en.html
+%%DOCS%%%%DOCSDIR%%/weechat_relay_weechat.fr.html
+%%DOCS%%%%DOCSDIR%%/weechat_relay_weechat.ja.html
+%%DOCS%%%%DOCSDIR%%/weechat_relay_weechat.sr.html
%%DOCS%%%%DOCSDIR%%/weechat_scripting.de.html
%%DOCS%%%%DOCSDIR%%/weechat_scripting.en.html
%%DOCS%%%%DOCSDIR%%/weechat_scripting.fr.html