diff options
author | grant <grant@pkgsrc.org> | 2003-04-16 15:19:21 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2003-04-16 15:19:21 +0000 |
commit | b1aa30974db8f5c4eb517d7e781d5caf3638aa1b (patch) | |
tree | ad733f0b7555286108fb72c191ddc7f9fbacf3a4 | |
parent | 60f4a7e8167e6864fe3187172cbf1cc23a5c40dd (diff) | |
download | pkgsrc-b1aa30974db8f5c4eb517d7e781d5caf3638aa1b.tar.gz |
Pull up revisions 1.20-1.22 (requested by aymeric in ticket #1254):
update to ircii 20030314. changes since ircII 20021103:
o server's added by /server are no longer removed if they fail to connect.
o SEVERAL REMOTE HOLES FIXED in ctcp, status & other code
o fix ICB /msg to names starting with a /. you can now /msg \/oink to send
a message to "/oink". if you previously were able to /msg \oink you now
have to /msg \\oink.
o arithmetic "|" now works properly
o fix ICB /msg with a user the same name as the channel
o fix ICB group's and user's with comma's in them
o /notify and /timer always go to level crap now
o fix nickname response lossage
o fix $connect() hich was broken recently
o fix "irc -h" which was broken recently
o fix "dcc close raw" which was broken recently
-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 a1d70ceff06..c05f82c5b37 100644 --- a/chat/ircII/Makefile +++ b/chat/ircII/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2002/11/15 12:14:18 mrg Exp $ +# $NetBSD: Makefile,v 1.20.2.1 2003/04/16 15:19:21 grant 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= 20021103 +VERS= 20030314 PLIST_SUBST+= VERS=${VERS} .include "../../mk/bsd.prefs.mk" |