summaryrefslogtreecommitdiff
path: root/chat/ircII/Makefile
diff options
context:
space:
mode:
authormrg <mrg@pkgsrc.org>2004-02-16 09:25:53 +0000
committermrg <mrg@pkgsrc.org>2004-02-16 09:25:53 +0000
commitc0a8d37041e904b1fb303f8a888975fb928551bb (patch)
treedd636572012837d14476476ea79918e31cb72c43 /chat/ircII/Makefile
parent71b09f479da89d418d3f371b6c0c2e8f5bf8b64f (diff)
downloadpkgsrc-c0a8d37041e904b1fb303f8a888975fb928551bb.tar.gz
update to ircii 20040216. notable changes include:
o various documentation updates o ircii now requires an ANSI C compiler (such as GCC) to compile o new /SET SWITCH_TO_QUIET_CHANNELS that allows SWITCH_CHANNELS binding to ignore "quiet" channels. o fixed the --without-emacs-meta-keys option to really be the default o /hush support in ICB o new example script ``multichan'' for maintaining multiple server and channel configurations. o renamed /ON ICB_MOTD to ICB_CMDOUT and fixed it as well o removed old "SED" useless encryption o add /ON TOPIC support for ICB o builds on solaris out-of-box again
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 24d7d88e5dc..2e664dd7b4a 100644
--- a/chat/ircII/Makefile
+++ b/chat/ircII/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2004/01/20 12:09:35 agc Exp $
+# $NetBSD: Makefile,v 1.33 2004/02/16 09:25:53 mrg Exp $
DISTNAME= ircii-${VERS}
PKGNAME= ircII-${VERS}
@@ -15,7 +15,7 @@ CONFLICTS= blackened-[0-9]*
PKG_INSTALLATION_TYPES= overwrite pkgviews
-VERS= 20030709
+VERS= 20040216
PLIST_SUBST+= VERS=${VERS}
.include "../../mk/bsd.prefs.mk"