diff options
author | mrg <mrg@pkgsrc.org> | 2003-07-09 18:15:16 +0000 |
---|---|---|
committer | mrg <mrg@pkgsrc.org> | 2003-07-09 18:15:16 +0000 |
commit | c27909a84cbc52bd2e15d53d7b8ac27a5082883a (patch) | |
tree | 0316e5a9aff5d7a98c9ec221ded0996531acfbbe /chat/ircII/Makefile | |
parent | 29cb566a85e204e9988392d18461cdc457eb6e93 (diff) | |
download | pkgsrc-c27909a84cbc52bd2e15d53d7b8ac27a5082883a.tar.gz |
update to ircii 20030709. changes include:
o turned on SO_REUSEADDR for most connections
o /DCC RAW works when disconnected again
o several bugs fixed
o new /set dccport and /set bind_local_dcchost variables to give
the user full control over how dcc requests are sent.
o new /on os_signal to give user-access to receiving UNIX signals
o /set beep_on_msg now works for ICB messages and groups (public)
o the --without-emacs-meta-keys configure option is now the default
o the emacs meta key bindings for M-b and M-d were fixed
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 9db91f719a3..5bbc31d7100 100644 --- a/chat/ircII/Makefile +++ b/chat/ircII/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2003/06/02 01:21:26 jschauma Exp $ +# $NetBSD: Makefile,v 1.26 2003/07/09 18:15:16 mrg Exp $ DISTNAME= ircii-${VERS} PKGNAME= ircII-${VERS} @@ -13,7 +13,7 @@ COMMENT= The 'Internet Relay Chat' and 'Internet Citizens Band' Client CONFLICTS= blackened-[0-9]* -VERS= 20030315 +VERS= 20030709 PLIST_SUBST+= VERS=${VERS} .include "../../mk/bsd.prefs.mk" |