diff options
author | adrianp <adrianp@pkgsrc.org> | 2006-06-11 09:40:43 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2006-06-11 09:40:43 +0000 |
commit | 2f9832136ab4e756ba0460a625fd70f8af1c91bb (patch) | |
tree | 1f3e37f25d7c28316b25bf034478d8cac2e915c0 /chat | |
parent | 545a9a4820a803bf8e2e1dba1537e8f752e9f115 (diff) | |
download | pkgsrc-2f9832136ab4e756ba0460a625fd70f8af1c91bb.tar.gz |
0.5.9
Bump date (By dgl)
Use the resolved IP for the encoded IP too, rather than $ENV{REMOTE_ADDR}. (By dgl)
Send real host and IP in USER command (suggested by OUTsider) (By dgl)
Near total rewrite, the old version sucked. (By dgl)
Fix ticket #145 (Mozilla suite seems to have different behaviour with permissions on XMLHTTP than Firefox) (By dgl)
Another oops, /help didn't work.. (By dgl)
Diffstat (limited to 'chat')
-rw-r--r-- | chat/cgiirc/Makefile | 6 | ||||
-rw-r--r-- | chat/cgiirc/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/chat/cgiirc/Makefile b/chat/cgiirc/Makefile index 5445e77d2fc..0f011c3e444 100644 --- a/chat/cgiirc/Makefile +++ b/chat/cgiirc/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.10 2006/05/02 21:43:34 adrianp Exp $ +# $NetBSD: Makefile,v 1.11 2006/06/11 09:40:43 adrianp Exp $ -DISTNAME= cgiirc-0.5.8 +DISTNAME= cgiirc-0.5.9 CATEGORIES= chat MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=cgiirc/} @@ -33,7 +33,7 @@ EGFILES= cgiirc.config.full client.c ipaccess.example CGIIRC= ${PREFIX}/share/cgiirc do-configure: - @${SED} -e "s|@CGIIRC@|${CGIIRC}|g" ${FILESDIR}/cgiirc.conf \ + ${SED} -e "s|@CGIIRC@|${CGIIRC}|g" ${FILESDIR}/cgiirc.conf \ > ${WRKDIR}/cgiirc.conf do-install: diff --git a/chat/cgiirc/distinfo b/chat/cgiirc/distinfo index ffbc65878a7..55a4693190a 100644 --- a/chat/cgiirc/distinfo +++ b/chat/cgiirc/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2006/05/02 21:43:34 adrianp Exp $ +$NetBSD: distinfo,v 1.6 2006/06/11 09:40:43 adrianp Exp $ -SHA1 (cgiirc-0.5.8.tar.gz) = 223f8e0e99b8780585ea21fda017ec50c4a0913b -RMD160 (cgiirc-0.5.8.tar.gz) = 49726776d4d6df83a1dfe92615db809ae24f1e6a -Size (cgiirc-0.5.8.tar.gz) = 134723 bytes +SHA1 (cgiirc-0.5.9.tar.gz) = c3064022401ccb0540b363456cea00b73ccf26e2 +RMD160 (cgiirc-0.5.9.tar.gz) = 302169c4c2558f5d2368bdcfeed45a224cac8ebc +Size (cgiirc-0.5.9.tar.gz) = 135163 bytes |