pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/kdenetwork4 Add patch against "==" in test(1).



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c7687f0aaacb
branches:  trunk
changeset: 400394:c7687f0aaacb
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Oct 18 23:53:37 2009 +0000

description:
Add patch against "==" in test(1).

diffstat:

 net/kdenetwork4/distinfo         |   3 ++-
 net/kdenetwork4/patches/patch-ae |  13 +++++++++++++
 2 files changed, 15 insertions(+), 1 deletions(-)

diffs (30 lines):

diff -r 56ca1cc5998e -r c7687f0aaacb net/kdenetwork4/distinfo
--- a/net/kdenetwork4/distinfo  Sun Oct 18 22:29:10 2009 +0000
+++ b/net/kdenetwork4/distinfo  Sun Oct 18 23:53:37 2009 +0000
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.2 2009/10/11 08:13:39 markd Exp $
+$NetBSD: distinfo,v 1.3 2009/10/18 23:53:37 wiz Exp $
 
 SHA1 (kdenetwork-4.3.2.tar.bz2) = 7b384e11b551c9d1113cc39d318ca1b9d7712864
 RMD160 (kdenetwork-4.3.2.tar.bz2) = 45dccc0ad35041be39bbea3d014927362cfbe307
 Size (kdenetwork-4.3.2.tar.bz2) = 7378385 bytes
 SHA1 (patch-aa) = 0359cd86501c57197242c398d63c1fc77c60a4d0
 SHA1 (patch-ab) = 0743b3b6c994623c507b8bcd52ee01dad31cf56f
+SHA1 (patch-ae) = 765d48550d2d8b7a59a1593a669b0909fef3bd96
diff -r 56ca1cc5998e -r c7687f0aaacb net/kdenetwork4/patches/patch-ae
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/kdenetwork4/patches/patch-ae  Sun Oct 18 23:53:37 2009 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ae,v 1.1 2009/10/18 23:53:37 wiz Exp $
+
+--- kopete/protocols/winpopup/winpopup-install.orig    2009-10-18 22:56:13.000000000 +0000
++++ kopete/protocols/winpopup/winpopup-install
+@@ -11,7 +11,7 @@ else
+ fi
+ 
+ # Check if winpopup-send exist
+-if [ "$WPSEND" == "" ] || [ ! -f "$WPSEND" ]; then
++if [ "$WPSEND" = "" ] || [ ! -f "$WPSEND" ]; then
+       echo "Cant find script winpopup-send"
+       echo "Run: $0 <script winpopup-send with path>"
+       exit 1



Home | Main Index | Thread Index | Old Index