pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/chat/konversation Fixed "test ==".



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3452ff3ddc23
branches:  trunk
changeset: 520479:3452ff3ddc23
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun Oct 22 09:24:38 2006 +0000

description:
Fixed "test ==".

diffstat:

 chat/konversation/distinfo         |   3 ++-
 chat/konversation/patches/patch-ab |  17 +++++++++++++++++
 2 files changed, 19 insertions(+), 1 deletions(-)

diffs (33 lines):

diff -r 2f5a31f78789 -r 3452ff3ddc23 chat/konversation/distinfo
--- a/chat/konversation/distinfo        Sun Oct 22 07:55:38 2006 +0000
+++ b/chat/konversation/distinfo        Sun Oct 22 09:24:38 2006 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.3 2006/09/15 09:50:39 he Exp $
+$NetBSD: distinfo,v 1.4 2006/10/22 09:24:38 rillig Exp $
 
 SHA1 (konversation-1.0.tar.bz2) = f592727626845e568696d06b3a086d4b607f4ab3
 RMD160 (konversation-1.0.tar.bz2) = 960a6bfbec3f7fc30dcb9215b10eded30dfc22e1
 Size (konversation-1.0.tar.bz2) = 5657702 bytes
 SHA1 (patch-aa) = 1143627dbe906f77a8d16195b403653e1ab2d232
+SHA1 (patch-ab) = 68c11c4e1c00286607d394cb0b0b4132cd4789d0
diff -r 2f5a31f78789 -r 3452ff3ddc23 chat/konversation/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/konversation/patches/patch-ab        Sun Oct 22 09:24:38 2006 +0000
@@ -0,0 +1,17 @@
+$NetBSD: patch-ab,v 1.3 2006/10/22 09:24:38 rillig Exp $
+
+--- konversation/scripts/sysinfo.orig  2006-08-31 19:51:24.000000000 +0200
++++ konversation/scripts/sysinfo       2006-10-22 11:21:23.000000000 +0200
+@@ -69,10 +69,10 @@ printf ("%d.%d%s up",n, n2, u);
+ 
+ out="Sysinfo for '$HN': $OSKERN running $KDE, $CPU, $HDD, $MEM, $PROC proc's, ${UPT}" 
+ 
+-if [ "x$PORT" == "x" ] ; then
++if [ "x$PORT" = "x" ] ; then
+     echo "$out"
+ else
+-    if [ "x$TARGET" == "x" ] ; then
++    if [ "x$TARGET" = "x" ] ; then
+       dcop $PORT default error "$out"
+     else
+       dcop $PORT default say $SERVER "$TARGET" "$out"



Home | Main Index | Thread Index | Old Index