diff options
author | tonio <tonio> | 2010-03-12 14:36:57 +0000 |
---|---|---|
committer | tonio <tonio> | 2010-03-12 14:36:57 +0000 |
commit | 77098c213c86c02388684fa2937e17d86fe19f1f (patch) | |
tree | c0dca69c6860413edbf77730c9cc8dfcb6a20acd /chat/weechat/Makefile | |
parent | 1e3bb5ee354754a719440ac7183af796181ca452 (diff) | |
download | pkgsrc-77098c213c86c02388684fa2937e17d86fe19f1f.tar.gz |
Update chat/weechat to 0.3.1.1
Version 0.3.1.1:
This version fixes crashes with SSL connection to IRC server and purge of old
DCC chats. It is recommended to upgrade from 0.3.1 to 0.3.1.1 for all users.
Version 0.3.1:
- new IRC commands: allserv, allchan, sajoin, samode, sanick, sapart, saquit,
- check of SSL certificates and use of CertFP for IRC servers,
- options to customize IRC CTCP replies,
- options to choose target buffer for IRC messages,
- anti-flood improved for IRC servers,
- new expansions for alias arguments,
- new color darkgray, bright colors supported for backgrounds,
- many bugs fixed.
Diffstat (limited to 'chat/weechat/Makefile')
-rw-r--r-- | chat/weechat/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/chat/weechat/Makefile b/chat/weechat/Makefile index 463325d1338..13224a5b6f7 100644 --- a/chat/weechat/Makefile +++ b/chat/weechat/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.25 2009/11/03 22:22:31 tonio Exp $ +# $NetBSD: Makefile,v 1.26 2010/03/12 14:36:57 tonio Exp $ # -DISTNAME= weechat-0.3.0 +DISTNAME= weechat-0.3.1.1 CATEGORIES= chat MASTER_SITES= http://www.weechat.org/files/src/ @@ -20,6 +20,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS+= --disable-ruby --disable-aspell MAKE_ENV+= INSTALL_DATA_DIR=${INSTALL_DATA_DIR:Q} MAKE_ENV+= PREFIX=${DESTDIR:Q}${PREFIX:Q} +LIBS.SunOS+= -lnsl .include "options.mk" |