pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/chat/weechat



Module Name:    pkgsrc
Committed By:   nia
Date:           Wed Apr 21 07:44:13 UTC 2021

Modified Files:
        pkgsrc/chat/weechat: Makefile distinfo

Log Message:
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)


To generate a diff of this commit:
cvs rdiff -u -r1.121 -r1.122 pkgsrc/chat/weechat/Makefile
cvs rdiff -u -r1.65 -r1.66 pkgsrc/chat/weechat/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/chat/weechat/Makefile
diff -u pkgsrc/chat/weechat/Makefile:1.121 pkgsrc/chat/weechat/Makefile:1.122
--- pkgsrc/chat/weechat/Makefile:1.121  Fri Feb  5 13:25:57 2021
+++ pkgsrc/chat/weechat/Makefile        Wed Apr 21 07:44:13 2021
@@ -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

Index: pkgsrc/chat/weechat/distinfo
diff -u pkgsrc/chat/weechat/distinfo:1.65 pkgsrc/chat/weechat/distinfo:1.66
--- pkgsrc/chat/weechat/distinfo:1.65   Fri Feb  5 13:25:57 2021
+++ pkgsrc/chat/weechat/distinfo        Wed Apr 21 07:44:13 2021
@@ -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