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:   roy
Date:           Thu Jan  5 12:30:39 UTC 2017

Modified Files:
        pkgsrc/chat/weechat: Makefile PLIST distinfo

Log Message:
Import weechat-1.6:
        Due to the documenation change below, man pages are no longer supplied in pkgsrc.

New features
        core: add optional argument "lowest", "highest" or level mask in command /input hotlist_clear
        core: add option "cycle" in command /buffer
        api: add "extra" argument to evaluate extra variables in function string_eval_expression() (issue #534)
        relay: add option relay.network.allow_empty_password (issue #735)
        trigger: add support for one-time triggers (issue #399, issue #509)

Improvements
        core, irc, xfer: display more information in memory allocation errors (issue #573)
        api: remove functions printf_date() and printf_tags()
        irc: rename server options "default_msg_{kick|part|quit}" to "msg_{kick|part|quit}", evaluate them
        relay: allow escape of comma in command "init" (weechat protocol) (issue #730)

Bug fixes
        core, irc, xfer: refresh domain name and name server addresses before connection to servers (fix connection to servers after suspend mode) (issue #771)
        api: fix return of function string_match() when there are multiple masks in the string (issue #812)
        api: fix crash in function network_connect_to() if address is NULL
        api: fix connection to servers with hook_connect() on Windows 10 with Windows subsystem for Linux (issue #770)
        api: fix crash in function string_split_command() when the separator is not a semicolon (issue #731)
        irc: fix socket leak in connection to server (issue #358, issue #801)
        irc: fix display of service notice mask (message 008) (issue #429)
        irc: fix NULL pointer dereference in 734 command callback (issue #738)
        relay: return an empty hdata when the requested hdata or pointer is not found (issue #767)
        xfer: fix crash on DCC send if option xfer.file.auto_accept_nicks is set (issue #781)

Documentation
        switch to asciidoctor to build docs and man page

Build
        python: add detection of Python 3.5


To generate a diff of this commit:
cvs rdiff -u -r1.67 -r1.68 pkgsrc/chat/weechat/Makefile
cvs rdiff -u -r1.23 -r1.24 pkgsrc/chat/weechat/PLIST
cvs rdiff -u -r1.38 -r1.39 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.67 pkgsrc/chat/weechat/Makefile:1.68
--- pkgsrc/chat/weechat/Makefile:1.67   Tue Jan  3 20:49:23 2017
+++ pkgsrc/chat/weechat/Makefile        Thu Jan  5 12:30:39 2017
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.67 2017/01/03 20:49:23 roy Exp $
+# $NetBSD: Makefile,v 1.68 2017/01/05 12:30:39 roy Exp $
 
-DISTNAME=      weechat-1.5
-PKGREVISION=   5
+DISTNAME=      weechat-1.6
 CATEGORIES=    chat
 MASTER_SITES=  http://www.weechat.org/files/src/
 EXTRACT_SUFX=  .tar.bz2
@@ -23,7 +22,7 @@ FAKE_NCURSES=         yes
 CMAKE_ARGS+=           -DENABLE_ASPELL:BOOL=OFF
 CMAKE_ARGS+=           -DENABLE_GUILE:BOOL=OFF
 CMAKE_ARGS+=           -DENABLE_TCL:BOOL=OFF
-CMAKE_ARGS+=           -DENABLE_MAN:BOOL=ON
+CMAKE_ARGS+=           -DENABLE_MAN:BOOL=OFF # Requires ascii-doctor
 CMAKE_ARGS+=           -DENABLE_V8:BOOL=OFF
 CMAKE_ARGS+=           -DMANDIR:STRING=${PKGMANDIR}
 CMAKE_ARGS+=           -DLOCALEDIR:STRING=${PKGLOCALEDIR}/locale

Index: pkgsrc/chat/weechat/PLIST
diff -u pkgsrc/chat/weechat/PLIST:1.23 pkgsrc/chat/weechat/PLIST:1.24
--- pkgsrc/chat/weechat/PLIST:1.23      Sat May  7 14:16:20 2016
+++ pkgsrc/chat/weechat/PLIST   Thu Jan  5 12:30:39 2017
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.23 2016/05/07 14:16:20 tonio Exp $
+@comment $NetBSD: PLIST,v 1.24 2017/01/05 12:30:39 roy Exp $
 bin/weechat
 include/weechat/weechat-plugin.h
 lib/pkgconfig/weechat.pc
@@ -12,14 +12,6 @@ lib/weechat/plugins/relay.so
 lib/weechat/plugins/script.so
 lib/weechat/plugins/trigger.so
 lib/weechat/plugins/xfer.so
-man/cs/man1/weechat.1
-man/de/man1/weechat.1
-man/fr/man1/weechat.1
-man/it/man1/weechat.1
-man/ja/man1/weechat.1
-man/man1/weechat.1
-man/pl/man1/weechat.1
-man/ru/man1/weechat.1
 share/icons/hicolor/32x32/apps/weechat.png
 share/locale/cs/LC_MESSAGES/weechat.mo
 share/locale/de/LC_MESSAGES/weechat.mo

Index: pkgsrc/chat/weechat/distinfo
diff -u pkgsrc/chat/weechat/distinfo:1.38 pkgsrc/chat/weechat/distinfo:1.39
--- pkgsrc/chat/weechat/distinfo:1.38   Sat May  7 14:16:20 2016
+++ pkgsrc/chat/weechat/distinfo        Thu Jan  5 12:30:39 2017
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.38 2016/05/07 14:16:20 tonio Exp $
+$NetBSD: distinfo,v 1.39 2017/01/05 12:30:39 roy Exp $
 
-SHA1 (weechat-1.5.tar.bz2) = 5a3d735237583750ec9127d8e378e34e3f7db5c7
-RMD160 (weechat-1.5.tar.bz2) = 5b2606a378d833594e5924b0c34666f8e324ec07
-SHA512 (weechat-1.5.tar.bz2) = 8999ffd4f5034f973f790bf7e0e6b1bacd73ab588d7dce7dcbea15861efb766510d1a2f722b9fa86b52a8345aef37918f3c949b85a0451e19485cee4e76d45b2
-Size (weechat-1.5.tar.bz2) = 2546183 bytes
+SHA1 (weechat-1.6.tar.bz2) = 8a80d16f73c3b451f4c8bf6cf9a0e2a7d77c4f9d
+RMD160 (weechat-1.6.tar.bz2) = 40e62dee2654eb21c71197e1384091819edca321
+SHA512 (weechat-1.6.tar.bz2) = ff0666904eae180f7091f475fade089128999ab1736e0e4a64ff79139eecb14f091d830be3110b75ec50ce85472bbf49343606ec827959d7711a19a33bfd4059
+Size (weechat-1.6.tar.bz2) = 2558398 bytes
 SHA1 (patch-ab) = 2a4583e0f5b0336e8c42ad9eb5a65bbec4730207
 SHA1 (patch-cmake_FindRuby_cmake.patch) = c9987559eca2240fddb03023092fa8d02ad25976
 SHA1 (patch-po_CMakeLists.txt) = 9b97a4a4da4175e31ea53352fd0b95e1c985ba1e



Home | Main Index | Thread Index | Old Index