pkgsrc-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/93f60a85e048
branches:  trunk
changeset: 520179:93f60a85e048
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Oct 16 22:47:53 2006 +0000

description:
Fix "test ==".

diffstat:

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

diffs (31 lines):

diff -r 80f173ad80cc -r 93f60a85e048 finance/gnucash/distinfo
--- a/finance/gnucash/distinfo  Mon Oct 16 22:18:31 2006 +0000
+++ b/finance/gnucash/distinfo  Mon Oct 16 22:47:53 2006 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.30 2006/07/31 19:48:41 wiz Exp $
+$NetBSD: distinfo,v 1.31 2006/10/16 22:47:53 wiz Exp $
 
 SHA1 (gnucash-2.0.1.tar.gz) = 7834c5e6a887e62f58ad5a6ff6142916f5a13b68
 RMD160 (gnucash-2.0.1.tar.gz) = 580482709ef338c84f6d7b47f919c5b63ef61440
@@ -7,3 +7,4 @@
 SHA1 (patch-ab) = 01547c8c1a41ee39773a4ba960ec27be5ab2e0a2
 SHA1 (patch-ac) = b832801e5980f7ad4aeb9eb82c422c6b658d660e
 SHA1 (patch-ad) = a28ccd08bb8c4a654bb5bdf619888925c854d53f
+SHA1 (patch-ae) = b4be699625a8ae6e363cda89aaa3f2a69dd960d2
diff -r 80f173ad80cc -r 93f60a85e048 finance/gnucash/patches/patch-ae
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/finance/gnucash/patches/patch-ae  Mon Oct 16 22:47:53 2006 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ae,v 1.3 2006/10/16 22:47:53 wiz Exp $
+
+--- src/backend/postgres/test/run-tests.sh.orig        2006-07-30 23:41:33.000000000 +0000
++++ src/backend/postgres/test/run-tests.sh
+@@ -14,7 +14,7 @@ if ${srcdir}/db-control.sh create; then
+ elif [ "${PGHOST}X" != "X" ]; then
+ # This expects the logged in user to have authority
+ # to create databases.
+-    if [ "${PGPORT}X" == "X" ]; then
++    if [ "${PGPORT}X" = "X" ]; then
+       export PGPORT=5432
+     fi
+     ./test-db $PGHOST $PGPORT || EXIT_VALUE=1



Home | Main Index | Thread Index | Old Index