pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/chat/cgiirc 0.5.9



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dba4ce3b11d9
branches:  trunk
changeset: 514343:dba4ce3b11d9
user:      adrianp <adrianp%pkgsrc.org@localhost>
date:      Sun Jun 11 09:40:43 2006 +0000

description:
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:

 chat/cgiirc/Makefile |  6 +++---
 chat/cgiirc/distinfo |  8 ++++----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (34 lines):

diff -r ff889fdbe1b6 -r dba4ce3b11d9 chat/cgiirc/Makefile
--- a/chat/cgiirc/Makefile      Sun Jun 11 06:15:43 2006 +0000
+++ b/chat/cgiirc/Makefile      Sun Jun 11 09:40:43 2006 +0000
@@ -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 @@
 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 -r ff889fdbe1b6 -r dba4ce3b11d9 chat/cgiirc/distinfo
--- a/chat/cgiirc/distinfo      Sun Jun 11 06:15:43 2006 +0000
+++ b/chat/cgiirc/distinfo      Sun Jun 11 09:40:43 2006 +0000
@@ -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



Home | Main Index | Thread Index | Old Index