diff options
author | mrg <mrg> | 2002-04-03 13:42:01 +0000 |
---|---|---|
committer | mrg <mrg> | 2002-04-03 13:42:01 +0000 |
commit | a998925a38fb01bff014fdd90fb06da3b362c9f4 (patch) | |
tree | f16fbfd433c158e84aefa11b0b619b4b2b2ad17b /chat/ircII/Makefile | |
parent | 26c8d36db036e890b1fa99ec73df3cd1024ea192 (diff) | |
download | pkgsrc-a998925a38fb01bff014fdd90fb06da3b362c9f4.tar.gz |
update to ircii-20020403. highlights include:
o new /on dcc_list hook, for /dcc list output
o /dcc list bug fixed
o status clock gets very slow bug fixed
o fix /window new server foo.com channel #foo,foo
o fix build problem on BSD/OS 4.3
o new --disable-non-blocking to turn off non blocking connects
o new /load autoquery, to automatically create a new query window
when /msg'ing. apparently like mIRC
o /whois works on ICB again
o multi-server connections should work much better now, including
when loaded from a script
o new help file for /window where, missing since forever
o server "." refers to the last connected server in this window, eg
`/window server .' and `/server .'
Diffstat (limited to 'chat/ircII/Makefile')
-rw-r--r-- | chat/ircII/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/ircII/Makefile b/chat/ircII/Makefile index 90181aa4d3c..375a9632721 100644 --- a/chat/ircII/Makefile +++ b/chat/ircII/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2002/03/21 16:30:59 mrg Exp $ +# $NetBSD: Makefile,v 1.16 2002/04/03 13:42:01 mrg Exp $ DISTNAME= ircii-${VERS} PKGNAME= ircII-${VERS} @@ -12,7 +12,7 @@ COMMENT= The 'Internet Relay Chat' and 'Internet Citizens Band' Client CONFLICTS= blackened-[0-9]* -VERS= 20020322 +VERS= 20020403 .include "../../mk/bsd.prefs.mk" |