diff options
author | wiz <wiz@pkgsrc.org> | 2010-02-03 17:05:58 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-02-03 17:05:58 +0000 |
commit | 412d096318f157bc7e256bf844c32ed9d83407bf (patch) | |
tree | 8e2d6978b715c78a7b6ea3def7ed6d3fc6422a7d /misc/JBidwatcher | |
parent | 1e9907df7cb20145a2db75f67686ce77f27886f8 (diff) | |
download | pkgsrc-412d096318f157bc7e256bf844c32ed9d83407bf.tar.gz |
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.
Diffstat (limited to 'misc/JBidwatcher')
-rw-r--r-- | misc/JBidwatcher/Makefile | 8 | ||||
-rw-r--r-- | misc/JBidwatcher/distinfo | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/misc/JBidwatcher/Makefile b/misc/JBidwatcher/Makefile index 1b308f00528..74a0a84d952 100644 --- a/misc/JBidwatcher/Makefile +++ b/misc/JBidwatcher/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.1.1.1 2009/11/08 07:47:49 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2010/02/03 17:05:58 wiz Exp $ # -DISTNAME= JBidwatcher-2.1pre4 +DISTNAME= JBidwatcher-2.1pre5 CATEGORIES= misc -MASTER_SITES= http://www.jbidwatcher.com/alpha/ +MASTER_SITES= http://www.jbidwatcher.com/download/ EXTRACT_SUFX= .jar MAINTAINER= pkgsrc-users@NetBSD.org @@ -19,7 +19,7 @@ INSTALLATION_DIRS= bin libexec/JBidwatcher do-build: ${ECHO} "#!/bin/sh" > ${WRKSRC}/JBidwatcher - ${ECHO} "${PKG_JAVA_HOME}/bin/java -jar ${PREFIX}/libexec/JBidwatcher/${DISTNAME}.jar"' "$$@"' >> ${WRKSRC}/JBidwatcher + ${ECHO} "${PKG_JAVA_HOME}/bin/java -Xmx512m -jar ${PREFIX}/libexec/JBidwatcher/${DISTNAME}.jar"' "$$@"' >> ${WRKSRC}/JBidwatcher do-install: ${INSTALL_SCRIPT} ${WRKSRC}/JBidwatcher ${DESTDIR}${PREFIX}/bin diff --git a/misc/JBidwatcher/distinfo b/misc/JBidwatcher/distinfo index 50f8bbe2f4e..3fa6ae70c9a 100644 --- a/misc/JBidwatcher/distinfo +++ b/misc/JBidwatcher/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2009/11/08 07:47:49 wiz Exp $ +$NetBSD: distinfo,v 1.2 2010/02/03 17:05:58 wiz Exp $ -SHA1 (JBidwatcher-2.1pre4.jar) = 10cf6ffc178c880d84e0ebff84b6ecf36448c111 -RMD160 (JBidwatcher-2.1pre4.jar) = cee87b9b58859bf2eb0af0fb099b4165758074d8 -Size (JBidwatcher-2.1pre4.jar) = 4001497 bytes +SHA1 (JBidwatcher-2.1pre5.jar) = 55ec2739fa8c9548eaeeea6a9d12d4f22c23a6b4 +RMD160 (JBidwatcher-2.1pre5.jar) = e3160f875e4921724a0d8ec890fc574b8f40ef2a +Size (JBidwatcher-2.1pre5.jar) = 4015375 bytes |