pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/misc/JBidwatcher Update to 2.1pre5:
details: https://anonhg.NetBSD.org/pkgsrc/rev/0b7369dc60a1
branches: trunk
changeset: 570803:0b7369dc60a1
user: wiz <wiz%pkgsrc.org@localhost>
date: Wed Feb 03 17:05:58 2010 +0000
description:
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:
misc/JBidwatcher/Makefile | 8 ++++----
misc/JBidwatcher/distinfo | 8 ++++----
2 files changed, 8 insertions(+), 8 deletions(-)
diffs (38 lines):
diff -r 480cc0722845 -r 0b7369dc60a1 misc/JBidwatcher/Makefile
--- a/misc/JBidwatcher/Makefile Wed Feb 03 16:18:39 2010 +0000
+++ b/misc/JBidwatcher/Makefile Wed Feb 03 17:05:58 2010 +0000
@@ -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@localhost
@@ -19,7 +19,7 @@
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 -r 480cc0722845 -r 0b7369dc60a1 misc/JBidwatcher/distinfo
--- a/misc/JBidwatcher/distinfo Wed Feb 03 16:18:39 2010 +0000
+++ b/misc/JBidwatcher/distinfo Wed Feb 03 17:05:58 2010 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index