diff options
author | mrg <mrg@pkgsrc.org> | 2002-11-15 12:14:18 +0000 |
---|---|---|
committer | mrg <mrg@pkgsrc.org> | 2002-11-15 12:14:18 +0000 |
commit | ab577576eabac1a56698c91a51ab48d7b543c4b5 (patch) | |
tree | 245c1cc4921079f94fcc1f3b2b0d0852278367d1 /chat | |
parent | e4b56cab9e0b4fa68e869e48d5d2e8431ba42a12 (diff) | |
download | pkgsrc-ab577576eabac1a56698c91a51ab48d7b543c4b5.tar.gz |
update to ircii 20021103. changes include:
o fix random bugs
o fix a problem with new ICB group name changes message format
o new /on icb_who and /on icb_motd
o all high control chars should be now properly filtered avoiding
pretend output
o fix help page bugs
o fix meta5, meta6, meta7 and meta8, which behaved as if you had always
hitten them once you had (ie sticky forever)
o avoid crashes in /help
Diffstat (limited to 'chat')
-rw-r--r-- | chat/ircII/Makefile | 4 | ||||
-rw-r--r-- | chat/ircII/PLIST | 6 | ||||
-rw-r--r-- | chat/ircII/distinfo | 7 | ||||
-rw-r--r-- | chat/ircII/patches/patch-ab | 12 |
4 files changed, 9 insertions, 20 deletions
diff --git a/chat/ircII/Makefile b/chat/ircII/Makefile index de1662dc73e..a1d70ceff06 100644 --- a/chat/ircII/Makefile +++ b/chat/ircII/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2002/09/13 03:12:16 mrg Exp $ +# $NetBSD: Makefile,v 1.20 2002/11/15 12:14:18 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= 20020912 +VERS= 20021103 PLIST_SUBST+= VERS=${VERS} .include "../../mk/bsd.prefs.mk" diff --git a/chat/ircII/PLIST b/chat/ircII/PLIST index 01c5ec7d1ab..20e8c935358 100644 --- a/chat/ircII/PLIST +++ b/chat/ircII/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.9 2002/09/13 03:12:16 mrg Exp $ +@comment $NetBSD: PLIST,v 1.10 2002/11/15 12:14:18 mrg Exp $ bin/irc bin/irc-${VERS} bin/ircbug @@ -297,8 +297,10 @@ share/irc/help/on/window@.GZ@ share/irc/help/on/window_kill@.GZ@ share/irc/help/on/window_list@.GZ@ share/irc/help/on/window_swap@.GZ@ -share/irc/help/on/icb_status@.GZ@ share/irc/help/on/icb_error@.GZ@ +share/irc/help/on/icb_motd@.GZ@ +share/irc/help/on/icb_status@.GZ@ +share/irc/help/on/icb_who@.GZ@ share/irc/help/oper@.GZ@ share/irc/help/parsekey@.GZ@ share/irc/help/part@.GZ@ diff --git a/chat/ircII/distinfo b/chat/ircII/distinfo index 34770e34e7b..ae96c477926 100644 --- a/chat/ircII/distinfo +++ b/chat/ircII/distinfo @@ -1,7 +1,6 @@ -$NetBSD: distinfo,v 1.15 2002/10/17 12:56:10 wiz Exp $ +$NetBSD: distinfo,v 1.16 2002/11/15 12:14:18 mrg Exp $ -SHA1 (ircii-20020912.tar.bz2) = 27a79df8ac0626ccb7c57cff7bb8bb902d2c622f -Size (ircii-20020912.tar.bz2) = 552957 bytes +SHA1 (ircii-20021103.tar.bz2) = 222d0ba4fcdb48e86739c2ec639115d86975d85e +Size (ircii-20021103.tar.bz2) = 554379 bytes SHA1 (patch-aa) = aff3a8c5ff05797b8617be2b4b57920913ae9ca2 -SHA1 (patch-ab) = e197246641ed58591ddf4607b31b1ee92497845b SHA1 (patch-ac) = 0afd36f3ad2247b0d42dfebab210822dd5dfe151 diff --git a/chat/ircII/patches/patch-ab b/chat/ircII/patches/patch-ab deleted file mode 100644 index 9864ef57381..00000000000 --- a/chat/ircII/patches/patch-ab +++ /dev/null @@ -1,12 +0,0 @@ -$NetBSD: patch-ab,v 1.7 2002/10/17 12:56:11 wiz Exp $ - ---- doc/ircII.1.orig Fri Jun 21 03:39:08 2002 -+++ doc/ircII.1 -@@ -48,6 +48,7 @@ Set the IRC port number to - .I IRC - port). - Only supply this if you connect to a server which uses a port other than 6667. -+.TP - .BI \-P " portno" - Set the ICB port number to - .I portno |