diff options
author | wiz <wiz@pkgsrc.org> | 2011-03-11 10:57:03 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2011-03-11 10:57:03 +0000 |
commit | d2afc5cefe85bc6ef01c5998269f6fbabd217299 (patch) | |
tree | ed007607ef94534c797566ef09f1adee8fd174c9 /misc/JBidwatcher/Makefile | |
parent | 825badb0605c3ab99483ba6f398277fc001bfc1b (diff) | |
download | pkgsrc-d2afc5cefe85bc6ef01c5998269f6fbabd217299.tar.gz |
Update to 2.1.4.1:
eBay made some surprising changes over the last week or so, removing the end date from a lot of their auction and fixed price listings. I had to scramble a little, but I came up with a way to handle it in the general case. Fixed price items now may show up as ‘n/a’ as their end date, because it’s just not visible to JBidwatcher. Other than that there’s a few minor fixes, improving the UI in little ways, and continuing to try and improve speed. Thanks for your support, and best of luck with your auctions!
Changes
* Fix breakage due to eBay removing the end-date from the title
on many listings
* Try to provide a safety-net for a potential sniping failure bug
* Get eBay pages as compressed data for faster updating
* Paste and Add Auction should add to the currently displayed tab/category
* Allow Basic Authentication lines longer than 80 characters
for My JBidwatcher support
* Improve the look of JBidwatcher’s minimized window under Mac OS X
Diffstat (limited to 'misc/JBidwatcher/Makefile')
-rw-r--r-- | misc/JBidwatcher/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/JBidwatcher/Makefile b/misc/JBidwatcher/Makefile index c656458b1db..89ae890aef3 100644 --- a/misc/JBidwatcher/Makefile +++ b/misc/JBidwatcher/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.7 2010/12/12 11:39:47 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2011/03/11 10:57:03 wiz Exp $ # -DISTNAME= JBidwatcher-2.1.3 +DISTNAME= JBidwatcher-2.1.4.1 CATEGORIES= misc MASTER_SITES= http://www.jbidwatcher.com/download/ EXTRACT_SUFX= .jar @@ -9,7 +9,7 @@ EXTRACT_SUFX= .jar MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.jbidwatcher.com/ COMMENT= eBay sniping, bidding and monitoring software -#LICENSE= Creative Commons BY-NC-SA +#LICENSE= Creative Commons BY-NC-SA Amended PKG_DESTDIR_SUPPORT= user-destdir |