pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/chat/irssi-icb Add the all-important /brick command.
details: https://anonhg.NetBSD.org/pkgsrc/rev/84301a1872bf
branches: trunk
changeset: 553328:84301a1872bf
user: sketch <sketch%pkgsrc.org@localhost>
date: Mon Jan 19 10:20:03 2009 +0000
description:
Add the all-important /brick command.
diffstat:
chat/irssi-icb/Makefile | 4 ++--
chat/irssi-icb/distinfo | 4 ++--
chat/irssi-icb/patches/patch-ac | 10 +++++-----
3 files changed, 9 insertions(+), 9 deletions(-)
diffs (51 lines):
diff -r b81a57c53211 -r 84301a1872bf chat/irssi-icb/Makefile
--- a/chat/irssi-icb/Makefile Mon Jan 19 06:44:20 2009 +0000
+++ b/chat/irssi-icb/Makefile Mon Jan 19 10:20:03 2009 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.24 2007/10/28 13:06:30 adrianp Exp $
+# $NetBSD: Makefile,v 1.25 2009/01/19 10:20:03 sketch Exp $
#
DISTNAME= irssi-icb-0.14
-PKGREVISION= 11
+PKGREVISION= 12
CATEGORIES= chat
MASTER_SITES= http://www.irssi.org/files/plugins/icb/
DISTFILES= ${DISTNAME}.tar.gz ${IRSSI_DISTFILE}
diff -r b81a57c53211 -r 84301a1872bf chat/irssi-icb/distinfo
--- a/chat/irssi-icb/distinfo Mon Jan 19 06:44:20 2009 +0000
+++ b/chat/irssi-icb/distinfo Mon Jan 19 10:20:03 2009 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.10 2008/07/22 09:56:17 hubertf Exp $
+$NetBSD: distinfo,v 1.11 2009/01/19 10:20:03 sketch Exp $
SHA1 (irssi-0.8.12.tar.bz2) = 00ecca04766c51feef057b2327f67166be473fa3
RMD160 (irssi-0.8.12.tar.bz2) = 0588e6c2df0425c4f36bd84c1621d9ad170b6a81
@@ -8,5 +8,5 @@
Size (irssi-icb-0.14.tar.gz) = 172647 bytes
SHA1 (patch-aa) = 8249c9ae3e5ae8b6110db030ee4280aa53ca1192
SHA1 (patch-ab) = c270c35891164c9e42696e2ffc84d1e7ffaaaa2a
-SHA1 (patch-ac) = b9a7443be1356b56efff6263b9387684686ff194
+SHA1 (patch-ac) = 27f9148f68e2fb612dac51ac5d9401338e926d77
SHA1 (patch-ad) = e07327f473c253c341d83fe9b3ce1f34667b33f2
diff -r b81a57c53211 -r 84301a1872bf chat/irssi-icb/patches/patch-ac
--- a/chat/irssi-icb/patches/patch-ac Mon Jan 19 06:44:20 2009 +0000
+++ b/chat/irssi-icb/patches/patch-ac Mon Jan 19 10:20:03 2009 +0000
@@ -1,12 +1,12 @@
-$NetBSD: patch-ac,v 1.1 2004/03/28 20:09:20 wiz Exp $
+$NetBSD: patch-ac,v 1.2 2009/01/19 10:20:03 sketch Exp $
---- src/core/icb-commands.c.orig Sat May 4 19:21:43 2002
-+++ src/core/icb-commands.c
-@@ -32,6 +32,7 @@ static char *icb_commands[] = {
+--- src/core/icb-commands.c.orig Sat May 4 18:21:43 2002
++++ src/core/icb-commands.c Mon Jan 19 10:16:27 2009
+@@ -32,6 +32,7 @@
"invite", "v", "echoback", "name", "motd", "topic", "status",
"boot", "pass", "drop", "shutdown", "wall",
-+ "whereis",
++ "whereis", "brick",
NULL
};
Home |
Main Index |
Thread Index |
Old Index