Fri Mar 11 10:57:03 2011 UTC ()
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 窶蕨/a窶� as their end date, because it窶冱 just not visible to JBidwatcher. Other than that there窶冱 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窶冱 minimized window under Mac OS X


(wiz)
diff -r1.7 -r1.8 pkgsrc/misc/JBidwatcher/Makefile
diff -r1.7 -r1.8 pkgsrc/misc/JBidwatcher/distinfo

cvs diff -r1.7 -r1.8 pkgsrc/misc/JBidwatcher/Makefile (expand / switch to unified diff)

--- pkgsrc/misc/JBidwatcher/Makefile 2010/12/12 11:39:47 1.7
+++ pkgsrc/misc/JBidwatcher/Makefile 2011/03/11 10:57:03 1.8
@@ -1,25 +1,25 @@ @@ -1,25 +1,25 @@
1# $NetBSD: Makefile,v 1.7 2010/12/12 11:39:47 wiz Exp $ 1# $NetBSD: Makefile,v 1.8 2011/03/11 10:57:03 wiz Exp $
2# 2#
3 3
4DISTNAME= JBidwatcher-2.1.3 4DISTNAME= JBidwatcher-2.1.4.1
5CATEGORIES= misc 5CATEGORIES= misc
6MASTER_SITES= http://www.jbidwatcher.com/download/ 6MASTER_SITES= http://www.jbidwatcher.com/download/
7EXTRACT_SUFX= .jar 7EXTRACT_SUFX= .jar
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://www.jbidwatcher.com/ 10HOMEPAGE= http://www.jbidwatcher.com/
11COMMENT= eBay sniping, bidding and monitoring software 11COMMENT= eBay sniping, bidding and monitoring software
12#LICENSE= Creative Commons BY-NC-SA 12#LICENSE= Creative Commons BY-NC-SA Amended
13 13
14PKG_DESTDIR_SUPPORT= user-destdir 14PKG_DESTDIR_SUPPORT= user-destdir
15 15
16WRKSRC= ${WRKDIR} 16WRKSRC= ${WRKDIR}
17USE_JAVA= run 17USE_JAVA= run
18INSTALLATION_DIRS= bin libexec/JBidwatcher 18INSTALLATION_DIRS= bin libexec/JBidwatcher
19 19
20do-build: 20do-build:
21 ${ECHO} "#!/bin/sh" > ${WRKSRC}/JBidwatcher 21 ${ECHO} "#!/bin/sh" > ${WRKSRC}/JBidwatcher
22 ${ECHO} "${PKG_JAVA_HOME}/bin/java -Xmx512m -jar ${PREFIX}/libexec/JBidwatcher/${DISTNAME}.jar"' "$$@"' >> ${WRKSRC}/JBidwatcher 22 ${ECHO} "${PKG_JAVA_HOME}/bin/java -Xmx512m -jar ${PREFIX}/libexec/JBidwatcher/${DISTNAME}.jar"' "$$@"' >> ${WRKSRC}/JBidwatcher
23 23
24do-install: 24do-install:
25 ${INSTALL_SCRIPT} ${WRKSRC}/JBidwatcher ${DESTDIR}${PREFIX}/bin 25 ${INSTALL_SCRIPT} ${WRKSRC}/JBidwatcher ${DESTDIR}${PREFIX}/bin

cvs diff -r1.7 -r1.8 pkgsrc/misc/JBidwatcher/distinfo (expand / switch to unified diff)

--- pkgsrc/misc/JBidwatcher/distinfo 2010/12/12 11:39:47 1.7
+++ pkgsrc/misc/JBidwatcher/distinfo 2011/03/11 10:57:03 1.8
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.7 2010/12/12 11:39:47 wiz Exp $ 1$NetBSD: distinfo,v 1.8 2011/03/11 10:57:03 wiz Exp $
2 2
3SHA1 (JBidwatcher-2.1.3.jar) = 946dd47ae885a545a73e84c329513fc47c18d97f 3SHA1 (JBidwatcher-2.1.4.1.jar) = 30f9b7644df889af0378c190f96d4adec5d4a64a
4RMD160 (JBidwatcher-2.1.3.jar) = 38d40b557d60d715ce6d049af30825d21036914d 4RMD160 (JBidwatcher-2.1.4.1.jar) = 395d2fb7593b2aafa98f30b04846d42926e3222a
5Size (JBidwatcher-2.1.3.jar) = 4278665 bytes 5Size (JBidwatcher-2.1.4.1.jar) = 4281657 bytes