pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc/bidwatcher Add patch from bidwatcher's home page ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/af3406f59ff3
branches:  trunk
changeset: 460484:af3406f59ff3
user:      tron <tron%pkgsrc.org@localhost>
date:      Sat Aug 30 22:17:29 2003 +0000

description:
Add patch from bidwatcher's home page for bug 782059 ("snipe fails with
parseerror".

diffstat:

 misc/bidwatcher/Makefile         |   3 ++-
 misc/bidwatcher/distinfo         |   3 ++-
 misc/bidwatcher/patches/patch-ac |  14 ++++++++++++++
 3 files changed, 18 insertions(+), 2 deletions(-)

diffs (42 lines):

diff -r 65ba49d6db88 -r af3406f59ff3 misc/bidwatcher/Makefile
--- a/misc/bidwatcher/Makefile  Sat Aug 30 22:01:36 2003 +0000
+++ b/misc/bidwatcher/Makefile  Sat Aug 30 22:17:29 2003 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.30 2003/07/20 11:54:23 tron Exp $
+# $NetBSD: Makefile,v 1.31 2003/08/30 22:17:29 tron Exp $
 
 DISTNAME=      bidwatcher-1.3.10
+PKGREVISION=   1
 CATEGORIES=    misc
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=bidwatcher/}
 
diff -r 65ba49d6db88 -r af3406f59ff3 misc/bidwatcher/distinfo
--- a/misc/bidwatcher/distinfo  Sat Aug 30 22:01:36 2003 +0000
+++ b/misc/bidwatcher/distinfo  Sat Aug 30 22:17:29 2003 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.25 2003/07/20 11:54:23 tron Exp $
+$NetBSD: distinfo,v 1.26 2003/08/30 22:17:30 tron Exp $
 
 SHA1 (bidwatcher-1.3.10.tar.gz) = 6ac820bb8d5975f3ba7aab70d3ff42eff52b5e8f
 Size (bidwatcher-1.3.10.tar.gz) = 152727 bytes
 SHA1 (patch-aa) = 499a9a53cb555060ca8c53cffbd78eef569d722b
 SHA1 (patch-ab) = 85052062bd165ba0ae3de05c887e3236c5ae7da7
+SHA1 (patch-ac) = ff37c64771f09b40b82f744420e2f1af43d9e37b
diff -r 65ba49d6db88 -r af3406f59ff3 misc/bidwatcher/patches/patch-ac
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/bidwatcher/patches/patch-ac  Sat Aug 30 22:17:29 2003 +0000
@@ -0,0 +1,14 @@
+$NetBSD: patch-ac,v 1.10 2003/08/30 22:17:31 tron Exp $
+
+--- helpers.cpp        17 Jul 2003 04:41:59 -0000      1.90
++++ helpers.cpp        4 Aug 2003 04:22:05 -0000
+@@ -513,7 +513,8 @@
+         return PB_OUTBID;
+       else if (strstr(Buff, "You have been outbid"))
+         return PB_OUTBID;
+-      else if (strstr(Buff, "Problem with bid amount"))
++      else if (strstr(Buff, "Problem with bid amount") ||
++               strstr(Buff, "Your bid must be at least"))
+         return PB_BIDTOOLOW;
+       else if (strstr(Buff, "Problem with quantity"))
+         return PB_BADQUANTITY;



Home | Main Index | Thread Index | Old Index