summaryrefslogtreecommitdiff
path: root/chat/weechat/Makefile
diff options
context:
space:
mode:
authortonio <tonio>2007-06-10 22:20:09 +0000
committertonio <tonio>2007-06-10 22:20:09 +0000
commit787b41a9f37022b7a280102fb746d9ef2d6962df (patch)
tree87f3bef5281b52f0a2758de588eac6fb857dd323 /chat/weechat/Makefile
parentc5a8e26838291ebf169ab9cef3910cc7f8fee616 (diff)
downloadpkgsrc-787b41a9f37022b7a280102fb746d9ef2d6962df.tar.gz
Update chat/weechat to 0.2.5
Add gnutls option, to enable ssl support, fix PR 36461 Thanks Adam Hoka for providing a patch Version 0.2.5 (2007-06-07): * fixed QUOTE command: now allowed when socket is ok (even if IRC connection to server is not ok) (bug #20113) * added missing IRC commands (327, 378, 379) (bug #20091) * fixed hotlist when exiting search mode: current buffer is removed from hotlist * added "%M" for completion with nicks of current server (nicks on open channels) (task #6931) * improved key bindings: now possible to bind a key on many commands, separated by semicolon (task #5444) * improved IRC long message split: use word boundary (task #6685) * removed ":" for unknown IRC commands before arguments (bug #19929) * fixed "%C" completion: now completes with all channels of all servers * fixed bug with "/buffer query_name", added server and channel completion for /buffer command (bug #19928) * added cmake for weechat compile (patch #5943) * fixed IRC mode parsing when receiving modes with arguments (bug #19902) * fixed crash with IRC JOIN malformed message (bug #19891) * fixed bug with nick prefixes on some IRC servers (bug #19854) * improved setup file save: now writes temporary file, then rename it (task #6847) * fixed bug with $nick/$channel/$server variables in commands * forget current nick when user manually disconnects from server * fixed nick display in input window * fixed bug with erroneous nickname when connecting to server (bug #19812) * fixed display bugs in IRC error messages * added protocol priority for gnutls (patch #5915) * added channel admin mode '!' for some IRC servers * fixed bug with iso2022jp locale (bug #18719) * fixed string format bug when displaying string thru plugin script API * added /reconnect command (task #5448) * added "-all" option for /connect and /disconnect commands (task #6232) * improved nick completion: completion with last speakers first and self nick at the end; added option look_nick_completion_smart, enabled by default (task #5896) * fixed nick completion in command arguments (bug #19590) * fixed possible crash with nick completion when a nick leaves channel (bug #19589) * added color for input text not found in buffer history * fixed USER message when connecting to IRC server (patch #5835)
Diffstat (limited to 'chat/weechat/Makefile')
-rw-r--r--chat/weechat/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/weechat/Makefile b/chat/weechat/Makefile
index df3857aa207..4fa931d4caf 100644
--- a/chat/weechat/Makefile
+++ b/chat/weechat/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.14 2007/04/23 11:36:49 tonio Exp $
+# $NetBSD: Makefile,v 1.15 2007/06/10 22:20:09 tonio Exp $
#
-DISTNAME= weechat-0.2.4
+DISTNAME= weechat-0.2.5
CATEGORIES= chat
MASTER_SITES= http://weechat.flashtux.org/download/
EXTRACT_SUFX= .tar.bz2