diff options
author | mrg <mrg@pkgsrc.org> | 2003-03-14 12:59:03 +0000 |
---|---|---|
committer | mrg <mrg@pkgsrc.org> | 2003-03-14 12:59:03 +0000 |
commit | 90fe911945dd68327b612ba80663f0b8200c395a (patch) | |
tree | 435906f57ef946d6a6a62adfcf05e8b24ff65e33 /chat/ircII/Makefile | |
parent | 60d53479aea76b1df9c9c7ec5b3e91fb1eb41944 (diff) | |
download | pkgsrc-90fe911945dd68327b612ba80663f0b8200c395a.tar.gz |
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
Diffstat (limited to 'chat/ircII/Makefile')
-rw-r--r-- | chat/ircII/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/chat/ircII/Makefile b/chat/ircII/Makefile index 442b7ba37f0..76f3722a539 100644 --- a/chat/ircII/Makefile +++ b/chat/ircII/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.21 2003/02/18 02:29:14 lukem Exp $ +# $NetBSD: Makefile,v 1.22 2003/03/14 12:59:03 mrg Exp $ DISTNAME= ircii-${VERS} PKGNAME= ircII-${VERS} -PKGREVISION= 1 CATEGORIES= chat MASTER_SITES= ftp://ircii.warped.com/pub/ircII/ \ ftp://ircftp.au.eterna.com.au/pub/ircII/ @@ -13,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" |