diff options
author | tonio <tonio@pkgsrc.org> | 2005-11-12 19:51:24 +0000 |
---|---|---|
committer | tonio <tonio@pkgsrc.org> | 2005-11-12 19:51:24 +0000 |
commit | 6a86814a05908f9c6c9a49b04870688f1f72b160 (patch) | |
tree | 782c375446373324dd190c0faa7c3d04fb669428 /chat/bitlbee | |
parent | e314ec2a922102766de1cfee9ff749c42dc8831f (diff) | |
download | pkgsrc-6a86814a05908f9c6c9a49b04870688f1f72b160.tar.gz |
update chat/bitlbee to 0.99
as i did the two latest updates, take maintainership
The changelog for 0.99:
- Fixed memory initialization bug in OSCAR module that caused crashes on
closing the connection.
- Most likely fixed the bug that caused BitlBee to use 100% CPU time in
some situations.
- Outgoing MSN typing notifications are now understood correctly by the
orignal MS Mac/Windows clients (again).
- Added "account add $protocol" to the documentation, got rid of a lot
of over-markup (i.e. overuse of bold-tags), reviewed some other parts.
- Small changes to help.xsl to fix small flaws in the help.txt formatting.
- Messaging yourself now doesn't make irssi or mIRC crash anymore.
Diffstat (limited to 'chat/bitlbee')
-rw-r--r-- | chat/bitlbee/Makefile | 10 | ||||
-rw-r--r-- | chat/bitlbee/distinfo | 9 |
2 files changed, 10 insertions, 9 deletions
diff --git a/chat/bitlbee/Makefile b/chat/bitlbee/Makefile index 354cdaaf744..45a16a55402 100644 --- a/chat/bitlbee/Makefile +++ b/chat/bitlbee/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.25 2005/10/20 18:32:11 tonio Exp $ +# $NetBSD: Makefile,v 1.26 2005/11/12 19:51:24 tonio Exp $ # -DISTNAME= bitlbee-0.92 +DISTNAME= bitlbee-0.99 CATEGORIES= chat MASTER_SITES= http://get.bitlbee.org/src/ -MAINTAINER= tech-pkg@NetBSD.org +MAINTAINER= tonio@NetBSD.org HOMEPAGE= http://www.bitlbee.org/ COMMENT= IRC to other chat networks gateway @@ -42,7 +42,7 @@ do-install: ${INSTALL_DATA_DIR} ${EGDIR} ${INSTALL_DATA} ${WRKSRC}/bitlbee.conf ${EGDIR} ${INSTALL_PROGRAM} ${WRKSRC}/bitlbee ${PREFIX}/sbin - ${INSTALL_DATA} ${WRKSRC}/doc/help.txt ${DATADIR} + ${INSTALL_DATA} ${WRKSRC}/doc/user-guide/help.txt ${DATADIR} ${INSTALL_DATA} ${WRKSRC}/motd.txt ${DATADIR} ${INSTALL_MAN} ${WRKSRC}/doc/bitlbee.8 ${PREFIX}/man/man8 .for f in AUTHORS FAQ README TODO @@ -56,6 +56,8 @@ PKG_SUPPORTED_OPTIONS= inet6 .if !empty(PKG_OPTIONS:Minet6) CONFIGURE_ARGS+= --ipv6=1 +.else +CONFIGURE_ARGS+= --ipv6=0 .endif .include "../../converters/libiconv/buildlink3.mk" diff --git a/chat/bitlbee/distinfo b/chat/bitlbee/distinfo index 494ce5dbe16..26d29cf8ffa 100644 --- a/chat/bitlbee/distinfo +++ b/chat/bitlbee/distinfo @@ -1,6 +1,5 @@ -$NetBSD: distinfo,v 1.11 2005/08/29 13:34:36 tonio Exp $ +$NetBSD: distinfo,v 1.12 2005/11/12 19:51:24 tonio Exp $ -SHA1 (bitlbee-0.92.tar.gz) = 08c6244c1c4d222180c6f28bd666e5c8dc056a66 -RMD160 (bitlbee-0.92.tar.gz) = a0b9d6bb92915f6cb1674ccc3b5c78f7ce627a01 -Size (bitlbee-0.92.tar.gz) = 464110 bytes -SHA1 (patch-aa) = 23b13a4877a37c8d6d1928646013530ef27ecff7 +SHA1 (bitlbee-0.99.tar.gz) = d9572c8cd485e00bc4fd9bdf81ff139f56a3c146 +RMD160 (bitlbee-0.99.tar.gz) = e39ff67dcecb3b107623f6850ee1bf5612c19633 +Size (bitlbee-0.99.tar.gz) = 469547 bytes |