diff options
author | adrianp <adrianp@pkgsrc.org> | 2006-05-02 21:43:34 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2006-05-02 21:43:34 +0000 |
commit | 4c3c3027326b15b7c5c90dda52e857377de2c8a2 (patch) | |
tree | 46066a6cef22ecfe970e00027431221862ee570d /chat/cgiirc/Makefile | |
parent | bdc3ced4c60a52884dc5af47581329bc73488c8d (diff) | |
download | pkgsrc-4c3c3027326b15b7c5c90dda52e857377de2c8a2.tar.gz |
Update to 0.5.8
> 0.5.8
> - Translations into German, Dutch, Romanian and Norwegian (thanks
> OUTsider/scarynet)
> - Russian translation of help
> - Some more UTF-8 fixes (including joining channels with non-ASCII chars,
> thanks to Jonas Liljegren)
> - Server balancing support
> - Identd supports multiple installs
> - Fix buffer overflow in client.cgi
> - Other misc fixes (see http://cvs.cgiirc.org/timeline?d=300&e=2006-Apr-30&c=2)
>
> 0.5.7
> - Fixed to work on Perl <5.8
> - Perform config option
Diffstat (limited to 'chat/cgiirc/Makefile')
-rw-r--r-- | chat/cgiirc/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chat/cgiirc/Makefile b/chat/cgiirc/Makefile index 6f8dab3811e..5445e77d2fc 100644 --- a/chat/cgiirc/Makefile +++ b/chat/cgiirc/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.9 2005/12/29 06:21:32 jlam Exp $ +# $NetBSD: Makefile,v 1.10 2006/05/02 21:43:34 adrianp Exp $ -DISTNAME= cgiirc-0.5.6 +DISTNAME= cgiirc-0.5.8 CATEGORIES= chat MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=cgiirc/} @@ -24,8 +24,8 @@ CONF_FILES+= ${PREFIX}/share/examples/cgiirc/cgiirc.config \ DEPENDS+= p5-INET6-*:../../net/p5-INET6 .endif -REPLACE_PERL= client-perl.cgi irc.cgi nph-irc.cgi docs/decode.pl \ - docs/identd.pl viewconnects.pl modules/parse.pl \ +REPLACE_PERL+= client-perl.cgi irc.cgi nph-irc.cgi docs/decode.pl \ + docs/identd.pl docs/viewconnects.pl modules/parse.pl \ interfaces/interface-make/make-js-interfaces.pl DOCFILES= identd.xinetd decode.pl identd.pl viewconnects.pl |