summaryrefslogtreecommitdiff
path: root/chat/ircII/Makefile
diff options
context:
space:
mode:
authormrg <mrg@pkgsrc.org>2002-09-13 03:12:16 +0000
committermrg <mrg@pkgsrc.org>2002-09-13 03:12:16 +0000
commit73dad376e981454f0f1558a54f6db5009e19aade (patch)
tree429d3c51aab9b6b1377adf78674e5cc74dc8aa19 /chat/ircII/Makefile
parent3c8c087aa0d5ddde55fbb0d089de94b78335d1bb (diff)
downloadpkgsrc-73dad376e981454f0f1558a54f6db5009e19aade.tar.gz
update to ircii 20020912. changes are:
o /join group can now move an ICB group to a different window o add ICB support for /join -force and /join -invite o echoing bold / inverse / underline chars immediately after one another now works properly in all cases o DCC and IPv6 now works. ircII can DCC CHAT via IPv6 with irssi o new /set dcchost to change the dcc source host. this changes what the -H flag sets at start up o IPv6 support split into pure-IPv6 and new socket API support, with replacements for the latter being provided if they do not exist. PLEASE NOTE: this may cause ./configure or build failures due to gethostbyname(), getaddrinfo(), getnameinfo(), freeaddrinfo(), inet_pton() or inet_ntop() lossage. please report via ircbug o /dcc talk, /dcc summon, and /dcc tmsg are no longer supported o /on ctcp_reply, /on notice, /on encrypted_notice and /on flood all now provide the target of the /on as $1. PLEASE NOTE: this will affect old scripts. use if (V > 20020902) to check for the new behaviour o nearly all reported bugs fixed o /xecho -level should now work for channel traffic as wel. PLEASE NOTE: this will probably cause some messages to go to a different window now than they used to - possibly a bug! please report any such changes that do not seem correct o connections to multi-homed hosts not listening on all IP addresses now works in all cases o new /setenv & /unsetenv commands o /log core dump fixes o help file fixes o new `fkeys' script to make it possible to bind function keys o irc -t is now the default. use -T to get ti/te sequences o long ICB messages are now always split up correctly o various minor bug fixes o 2.8script/newaway/default scripts "n.o" alias unified
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 563c5715588..de1662dc73e 100644
--- a/chat/ircII/Makefile
+++ b/chat/ircII/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2002/08/25 21:49:34 jlam Exp $
+# $NetBSD: Makefile,v 1.19 2002/09/13 03:12:16 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= 20020403
+VERS= 20020912
PLIST_SUBST+= VERS=${VERS}
.include "../../mk/bsd.prefs.mk"