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:           Thu Nov 19 11:26:59 UTC 2020

Modified Files:
        pkgsrc/chat/weechat: Makefile distinfo

Log Message:
weechat: Update to 3.0

Version 3.0 (2020-11-11)

   New features
              * api: add optional list of colors in infos "nick_color" and
                "nick_color_name" (issue #1565)

              * api: add argument "bytes" in function string_dyn_concat

              * api: add function string_color_code_size (issue #1547)

              * exec: add option "-oerr" to send stderr to buffer (now
                disabled by default) (issue #1566)

              * fset: add option fset.look.auto_refresh (issue #1553)

              * irc: add pointer to irc_nick in focus of bar item
                "buffer_nicklist" (issue #1535, issue #1538)

              * irc: allow to send text on buffers with commands /allchan,
                /allpv and /allserv

              * irc: evaluate command executed by commands /allchan, /allpv
                and /allserv (issue #1536)

              * script: add option script.scripts.download_enabled (issue
                #1548)

              * trigger: add variable "tg_argc" in data set by command
                trigger (issue #1576)

              * trigger: add variable "tg_trigger_name" in data set by all
                triggers (issue #1567, issue #1568)

   Bug fixes
              * core: set "notify_level" to 3 if there is a highlight in the
                line (issue #1529)

              * core: do not add line with highlight and tag "notify_none" to
                hotlist (issue #1529)

              * irc: remove SASL timeout message displayed by error after
                successful SASL authentication (issue #1515)

              * irc: send all channels in a single JOIN command when
                reconnecting to the server (issue #1551)

              * script: do not automatically download list of scripts on
                startup if the file is too old (issue #1548)

              * spell: properly skip WeeChat and IRC color codes when
                checking words in input (issue #1547)

              * trigger: fix recursive calls to triggers using regex (issue
                #1546)

              * trigger: add ${tg_tags} !!- ,notify_none, in conditions of
                default trigger "beep" (issue #1529)

   Tests
              * core: add tests on GUI line functions

   Build
              * core: disable debug by default in autotools build

              * tests: fix compilation with CppUTest ≥ 4.0


To generate a diff of this commit:
cvs rdiff -u -r1.118 -r1.119 pkgsrc/chat/weechat/Makefile
cvs rdiff -u -r1.63 -r1.64 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.118 pkgsrc/chat/weechat/Makefile:1.119
--- pkgsrc/chat/weechat/Makefile:1.118  Mon Aug 31 18:06:43 2020
+++ pkgsrc/chat/weechat/Makefile        Thu Nov 19 11:26:59 2020
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.118 2020/08/31 18:06:43 wiz Exp $
+# $NetBSD: Makefile,v 1.119 2020/11/19 11:26:59 nia Exp $
 
-DISTNAME=      weechat-2.9
-PKGREVISION=   1
+DISTNAME=      weechat-3.0
 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.63 pkgsrc/chat/weechat/distinfo:1.64
--- pkgsrc/chat/weechat/distinfo:1.63   Sun Jul 26 23:10:21 2020
+++ pkgsrc/chat/weechat/distinfo        Thu Nov 19 11:26:59 2020
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.63 2020/07/26 23:10:21 nia Exp $
+$NetBSD: distinfo,v 1.64 2020/11/19 11:26:59 nia Exp $
 
-SHA1 (weechat-2.9.tar.xz) = b977397266e4b586540fd6c4fcf5aaeef24fde67
-RMD160 (weechat-2.9.tar.xz) = 392af28dcbff7b9546b1d4040c7f3e13486fe968
-SHA512 (weechat-2.9.tar.xz) = c4a5723accb417c0496b5427ee58fbf5d3e842e6d79a7988f8680cd605534cfc9d30f6f4844afe45f5223458f28b8deff1284fff2fb5b7d04cb99a81cde4e13e
-Size (weechat-2.9.tar.xz) = 2206584 bytes
+SHA1 (weechat-3.0.tar.xz) = ddbf8fcd6e6378d86509b2aa0865e1832e41c3ab
+RMD160 (weechat-3.0.tar.xz) = 08e1903cfd3f63463ead1155af83537c815518ed
+SHA512 (weechat-3.0.tar.xz) = d6a68f35dc7363b838af811ff0a0a8d9fff519a4231c66f963e896bdda8653a56608e46333dc866e7dee25c1eafd2f1bf99c443089dde5a268bba637a0dee8ca
+Size (weechat-3.0.tar.xz) = 2215408 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