diff options
author | tron <tron@pkgsrc.org> | 2002-06-07 11:04:17 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2002-06-07 11:04:17 +0000 |
commit | 087931a151ee2eda681fb9496b6c9a015d83341d (patch) | |
tree | c63bad82a47e4429ee29a472885a737892f0d5df /misc | |
parent | 0968bd4ce7d04b95c531d1ee1ba1e8af6a0273fe (diff) | |
download | pkgsrc-087931a151ee2eda681fb9496b6c9a015d83341d.tar.gz |
Update "bidwatcher" package to version 1.3.4. Changes since version 1.3.3:
- Snipe as low as 1 second, of course, caveats apply.
- Better ANSI compliance for gcc3.1
- Several UI enhancements
- Fixed some bid processing issues
- Fixed getting user bids
- Fixed some big memory leaks
- Added localtime patch
- Better execution of Mozilla
- Fixed some snipe error messages
- We're sending HTTP/1.1 now.
- Fixed description skewing when reading from file.
- Applied patch from dbs@tanj.com to fix ended auctions.
- Added Copy item number menu option
- CodeStyle: Replaced if( with if (
- Fixed 'First Bid' field in Details window
- Fixed Reserve detection: Thanks to Thomas Enstall
- Fixed eBay motors non car auctions + dutch.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/bidwatcher/Makefile | 4 | ||||
-rw-r--r-- | misc/bidwatcher/PLIST | 3 | ||||
-rw-r--r-- | misc/bidwatcher/distinfo | 6 |
3 files changed, 6 insertions, 7 deletions
diff --git a/misc/bidwatcher/Makefile b/misc/bidwatcher/Makefile index 95984feff97..3640f33903c 100644 --- a/misc/bidwatcher/Makefile +++ b/misc/bidwatcher/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.9 2002/03/25 22:46:28 tron Exp $ +# $NetBSD: Makefile,v 1.10 2002/06/07 11:04:17 tron Exp $ -DISTNAME= bidwatcher-1.3.3 +DISTNAME= bidwatcher-1.3.4 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=bidwatcher/} diff --git a/misc/bidwatcher/PLIST b/misc/bidwatcher/PLIST index 16a40f860c2..5e4e158806c 100644 --- a/misc/bidwatcher/PLIST +++ b/misc/bidwatcher/PLIST @@ -1,6 +1,5 @@ -@comment $NetBSD: PLIST,v 1.2 2002/03/22 21:59:55 tron Exp $ +@comment $NetBSD: PLIST,v 1.3 2002/06/07 11:04:17 tron Exp $ bin/bidwatcher -bin/biddaemon share/doc/bidwatcher/AUTHORS share/doc/bidwatcher/COPYING share/doc/bidwatcher/INSTALL diff --git a/misc/bidwatcher/distinfo b/misc/bidwatcher/distinfo index 6c015a4cd61..b8a443c719a 100644 --- a/misc/bidwatcher/distinfo +++ b/misc/bidwatcher/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.7 2002/03/22 21:59:56 tron Exp $ +$NetBSD: distinfo,v 1.8 2002/06/07 11:04:17 tron Exp $ -SHA1 (bidwatcher-1.3.3.tar.gz) = e16e70bf41668048ae2308dd17ae514a03eaea1b -Size (bidwatcher-1.3.3.tar.gz) = 136679 bytes +SHA1 (bidwatcher-1.3.4.tar.gz) = de3da95b4b0f6ea9b9307e6afa2cb25d8247f252 +Size (bidwatcher-1.3.4.tar.gz) = 144879 bytes |