summaryrefslogtreecommitdiff
path: root/chat/ircII/Makefile
diff options
context:
space:
mode:
authormrg <mrg@pkgsrc.org>2002-04-03 13:42:01 +0000
committermrg <mrg@pkgsrc.org>2002-04-03 13:42:01 +0000
commitd22a551585a7012aa76e8622bf9ab5608157a70b (patch)
treef16fbfd433c158e84aefa11b0b619b4b2b2ad17b /chat/ircII/Makefile
parent66722fd01e9ac09d01ad1385f397467682511ce6 (diff)
downloadpkgsrc-d22a551585a7012aa76e8622bf9ab5608157a70b.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/Makefile4
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"