Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id C8D7963B898 for ; Fri, 11 Mar 2011 14:58:08 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 8980319D14A; Fri, 11 Mar 2011 14:58:08 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1AF6B19D146 for ; Fri, 11 Mar 2011 14:58:08 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id yWMgja7REqFg for ; Fri, 11 Mar 2011 14:58:07 +0000 (UTC) Received: from nef.pbox.org (nef.pbox.org [IPv6:2001:7a8:202:1::1:1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mail.netbsd.org (Postfix) with ESMTPS id 2D4D519CFC1 for ; Fri, 11 Mar 2011 14:58:07 +0000 (UTC) Received: from nef.pbox.org (localhost [127.0.0.1]) by nef.pbox.org (8.13.8/8.13.8/) with ESMTP id p2BEvpEp007495 for ; Fri, 11 Mar 2011 15:57:51 +0100 (CET) Received: (from agc@localhost) by nef.pbox.org (8.13.8/8.13.8/Submit) id p2BEvnQx007492 for pkgsrc-changes@netbsd.org; Fri, 11 Mar 2011 15:57:51 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 948B219D1AC for ; Fri, 11 Mar 2011 10:57:04 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id ezwvnsn7061P for ; Fri, 11 Mar 2011 10:57:04 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 0F4B219D1A8 for ; Fri, 11 Mar 2011 10:57:04 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 02124175DD; Fri, 11 Mar 2011 10:57:03 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Date: Fri, 11 Mar 2011 10:57:03 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/misc/JBidwatcher To: pkgsrc-changes@netbsd.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20110311105704.02124175DD@cvs.netbsd.org> X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.3 (nef.pbox.org [127.0.0.1]); Fri, 11 Mar 2011 15:57:52 +0100 (CET) Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: wiz Date: Fri Mar 11 10:57:03 UTC 2011 Modified Files: pkgsrc/misc/JBidwatcher: Makefile distinfo Log Message: 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 ‘n/a’ as their end date, because it’s just not visible to JBidwatcher. Other than that there’s 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’s minimized window under Mac OS X To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 pkgsrc/misc/JBidwatcher/Makefile \ pkgsrc/misc/JBidwatcher/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.