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 | |
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')
-rw-r--r-- | misc/JBidwatcher/Makefile | 6 | ||||
-rw-r--r-- | misc/JBidwatcher/distinfo | 8 |
2 files changed, 7 insertions, 7 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 diff --git a/misc/JBidwatcher/distinfo b/misc/JBidwatcher/distinfo index e1ceac03e13..71feb6f4ea4 100644 --- a/misc/JBidwatcher/distinfo +++ b/misc/JBidwatcher/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.7 2010/12/12 11:39:47 wiz Exp $ +$NetBSD: distinfo,v 1.8 2011/03/11 10:57:03 wiz Exp $ -SHA1 (JBidwatcher-2.1.3.jar) = 946dd47ae885a545a73e84c329513fc47c18d97f -RMD160 (JBidwatcher-2.1.3.jar) = 38d40b557d60d715ce6d049af30825d21036914d -Size (JBidwatcher-2.1.3.jar) = 4278665 bytes +SHA1 (JBidwatcher-2.1.4.1.jar) = 30f9b7644df889af0378c190f96d4adec5d4a64a +RMD160 (JBidwatcher-2.1.4.1.jar) = 395d2fb7593b2aafa98f30b04846d42926e3222a +Size (JBidwatcher-2.1.4.1.jar) = 4281657 bytes |