summaryrefslogtreecommitdiff
path: root/chat/ircII/Makefile
diff options
context:
space:
mode:
authormrg <mrg>2006-07-22 09:13:10 +0000
committermrg <mrg>2006-07-22 09:13:10 +0000
commit03b496932989cea81f26710eed0ec1960fd258a6 (patch)
tree5fc23b6c1ff2337531fd0f3c6e9f1d831a350f85 /chat/ircII/Makefile
parent6c0309595623c900ff913ed2b2f191dc22530780 (diff)
downloadpkgsrc-03b496932989cea81f26710eed0ec1960fd258a6.tar.gz
update to ircII 20060721. changes include:
o default status line now tells you when you are scrolled up o new variables status_scrolled and status_scrolled_lines o new status format modifiers %P and %s o fixed a bug with the input prompt being overtaken o /set translation has been removed. all encoding support now depends on the existance of iconv(3) support, enhancing the capabilities and correctness of codeset conversion. the translation and iso2022_support variables have been replaced with input_encoding, display_encoding and irc_encoding o /msg -server <servergroup|servername|number> <target> <message> now works to send message on specific servers ie, other than the current window's server o support new $IRCSERVERSFILE that overrides $LIBDIR/ircII.servers
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 1b2997e3ad5..b17b72efa20 100644
--- a/chat/ircII/Makefile
+++ b/chat/ircII/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.43 2006/06/14 14:23:32 jlam Exp $
+# $NetBSD: Makefile,v 1.44 2006/07/22 09:13:10 mrg Exp $
DISTNAME= ircii-${VERS}
PKGNAME= ircII-${VERS}
@@ -17,7 +17,7 @@ CONFLICTS= blackened-[0-9]*
PKG_INSTALLATION_TYPES= overwrite pkgviews
-VERS= 20040820
+VERS= 20060721
PLIST_SUBST+= VERS=${VERS:Q}
.include "../../mk/bsd.prefs.mk"