Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Aug 2024 12:40:35 GMT
From:      Bernard Spil <brnrd@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 32214e6f1286 - main - irc/weechat: Update to 4.4.0
Message-ID:  <202408181240.47ICeZU8064825@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by brnrd:

URL: https://cgit.FreeBSD.org/ports/commit/?id=32214e6f1286d6745473e1a71359c81d365f0de4

commit 32214e6f1286d6745473e1a71359c81d365f0de4
Author:     Bernard Spil <brnrd@FreeBSD.org>
AuthorDate: 2024-08-18 12:40:33 +0000
Commit:     Bernard Spil <brnrd@FreeBSD.org>
CommitDate: 2024-08-18 12:40:33 +0000

    irc/weechat: Update to 4.4.0
---
 irc/weechat/Makefile    |  2 +-
 irc/weechat/distinfo    |  6 +++---
 irc/weechat/pkg-message | 14 ++++++++++++++
 irc/weechat/pkg-plist   | 10 ++++++----
 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202408181240.47ICeZU8064825>