pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/chat/bitlbee update chat/bitlbee to 0.99



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fa92035c3c36
branches:  trunk
changeset: 503017:fa92035c3c36
user:      tonio <tonio%pkgsrc.org@localhost>
date:      Sat Nov 12 19:51:24 2005 +0000

description:
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:

 chat/bitlbee/Makefile |  10 ++++++----
 chat/bitlbee/distinfo |   9 ++++-----
 2 files changed, 10 insertions(+), 9 deletions(-)

diffs (50 lines):

diff -r 23119f69a7f5 -r fa92035c3c36 chat/bitlbee/Makefile
--- a/chat/bitlbee/Makefile     Sat Nov 12 19:05:20 2005 +0000
+++ b/chat/bitlbee/Makefile     Sat Nov 12 19:51:24 2005 +0000
@@ -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@localhost
+MAINTAINER=            tonio%NetBSD.org@localhost
 HOMEPAGE=              http://www.bitlbee.org/
 COMMENT=               IRC to other chat networks gateway
 
@@ -42,7 +42,7 @@
        ${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 @@
 
 .if !empty(PKG_OPTIONS:Minet6)
 CONFIGURE_ARGS+=       --ipv6=1
+.else
+CONFIGURE_ARGS+=       --ipv6=0
 .endif
 
 .include "../../converters/libiconv/buildlink3.mk"
diff -r 23119f69a7f5 -r fa92035c3c36 chat/bitlbee/distinfo
--- a/chat/bitlbee/distinfo     Sat Nov 12 19:05:20 2005 +0000
+++ b/chat/bitlbee/distinfo     Sat Nov 12 19:51:24 2005 +0000
@@ -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



Home | Main Index | Thread Index | Old Index