pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/chat/naim Upgrade to 0.11.6.4. Soren Jacobsen: PR 23617.
details: https://anonhg.NetBSD.org/pkgsrc/rev/5c3effafff0c
branches: trunk
changeset: 463894:5c3effafff0c
user: xtraeme <xtraeme%pkgsrc.org@localhost>
date: Tue Dec 02 03:57:44 2003 +0000
description:
Upgrade to 0.11.6.4. Soren Jacobsen: PR 23617.
Changes:
* Small cleanups to prevent mIRC colors in /whois from disturbing
other screen text.
* In some circumstances, /open buddyname could cause multiple
windows to open for buddyname in IRC and Lily. Fixed.
* /groupbuddy will allow Tab completion for existing buddy names.
* (backported from 0.12.0) New $showraw. If non-zero, messages that
are not understood by the protocol drivers will be displayed in the
:RAW window.
* The recvfrom chain no longer stops execution when incoming
private/public messages are displayed. This allows hooks from
modules to have a weight heavier than 150.
* In some situations, AOL's servers can forcibly remove you from
chat rooms. naim will now automatically rejoin them, re-creating
them if need be.
* More small cleanups in the HTML renderer.
* The dtime() routine did not allocate enough space for some
possible strings, causing displeasing truncation. Fixed.
* In certain situations, $-variable expansion could result in an
improperly-terminated string, causing out-of-bounds memory access. Fixed.
diffstat:
chat/naim/Makefile | 13 +++++++------
chat/naim/distinfo | 6 +++---
2 files changed, 10 insertions(+), 9 deletions(-)
diffs (43 lines):
diff -r 66ccaa75ac58 -r 5c3effafff0c chat/naim/Makefile
--- a/chat/naim/Makefile Tue Dec 02 01:55:48 2003 +0000
+++ b/chat/naim/Makefile Tue Dec 02 03:57:44 2003 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.26 2003/10/30 07:18:26 wiz Exp $
+# $NetBSD: Makefile,v 1.27 2003/12/02 03:57:44 xtraeme Exp $
#
-DISTNAME= naim-0.11.6.3
+DISTNAME= naim-0.11.6.4
CATEGORIES= chat
MASTER_SITES= http://shell.n.ml.org/n/naim/
EXTRACT_SUFX= .tar.bz2
@@ -10,13 +10,14 @@
HOMEPAGE= http://site.n.ml.org/info/naim/
COMMENT= Ncurses-based AIM, ICQ, IRC and Lily client
-GNU_CONFIGURE= YES
-
-USE_BUILDLINK2= YES
-USE_LIBTOOL= YES
+GNU_CONFIGURE= yes
+USE_BUILDLINK2= yes
+USE_LIBTOOL= yes
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
USE_NCURSES= # assertion "COLOR_PAIRS >= (COLORS*COLORS)" failed: file "./win.c", line 250, function "wsetup_colors"
+CONFIGURE_ARGS+= --mandir=${PREFIX}/man
+
.include "../../devel/ncurses/buildlink2.mk"
.include "../../devel/readline/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"
diff -r 66ccaa75ac58 -r 5c3effafff0c chat/naim/distinfo
--- a/chat/naim/distinfo Tue Dec 02 01:55:48 2003 +0000
+++ b/chat/naim/distinfo Tue Dec 02 03:57:44 2003 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.14 2003/10/30 07:18:26 wiz Exp $
+$NetBSD: distinfo,v 1.15 2003/12/02 03:57:44 xtraeme Exp $
-SHA1 (naim-0.11.6.3.tar.bz2) = d2c99d66a7f50604f5bf06e97a6e256bba68f79d
-Size (naim-0.11.6.3.tar.bz2) = 536326 bytes
+SHA1 (naim-0.11.6.4.tar.bz2) = df9611b3227001d39058d0385d35917b2382b733
+Size (naim-0.11.6.4.tar.bz2) = 531738 bytes
Home |
Main Index |
Thread Index |
Old Index