diff options
author | wiz <wiz@pkgsrc.org> | 2008-11-10 19:25:27 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2008-11-10 19:25:27 +0000 |
commit | 3e83de3a3790c0f969ba616c5fab30260b22c12b (patch) | |
tree | 0da8e48c40b798ef04ecc9bff6a0835d32ed1301 /chat/ircII/Makefile | |
parent | fa4a5003a09cfd085e4ec14e97906043cb10f09d (diff) | |
download | pkgsrc-3e83de3a3790c0f969ba616c5fab30260b22c12b.tar.gz |
Update to 20080314:
Changes since ircII 20060725:
o /on channel_signoff works again
o try to split ICB messages at word boundaries
o disallow many IRC commands on ICB
o /ping works on ICB
o revert the utf-8 changes for large lastlog performance reasons.
there should be a re-implementation coming in the future.
Diffstat (limited to 'chat/ircII/Makefile')
-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 60984aabae1..7974bfa6374 100644 --- a/chat/ircII/Makefile +++ b/chat/ircII/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.49 2008/01/04 20:00:32 heinz Exp $ +# $NetBSD: Makefile,v 1.50 2008/11/10 19:25:27 wiz Exp $ DISTNAME= ircii-${VERS} PKGNAME= ircII-${VERS} @@ -15,7 +15,7 @@ CONFLICTS= blackened-[0-9]* PKG_DESTDIR_SUPPORT= user-destdir PKG_INSTALLATION_TYPES= overwrite pkgviews -VERS= 20060725 +VERS= 20080314 PLIST_SUBST+= VERS=${VERS:Q} .include "../../mk/bsd.prefs.mk" |