summaryrefslogtreecommitdiff
path: root/misc/bidwatcher/Makefile
diff options
context:
space:
mode:
authortron <tron>2003-11-25 08:43:51 +0000
committertron <tron>2003-11-25 08:43:51 +0000
commitecb1ea73bb094f056d8ff471c3cb9731cb163215 (patch)
tree292d4eb38d0e531e9675a0c08847385bd6c5efe2 /misc/bidwatcher/Makefile
parentaee009f952a534f61bd3444f88df42f50aa0dbe8 (diff)
downloadpkgsrc-ecb1ea73bb094f056d8ff471c3cb9731cb163215.tar.gz
Update "bidwatcher" package to version 1.3.11rc1.
Changes since version 1.3.10: - Fixed Bug #779784 Keeps updating finished auctions - More portable build (builds with Compaq's C++ compiler) - Removed some dead code. - Details window shows all available information. - Fixed BuyItNow autodeletion bug. - Added basic proxy authentication. - Fixed some BuyItNow handling. - GetUserListings fixes. - Better compatibility with Purchase Only auctions. - Fixed quantity amount in detail window. - Fixed bigUpdate: timeToNextEnd was > 5 mins, so it wouldn't fire. - Fixed the idempotent header defines in bidwatcher.h - Added functionality to open to a specific ebay country website. - Fixed GMTIME BSD specific code. - Don't try to bid if we failed to get the snipe key - Fixed "Bid too low" message - Fixed "You are highest bidder" message - Fixed "Outbid" detection - Added Pragma headers to coerce proxies into refreshing the content - Printout log messages since they currently disappear in the statusbar. - Changed needelessly complex status bar operations. - Fixed pre-bid on ended auctions error message - Fixed pre-bid/snipe URL+headers - Fixed updating after snipe - Updated User-Agent - Handy --enable-debug configure option
Diffstat (limited to 'misc/bidwatcher/Makefile')
-rw-r--r--misc/bidwatcher/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/bidwatcher/Makefile b/misc/bidwatcher/Makefile
index 3d04f6542b4..9893592b4b7 100644
--- a/misc/bidwatcher/Makefile
+++ b/misc/bidwatcher/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.31 2003/08/30 22:17:29 tron Exp $
+# $NetBSD: Makefile,v 1.32 2003/11/25 08:43:51 tron Exp $
-DISTNAME= bidwatcher-1.3.10
-PKGREVISION= 1
+DISTNAME= bidwatcher-1.3.11-rc1
+PKGNAME= ${DISTNAME:S/-rc/rc/}
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=bidwatcher/}