diff options
author | heinz <heinz@pkgsrc.org> | 2009-10-30 16:04:25 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2009-10-30 16:04:25 +0000 |
commit | 844c12deedfffd30b4dd456cfbbf3c4b993ab54f (patch) | |
tree | 6bfabefff5f70ba595c949a09c945c191bdd21ea | |
parent | 8d4befead58abb7a73e5067ea788c95f035c5e6c (diff) | |
download | pkgsrc-844c12deedfffd30b4dd456cfbbf3c4b993ab54f.tar.gz |
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
-rw-r--r-- | misc/esniper/Makefile | 8 | ||||
-rw-r--r-- | misc/esniper/distinfo | 9 | ||||
-rw-r--r-- | misc/esniper/patches/patch-ab | 16 |
3 files changed, 8 insertions, 25 deletions
diff --git a/misc/esniper/Makefile b/misc/esniper/Makefile index 98e4c1645e8..d52b64ef065 100644 --- a/misc/esniper/Makefile +++ b/misc/esniper/Makefile @@ -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 @@ EXTRACT_SUFX= .tgz MAINTAINER= heinz@NetBSD.org 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 --git a/misc/esniper/distinfo b/misc/esniper/distinfo index 7d878d5a8cf..ee793ecc578 100644 --- a/misc/esniper/distinfo +++ b/misc/esniper/distinfo @@ -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 --git a/misc/esniper/patches/patch-ab b/misc/esniper/patches/patch-ab deleted file mode 100644 index f751d16f859..00000000000 --- a/misc/esniper/patches/patch-ab +++ /dev/null @@ -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'; |