Wed Feb 3 17:05:58 2010 UTC ()
Update to 2.1pre5:

There's a lot of changes bundled into this version. The highlights since 2.1pre4 are:
  * Lots of eBay fixes
       * Multiple high bidder and fixed price problems have been resolved
       * My eBay searches should work a little better
       * Seller feedback and names should be loaded
  * Many, many small UI fixes
       * Improved layout and UI, especially on Mac OS X and under the Thumbnail mode
       * The long-standing issue with shrinking the toolbar and overlapping the status/select box has been fixed.
       * Show Information and Set Shipping dialogs don't break with large images or many status updates
       * Nasty Java 1.6 bug that prevents multi-select and context-menu usage has been worked around.
  * Several Mac OS X-specific fixes and features
  * Reduced the My JBidwatcher usage, improving synchronization
  * Transitioned to git as the version control software.


(wiz)
diff -r1.1.1.1 -r1.2 pkgsrc/misc/JBidwatcher/Makefile
diff -r1.1.1.1 -r1.2 pkgsrc/misc/JBidwatcher/distinfo

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

--- pkgsrc/misc/JBidwatcher/Makefile 2009/11/08 07:47:49 1.1.1.1
+++ pkgsrc/misc/JBidwatcher/Makefile 2010/02/03 17:05:58 1.2
@@ -1,30 +1,30 @@ @@ -1,30 +1,30 @@
1# $NetBSD: Makefile,v 1.1.1.1 2009/11/08 07:47:49 wiz Exp $ 1# $NetBSD: Makefile,v 1.2 2010/02/03 17:05:58 wiz Exp $
2# 2#
3 3
4DISTNAME= JBidwatcher-2.1pre4 4DISTNAME= JBidwatcher-2.1pre5
5CATEGORIES= misc 5CATEGORIES= misc
6MASTER_SITES= http://www.jbidwatcher.com/alpha/ 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
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 -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
26 ${INSTALL_DATA} ${WRKSRC}/${DISTNAME}.jar \ 26 ${INSTALL_DATA} ${WRKSRC}/${DISTNAME}.jar \
27 ${DESTDIR}${PREFIX}/libexec/JBidwatcher 27 ${DESTDIR}${PREFIX}/libexec/JBidwatcher
28 28
29.include "../../mk/java-vm.mk" 29.include "../../mk/java-vm.mk"
30.include "../../mk/bsd.pkg.mk" 30.include "../../mk/bsd.pkg.mk"

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

--- pkgsrc/misc/JBidwatcher/distinfo 2009/11/08 07:47:49 1.1.1.1
+++ pkgsrc/misc/JBidwatcher/distinfo 2010/02/03 17:05:58 1.2
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.1.1.1 2009/11/08 07:47:49 wiz Exp $ 1$NetBSD: distinfo,v 1.2 2010/02/03 17:05:58 wiz Exp $
2 2
3SHA1 (JBidwatcher-2.1pre4.jar) = 10cf6ffc178c880d84e0ebff84b6ecf36448c111 3SHA1 (JBidwatcher-2.1pre5.jar) = 55ec2739fa8c9548eaeeea6a9d12d4f22c23a6b4
4RMD160 (JBidwatcher-2.1pre4.jar) = cee87b9b58859bf2eb0af0fb099b4165758074d8 4RMD160 (JBidwatcher-2.1pre5.jar) = e3160f875e4921724a0d8ec890fc574b8f40ef2a
5Size (JBidwatcher-2.1pre4.jar) = 4001497 bytes 5Size (JBidwatcher-2.1pre5.jar) = 4015375 bytes