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:   ryoon
Date:           Mon Jul 31 15:38:19 UTC 2023

Modified Files:
        pkgsrc/chat/weechat: Makefile distinfo

Log Message:
weechat: Update to 4.0.2

Changelog:
Version 4.0.2 (2023-07-12)

Bug fixes
      o core: fix renaming of options with command /item rename (issue #1978)

      o core: don??t send "key_pressed" signal again for the same key press (
        issue #1976)

      o core: don??t send "key_combo_*" signals for incomplete keys (issue #
        1976)

      o core: add key ctrl-backspace in /help key (issue #1975)

      o core: keep keys ctrl-H and ctrl-? (in lower case) if they were manually
        bound to custom commands in a previous version

Tests
      o core: fix hdata tests failure on Alpine 3.18

      o relay: fix crash in tests on Alpine 3.18

Build
      o php: fix detection of PHP 8.2 on Alpine 3.18


To generate a diff of this commit:
cvs rdiff -u -r1.138 -r1.139 pkgsrc/chat/weechat/Makefile
cvs rdiff -u -r1.78 -r1.79 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.138 pkgsrc/chat/weechat/Makefile:1.139
--- pkgsrc/chat/weechat/Makefile:1.138  Mon Jul 10 08:16:59 2023
+++ pkgsrc/chat/weechat/Makefile        Mon Jul 31 15:38:19 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.138 2023/07/10 08:16:59 jperkin Exp $
+# $NetBSD: Makefile,v 1.139 2023/07/31 15:38:19 ryoon Exp $
 
-DISTNAME=      weechat-4.0.1
+DISTNAME=      weechat-4.0.2
 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.78 pkgsrc/chat/weechat/distinfo:1.79
--- pkgsrc/chat/weechat/distinfo:1.78   Mon Jul 10 08:16:59 2023
+++ pkgsrc/chat/weechat/distinfo        Mon Jul 31 15:38:19 2023
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.78 2023/07/10 08:16:59 jperkin Exp $
+$NetBSD: distinfo,v 1.79 2023/07/31 15:38:19 ryoon Exp $
 
-BLAKE2s (weechat-4.0.1.tar.xz) = 962975b4e64510990719052e6e17c0eaa164320d3163f8129eb60a9d6e94f97b
-SHA512 (weechat-4.0.1.tar.xz) = d21586771c096f3fe3c702f3db7caa50ca0e5f40448bf7150180eeee0d198014c6484eea13000596c8f1f3c369252a76727e11869b430f4f02956c0192c3db26
-Size (weechat-4.0.1.tar.xz) = 2572104 bytes
+BLAKE2s (weechat-4.0.2.tar.xz) = c15d3ac1afadec707140649dc119575fc88c443720d54f2228af9f5e2184f218
+SHA512 (weechat-4.0.2.tar.xz) = 271c22cba68fdb5efd14c4111ea9b7f44f2c95282cb7cac10a42432b195aadf5a081831853243ed09535df25d95b30c0d57b23c84d24c3665ae8393bc76db4d5
+Size (weechat-4.0.2.tar.xz) = 2573044 bytes
 SHA1 (patch-cmake_FindNcurses.cmake) = 73d4bc9551c79ee967abe06eba09cfe1b10129d4
 SHA1 (patch-po_CMakeLists.txt) = 27dd84961ef725857ad12d6926111e97202c9029
 SHA1 (patch-src_plugins_lua_CMakeLists.txt) = 08a1b7dfca5dbbdf45a10b466eeac42671fe9edc



Home | Main Index | Thread Index | Old Index