pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/finance/kmymoney2 Fix "test ==".



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4ba05075f3df
branches:  trunk
changeset: 520319:4ba05075f3df
user:      markd <markd%pkgsrc.org@localhost>
date:      Thu Oct 19 07:30:39 2006 +0000

description:
Fix "test ==".

diffstat:

 finance/kmymoney2/distinfo         |   3 ++-
 finance/kmymoney2/patches/patch-ag |  13 +++++++++++++
 2 files changed, 15 insertions(+), 1 deletions(-)

diffs (31 lines):

diff -r 8672a7ccb3d1 -r 4ba05075f3df finance/kmymoney2/distinfo
--- a/finance/kmymoney2/distinfo        Thu Oct 19 07:30:15 2006 +0000
+++ b/finance/kmymoney2/distinfo        Thu Oct 19 07:30:39 2006 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.7 2006/10/07 12:14:18 markd Exp $
+$NetBSD: distinfo,v 1.8 2006/10/19 07:30:39 markd Exp $
 
 SHA1 (kmymoney2-0.8.5.tar.bz2) = 1c0780621f381cf096baf975ecad9e94571372d4
 RMD160 (kmymoney2-0.8.5.tar.bz2) = bcf2c149791c7d181a87aee0bf25c03de634bf8a
@@ -9,3 +9,4 @@
 SHA1 (patch-ad) = 0b87fd40a8c5fa0af71002b06d3e1b5d7f1e2508
 SHA1 (patch-ae) = 3466df88f68535549172e253ad24142ef1149360
 SHA1 (patch-af) = 9228789b4d601a22d77fe7b41e04fa08a068040c
+SHA1 (patch-ag) = a52dd21ff8c88b3729783d664094c1be00a454d4
diff -r 8672a7ccb3d1 -r 4ba05075f3df finance/kmymoney2/patches/patch-ag
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/finance/kmymoney2/patches/patch-ag        Thu Oct 19 07:30:39 2006 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ag,v 1.3 2006/10/19 07:30:39 markd Exp $
+
+--- admin/cvs.sh.orig  2006-10-19 19:51:36.000000000 +1300
++++ admin/cvs.sh
+@@ -553,7 +553,7 @@ for subdir in $dirs; do
+ 
+    kdepotpath=${includedir:-`kde-config --expandvars --install include`}/kde.pot
+ 
+-   if test "$kdepotpath" == "NONE/kde.pot"; then
++   if test "$kdepotpath" = "NONE/kde.pot"; then
+       kdepotpath=`kde-config --expandvars --prefix`/include/kde.pot
+    fi
+ 



Home | Main Index | Thread Index | Old Index