pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/chat/weechat weechat: update to 3.1
details: https://anonhg.NetBSD.org/pkgsrc/rev/e375c2f23569
branches: trunk
changeset: 450694:e375c2f23569
user: nia <nia%pkgsrc.org@localhost>
date: Wed Apr 21 07:44:13 2021 +0000
description:
weechat: update to 3.1
== Version 3.1 (2021-03-07)
New features::
* core: add options weechat.look.hotlist_update_on_buffer_switch and weechat.look.read_marker_update_on_buffer_switch (issue #992, issue #993)
* core: add option sec.crypt.passphrase_command to read passphrase from an external program on startup, remove option sec.crypt.passphrase_file (issue #141)
* core: improve debug in command /eval: display more verbose debug with two "-d", add indentation and colors
* core: add options "setvar" and "delvar" in command /buffer, rename option "localvar" to "listvar"
* core: add buffer local variable "completion_default_template" (evaluated) to override the value of option "weechat.completion.default_template" (issue #1600)
* core: add option "recreate" in command /filter
* core: add raw string in evaluation of expressions with "raw:xxx" (issue #1611)
* core: add evaluation of conditions in evaluation of expressions with "eval_cond:xxx" (issue #1582)
* api: add info_hashtable "secured_data"
* irc: add info "irc_is_message_ignored"
* irc: add server option "default_chantypes", used when the server does not send them in message 005 (issue #1610)
* trigger: add variable "${tg_trigger_name}" in command trigger evaluated strings (issue #1580)
Bug fixes::
* core: fix quoted line in cursor mode (issue #1602)
* core: fix wrong size of the new window after vertical split (issue #1612)
* core: do not remove quotes in arguments of command /eval as they can be part of the evaluated expression/condition (issue #1601)
* core: display an error when the buffer is not found with command /command -buffer
* buflist: add option buflist.look.use_items to speed up display of buflist (issue #1613)
* irc: add bar item "irc_nick_prefix"
* irc: fix separator between nick and host in bar item "irc_nick_host"
* irc: fix completion of commands /halfop and /dehalfop
Documentation::
* do not build weechat-headless man page if headless binary is disabled (issue #1607)
diffstat:
chat/weechat/Makefile | 4 ++--
chat/weechat/distinfo | 10 +++++-----
2 files changed, 7 insertions(+), 7 deletions(-)
diffs (30 lines):
diff -r 763da6539188 -r e375c2f23569 chat/weechat/Makefile
--- a/chat/weechat/Makefile Wed Apr 21 07:36:40 2021 +0000
+++ b/chat/weechat/Makefile Wed Apr 21 07:44:13 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.121 2021/02/05 13:25:57 nia Exp $
+# $NetBSD: Makefile,v 1.122 2021/04/21 07:44:13 nia Exp $
-DISTNAME= weechat-3.0.1
+DISTNAME= weechat-3.1
CATEGORIES= chat
MASTER_SITES= https://www.weechat.org/files/src/
EXTRACT_SUFX= .tar.xz
diff -r 763da6539188 -r e375c2f23569 chat/weechat/distinfo
--- a/chat/weechat/distinfo Wed Apr 21 07:36:40 2021 +0000
+++ b/chat/weechat/distinfo Wed Apr 21 07:44:13 2021 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.65 2021/02/05 13:25:57 nia Exp $
+$NetBSD: distinfo,v 1.66 2021/04/21 07:44:13 nia Exp $
-SHA1 (weechat-3.0.1.tar.xz) = d0b50c78a78056efc4d989d4aba081b860a36dd7
-RMD160 (weechat-3.0.1.tar.xz) = 30e748302dc073b602acabca5b0e237aa35548b3
-SHA512 (weechat-3.0.1.tar.xz) = d5b2949b668f622c08d60764aa230f8a4901d358facf83ab13428709854b173830aafe65fec86abacbea08ffe89e6e34131a5e4de37bbb5409454fa223f7885e
-Size (weechat-3.0.1.tar.xz) = 2215312 bytes
+SHA1 (weechat-3.1.tar.xz) = 359147021c3442d609b3ab453374eda89176d073
+RMD160 (weechat-3.1.tar.xz) = de2cd7e33bda4d6c4092e9ac12afcaa28de02568
+SHA512 (weechat-3.1.tar.xz) = 1eb3f5a0e4d3f6777970fc60c816e7bc9be5e5cf91b9e072f6c77003f284c7bdbabfae7058cb5083915a2adf7f4c651a9afb8cc8ae17cac950e7f2ef9608ed78
+Size (weechat-3.1.tar.xz) = 2230316 bytes
SHA1 (patch-cmake_FindNcurses.cmake) = 73d4bc9551c79ee967abe06eba09cfe1b10129d4
SHA1 (patch-po_CMakeLists.txt) = 014b42ff303a4e4213de95339ab97f029f38a068
SHA1 (patch-src_core_weechat.c) = aeb3cb052976e6b4603d3515ffc40bed98434a9f
Home |
Main Index |
Thread Index |
Old Index