pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/misc/esniper Updated to version 2.20.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d3414321420c
branches:  trunk
changeset: 400928:d3414321420c
user:      heinz <heinz%pkgsrc.org@localhost>
date:      Fri Oct 30 16:04:25 2009 +0000

description:
Updated to version 2.20.0

Pkgsrc changes:
  - Added LICENSE
  - Removed patch-ab which was integrated upstream

changes since version 2.19.0:
=============================
2009-10-14
 * 2.20.0 released
 * Fixed bug 2875827 and others: Error encountered in function ebayLogin
 * Fixed bug 2862437 and others: Unknown time interval "Duration:"
                                 remaining time could not be converted

diffstat:

 misc/esniper/Makefile         |   8 ++++----
 misc/esniper/distinfo         |   9 ++++-----
 misc/esniper/patches/patch-ab |  16 ----------------
 3 files changed, 8 insertions(+), 25 deletions(-)

diffs (58 lines):

diff -r 773923e6e228 -r d3414321420c misc/esniper/Makefile
--- a/misc/esniper/Makefile     Fri Oct 30 15:47:26 2009 +0000
+++ b/misc/esniper/Makefile     Fri Oct 30 16:04:25 2009 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.14 2009/08/09 13:39:06 heinz Exp $
+# $NetBSD: Makefile,v 1.15 2009/10/30 16:04:25 heinz Exp $
 #
 
-DISTNAME=              esniper-2-19-0
-PKGNAME=               esniper-2.19.0
-PKGREVISION=           1
+DISTNAME=              esniper-2-20-0
+PKGNAME=               esniper-2.20.0
 CATEGORIES=            misc
 MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=esniper/}
 EXTRACT_SUFX=          .tgz
@@ -11,6 +10,7 @@
 MAINTAINER=            heinz%NetBSD.org@localhost
 HOMEPAGE=              http://esniper.sourceforge.net/
 COMMENT=               Simple, lightweight tool for sniping ebay auctions
+LICENSE=               2-clause-bsd
 
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
 PKG_DESTDIR_SUPPORT=   user-destdir
diff -r 773923e6e228 -r d3414321420c misc/esniper/distinfo
--- a/misc/esniper/distinfo     Fri Oct 30 15:47:26 2009 +0000
+++ b/misc/esniper/distinfo     Fri Oct 30 16:04:25 2009 +0000
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.11 2009/08/09 13:39:06 heinz Exp $
+$NetBSD: distinfo,v 1.12 2009/10/30 16:04:25 heinz Exp $
 
-SHA1 (esniper-2-19-0.tgz) = eee1e30f68e889dafdb896c691f88ba1ae0e1d55
-RMD160 (esniper-2-19-0.tgz) = 004d67d558ccec5fb1626671c3d3ca4d7bf86b56
-Size (esniper-2-19-0.tgz) = 110571 bytes
-SHA1 (patch-ab) = 349fea6599aeac0f5a365c80aa27db78fc83b706
+SHA1 (esniper-2-20-0.tgz) = 33c8a61c62f64cbc2f325ca4e14e3b23ba4a5f3f
+RMD160 (esniper-2-20-0.tgz) = e4784001c6990695978d16e7bd84b527f3a3adbd
+Size (esniper-2-20-0.tgz) = 125589 bytes
diff -r 773923e6e228 -r d3414321420c misc/esniper/patches/patch-ab
--- a/misc/esniper/patches/patch-ab     Fri Oct 30 15:47:26 2009 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,16 +0,0 @@
-$NetBSD: patch-ab,v 1.1 2009/08/09 13:39:06 heinz Exp $
-
-  eBay Passwords are case-sensitive. Patch committed upstream, see revision
-  1.40 of util.c.
-  http://sourceforge.net/tracker/index.php?func=detail&aid=2819198&group_id=45285&atid=442436
-
---- util.c.orig        2008-08-05 05:44:43.000000000 +0200
-+++ util.c
-@@ -640,7 +640,6 @@ setPassword(char *password)
- 
-       /* http escape password, clear original */
-       len = strlen(password);
--      toLowerString(password);
-       escapedPassword = curl_escape(password, len);
-       for (i = 0; i < len; ++i)
-               password[i] = '\0';



Home | Main Index | Thread Index | Old Index