diff options
author | wiz <wiz> | 2002-11-11 13:58:25 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-11-11 13:58:25 +0000 |
commit | a0b12bd92936f9da61f189f28fa7cfb7c18be732 (patch) | |
tree | b04e411f118cf8b7366c455e56bb1f133659fde9 /net/dctc/Makefile | |
parent | 37bd82850762b47f8bbfbe92691cb68bf4a1fddd (diff) | |
download | pkgsrc-a0b12bd92936f9da61f189f28fa7cfb7c18be732.tar.gz |
Update to 0.83.8. Changes:
This version fixes compilation problems with old C compilers and with
Berkeley DB 4.0. Malformed MyINFO data are handled more gracefully,
IGNORE_SLOT_LIMIT properly works now, a program to send DCTC command to
running client from a script was added, and a new flag was added to ignore
public chat messages from a user.
Diffstat (limited to 'net/dctc/Makefile')
-rw-r--r-- | net/dctc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/dctc/Makefile b/net/dctc/Makefile index e44fce76f2a..fb665bd64dd 100644 --- a/net/dctc/Makefile +++ b/net/dctc/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2002/11/03 21:31:24 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2002/11/11 13:58:25 wiz Exp $ # -DISTNAME= dctc-0.83.7 +DISTNAME= dctc-0.83.8 CATEGORIES= net MASTER_SITES= http://www.ac2i.tzo.com/dctc/ |