Received: by mail.netbsd.org (Postfix, from userid 605) id 8185284DFF; Tue, 10 Dec 2019 13:04:07 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 09C0184DD9 for ; Tue, 10 Dec 2019 13:04:07 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id SHWROE7NIBLt for ; Tue, 10 Dec 2019 13:04:06 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 4584C84C6C for ; Tue, 10 Dec 2019 13:04:06 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 4296BFA97; Tue, 10 Dec 2019 13:04:06 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1575983046168530" MIME-Version: 1.0 Date: Tue, 10 Dec 2019 13:04:06 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/chat/weechat To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20191210130406.4296BFA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1575983046168530 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Tue Dec 10 13:04:06 UTC 2019 Modified Files: pkgsrc/chat/weechat: Makefile PLIST distinfo pkgsrc/chat/weechat/patches: patch-po_CMakeLists.txt Added Files: pkgsrc/chat/weechat/patches: patch-src_plugins_python_CMakeLists.txt Log Message: weechat: Update to 2.7 Among the new features: - add option logger.file.color_lines (support of ANSI color codes in log files) - add filters on IRC raw buffer - add IRC server option "ssl_password" - add option irc.look.display_pv_warning_address - add options irc.color.message_kick and irc.color.reason_kick - add option xfer.file.download_temporary_suffix - add option weechat.look.nick_color_hash_salt - add different WeeChat icons sizes - add calculation of expression in evaluation of expressions with "calc:xxx" - add optional default path (evaluated) in completion "filename" - add modifier "color_encode_ansi" - add support of Guile 2.2 - add support of Python 3.8 - many bugs fixed. To generate a diff of this commit: cvs rdiff -u -r1.106 -r1.107 pkgsrc/chat/weechat/Makefile cvs rdiff -u -r1.28 -r1.29 pkgsrc/chat/weechat/PLIST cvs rdiff -u -r1.57 -r1.58 pkgsrc/chat/weechat/distinfo cvs rdiff -u -r1.4 -r1.5 pkgsrc/chat/weechat/patches/patch-po_CMakeLists.txt cvs rdiff -u -r0 -r1.1 \ pkgsrc/chat/weechat/patches/patch-src_plugins_python_CMakeLists.txt Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1575983046168530 Content-Disposition: inline Content-Length: 5597 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/chat/weechat/Makefile diff -u pkgsrc/chat/weechat/Makefile:1.106 pkgsrc/chat/weechat/Makefile:1.107 --- pkgsrc/chat/weechat/Makefile:1.106 Sat Sep 21 14:57:46 2019 +++ pkgsrc/chat/weechat/Makefile Tue Dec 10 13:04:05 2019 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.106 2019/09/21 14:57:46 nia Exp $ +# $NetBSD: Makefile,v 1.107 2019/12/10 13:04:05 nia Exp $ -DISTNAME= weechat-2.6 -PKGREVISION= 1 +DISTNAME= weechat-2.7 CATEGORIES= chat MASTER_SITES= https://www.weechat.org/files/src/ EXTRACT_SUFX= .tar.xz Index: pkgsrc/chat/weechat/PLIST diff -u pkgsrc/chat/weechat/PLIST:1.28 pkgsrc/chat/weechat/PLIST:1.29 --- pkgsrc/chat/weechat/PLIST:1.28 Fri May 25 10:16:03 2018 +++ pkgsrc/chat/weechat/PLIST Tue Dec 10 13:04:05 2019 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.28 2018/05/25 10:16:03 maya Exp $ +@comment $NetBSD: PLIST,v 1.29 2019/12/10 13:04:05 nia Exp $ bin/weechat bin/weechat-curses bin/weechat-headless @@ -20,7 +20,13 @@ ${PLIST.ruby}lib/weechat/plugins/ruby.so lib/weechat/plugins/script.so lib/weechat/plugins/trigger.so lib/weechat/plugins/xfer.so +share/applications/weechat.desktop +share/icons/hicolor/128x128/apps/weechat.png +share/icons/hicolor/16x16/apps/weechat.png +share/icons/hicolor/256x256/apps/weechat.png share/icons/hicolor/32x32/apps/weechat.png +share/icons/hicolor/512x512/apps/weechat.png +share/icons/hicolor/64x64/apps/weechat.png share/locale/cs/LC_MESSAGES/weechat.mo share/locale/de/LC_MESSAGES/weechat.mo share/locale/es/LC_MESSAGES/weechat.mo Index: pkgsrc/chat/weechat/distinfo diff -u pkgsrc/chat/weechat/distinfo:1.57 pkgsrc/chat/weechat/distinfo:1.58 --- pkgsrc/chat/weechat/distinfo:1.57 Tue Sep 17 11:30:27 2019 +++ pkgsrc/chat/weechat/distinfo Tue Dec 10 13:04:05 2019 @@ -1,12 +1,13 @@ -$NetBSD: distinfo,v 1.57 2019/09/17 11:30:27 nia Exp $ +$NetBSD: distinfo,v 1.58 2019/12/10 13:04:05 nia Exp $ -SHA1 (weechat-2.6.tar.xz) = 8796cdd3216aeb1c8adda536ed6549008f4b459c -RMD160 (weechat-2.6.tar.xz) = 627ca56162a62051f012c311639de59cbe723217 -SHA512 (weechat-2.6.tar.xz) = cf56692e12b2e034675d4c15a8822836b2fcf93d584948e338d263f5a7207edf4599cc72bfb940427146f5f75e7239207cf54f5ed07dd5b6119f68c445725a2d -Size (weechat-2.6.tar.xz) = 2080092 bytes +SHA1 (weechat-2.7.tar.xz) = aea165c2332196fa55b408545f6bfd800174d45b +RMD160 (weechat-2.7.tar.xz) = dbc2285d85a5b3b777d7e6987bcaab55b466a91b +SHA512 (weechat-2.7.tar.xz) = 5377cf9c37520cb2b7d1ba43251df3f33d814783ea4bd20d28cb08a2106c8db0e44a392a61929987b807a7d5e69a3c0ed1f3fec122a014b7ea7068e159341075 +Size (weechat-2.7.tar.xz) = 2226876 bytes SHA1 (patch-CMakeLists.txt) = 493e49c0c698ff7b2685ba489d693fc1d388318d SHA1 (patch-cmake_FindNcurses.cmake) = 93969b86538f1b707903dce4691af99a67ede6ce -SHA1 (patch-po_CMakeLists.txt) = 9b97a4a4da4175e31ea53352fd0b95e1c985ba1e +SHA1 (patch-po_CMakeLists.txt) = 014b42ff303a4e4213de95339ab97f029f38a068 SHA1 (patch-src_core_weechat.c) = 062cd7443a756edbdf60289a7847b4278d520105 SHA1 (patch-src_plugins_charset_charset.c) = f0b6e5268908caab5efa8048c8a55b0083ec0ca4 SHA1 (patch-src_plugins_perl_weechat-perl.c) = 49e61419ea82157fa54a7847a653625944d3b341 +SHA1 (patch-src_plugins_python_CMakeLists.txt) = 1f425f6c852c5973f84eea0add3c63bb6fcfa772 Index: pkgsrc/chat/weechat/patches/patch-po_CMakeLists.txt diff -u pkgsrc/chat/weechat/patches/patch-po_CMakeLists.txt:1.4 pkgsrc/chat/weechat/patches/patch-po_CMakeLists.txt:1.5 --- pkgsrc/chat/weechat/patches/patch-po_CMakeLists.txt:1.4 Sat Aug 1 19:10:15 2015 +++ pkgsrc/chat/weechat/patches/patch-po_CMakeLists.txt Tue Dec 10 13:04:06 2019 @@ -1,10 +1,10 @@ -$NetBSD: patch-po_CMakeLists.txt,v 1.4 2015/08/01 19:10:15 tonio Exp $ +$NetBSD: patch-po_CMakeLists.txt,v 1.5 2019/12/10 13:04:06 nia Exp $ Drop package-name and package-version args to xgettext. ---- po/CMakeLists.txt.orig 2014-08-15 08:09:01.000000000 +0000 +--- po/CMakeLists.txt.orig 2019-12-08 08:48:53.000000000 +0000 +++ po/CMakeLists.txt -@@ -56,7 +56,7 @@ if(XGETTEXT_EXECUTABLE AND MSGMERGE_EXEC +@@ -57,7 +57,7 @@ if(XGETTEXT_EXECUTABLE AND MSGMERGE_EXEC add_custom_command( OUTPUT ${POT_FILE_PATH} COMMAND ${XGETTEXT_EXECUTABLE} @@ -12,4 +12,4 @@ Drop package-name and package-version ar + ARGS -o ${POT_FILE_PATH} --add-comments='TRANSLATORS:' --keyword='_' --keyword='weechat_gettext' --keyword='N_' --keyword='NG_:1,2' --keyword='weechat_ngettext:1,2' --no-location --from-code=UTF-8 --directory=${CMAKE_SOURCE_DIR} --msgid-bugs-address=${BUGS_ADDRESS} --copyright-holder='NAME' ${SRC_FILES} DEPENDS ${POT_DEPENDS} COMMENT "Generating ${POT_FILE}" - ) + ) Added files: Index: pkgsrc/chat/weechat/patches/patch-src_plugins_python_CMakeLists.txt diff -u /dev/null pkgsrc/chat/weechat/patches/patch-src_plugins_python_CMakeLists.txt:1.1 --- /dev/null Tue Dec 10 13:04:06 2019 +++ pkgsrc/chat/weechat/patches/patch-src_plugins_python_CMakeLists.txt Tue Dec 10 13:04:06 2019 @@ -0,0 +1,15 @@ +$NetBSD: patch-src_plugins_python_CMakeLists.txt,v 1.1 2019/12/10 13:04:06 nia Exp $ + +We do not ship pkg-config files for python. + +--- src/plugins/python/CMakeLists.txt.orig 2019-12-08 08:48:53.000000000 +0000 ++++ src/plugins/python/CMakeLists.txt +@@ -24,7 +24,7 @@ add_library(python MODULE + set_target_properties(python PROPERTIES PREFIX "") + + if(PYTHON_FOUND) +- target_link_libraries(python PkgConfig::PYTHON weechat_plugins_scripts coverage_config) ++ target_link_libraries(python ${PYTHON_LIBRARIES} weechat_plugins_scripts coverage_config) + endif() + + install(TARGETS python LIBRARY DESTINATION ${WEECHAT_LIBDIR}/plugins) --_----------=_1575983046168530--