summaryrefslogtreecommitdiff
path: root/chat/ircservices/Makefile
diff options
context:
space:
mode:
authoradrianp <adrianp@pkgsrc.org>2005-03-26 17:28:29 +0000
committeradrianp <adrianp@pkgsrc.org>2005-03-26 17:28:29 +0000
commit7eb7a309d904696f85f724789a897ff22f370197 (patch)
treedcff9444efc8827aed4deb3ceaf96592894a0d09 /chat/ircservices/Makefile
parent649039c54a1303b571e64bef6a8ab0645bdbc8ab (diff)
downloadpkgsrc-7eb7a309d904696f85f724789a897ff22f370197.tar.gz
- Update ircservices from 5.0.44 -> 5.0.49
2005/03/06 .49 Added Russian language file, courtesy of Alexander Zverev <tty@inbox.ru> 2005/03/05 Services will now accept multiple PROTOCTL messages from the Unreal ircd (as implemented in Unreal CVS). 2005/03/04 Added support for +I/+j channel modes in Unreal 3.2.3. Reported by Kieron Thwaites <ron2k@webmail.co.za> 2005/02/23 .48 Fix careless bug leading to possible crash on exit or rehash. 2005/02/23 .47 Channels no longer expire while an auto-op user is in the channel; expiration is delayed until the time specified by CSExpire after the last such user leaves the channel. Reported by Anton Wolkov <phan70m@gmail.com> 2005/02/23 Added user IP addresses to the OperServ LISTUSER debug command as well. 2005/02/21 .46 Fixed some warnings during compilation. 2005/02/21 Fixed bug causing modified files to not be recompiled properly when compiling with GNU make 3.79. 2005/02/20 The OperServ debug command LISTUSERS now includes the IP address for each user before the user's mode string. 2005/02/19 Added workaround for GCC bugs on PowerPC systems. 2005/01/27 Fixed careless error in "make distclean". Reported by Stanislav Zahariev <sofit@evronet.tv> 2005/01/21 .45 Added HybServ support to convert-db. Suggested by Stanislav Zahariev <sofit@evronet.tv> 2005/01/21 convert-db is now recompiled properly if the compilation options passed to the configure script are changed. 2005/01/13 IRC operators are now properly shown the operator version of ChanServ HELP LIST. Reported by Kieron Thwaites <ron2k@webmail.co.za>
Diffstat (limited to 'chat/ircservices/Makefile')
-rw-r--r--chat/ircservices/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/ircservices/Makefile b/chat/ircservices/Makefile
index b0e439fbbf3..01d0bca3fbd 100644
--- a/chat/ircservices/Makefile
+++ b/chat/ircservices/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.12 2005/01/19 21:59:24 adrianp Exp $
+# $NetBSD: Makefile,v 1.13 2005/03/26 17:28:29 adrianp Exp $
#
-DISTNAME= ircservices-5.0.44
+DISTNAME= ircservices-5.0.49
CATEGORIES= chat
MASTER_SITES= ftp://ftp.esper.net/ircservices/ \
ftp://ftp.esper.net/ircservices/old/ \