diff options
author | wiz <wiz@pkgsrc.org> | 2011-04-12 08:46:19 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2011-04-12 08:46:19 +0000 |
commit | 1ab08d7b08561f94034135236cc2647e3363b535 (patch) | |
tree | 0592dead2c0f4c7fcf2210545cc177f743f6a3b8 | |
parent | 3c0df82758a493590c11b5c48d18ea8155a74910 (diff) | |
download | pkgsrc-1ab08d7b08561f94034135236cc2647e3363b535.tar.gz |
Update to 2.1.5:
eBay has been pretty active lately; this most recent breakage was
just of non-US non-PayPal listings. I took the opportunity to
address a few minor issues, while I'm looking into some longer-term
problems. Best of luck with your auctions!
Fixes
* The non-US non-PayPal item issue
* 'Post to: ' in location fields
* Failure to read feedback scores
Improvements
* Some attempts to improve data consistency
* Completed auction loading and 'lost' auction recovery don't
block each other
* Better messaging around the browse-to site and My JBidwatcher
configurations
* Show the revision number on Windows and Linux
-rw-r--r-- | misc/JBidwatcher/Makefile | 4 | ||||
-rw-r--r-- | misc/JBidwatcher/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/misc/JBidwatcher/Makefile b/misc/JBidwatcher/Makefile index 89ae890aef3..e99156cf48c 100644 --- a/misc/JBidwatcher/Makefile +++ b/misc/JBidwatcher/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2011/03/11 10:57:03 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2011/04/12 08:46:19 wiz Exp $ # -DISTNAME= JBidwatcher-2.1.4.1 +DISTNAME= JBidwatcher-2.1.5 CATEGORIES= misc MASTER_SITES= http://www.jbidwatcher.com/download/ EXTRACT_SUFX= .jar diff --git a/misc/JBidwatcher/distinfo b/misc/JBidwatcher/distinfo index 71feb6f4ea4..76c6e9e03b3 100644 --- a/misc/JBidwatcher/distinfo +++ b/misc/JBidwatcher/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.8 2011/03/11 10:57:03 wiz Exp $ +$NetBSD: distinfo,v 1.9 2011/04/12 08:46:19 wiz Exp $ -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 +SHA1 (JBidwatcher-2.1.5.jar) = c188fd79d25267509bfed3d72e9c292af199fff5 +RMD160 (JBidwatcher-2.1.5.jar) = b043d2bdb576172f860b7fd2ae0488b9bd16272d +Size (JBidwatcher-2.1.5.jar) = 4284604 bytes |