diff options
author | heinz <heinz@pkgsrc.org> | 2007-04-09 18:44:58 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2007-04-09 18:44:58 +0000 |
commit | cc310470668ec037f99291f9cfd97800fd902263 (patch) | |
tree | 21a81438a58bfae13a212937f10973a1d0bb5819 /misc | |
parent | 9884d9563459388cffc49d1e011b56e6aa92f771 (diff) | |
download | pkgsrc-cc310470668ec037f99291f9cfd97800fd902263.tar.gz |
Updated to version 2.16.1.
Pkgsrc changes:
- Added support for DESTDIR.
Relevant changes since version 2.15.0:
======================================
* Added captcha error.
* 2.16.1 released.
* 2.16.0 released.
* Add support for bid history without bidder name
* Added note about requirement for default column order with -m option.
* Fixed buyer & bidding history bug (need to skip over buyer history).
* Fixed problem with bug reports. HTTP buffer sometimes overwritten
by version number.
* Fixed myItems (-m) option. eBay change tableName to "Id"
* Fix handling of URL escapes in username.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/esniper/Makefile | 8 | ||||
-rw-r--r-- | misc/esniper/distinfo | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/misc/esniper/Makefile b/misc/esniper/Makefile index 4eed03f8d1b..58896d8497e 100644 --- a/misc/esniper/Makefile +++ b/misc/esniper/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.7 2006/12/30 18:07:53 heinz Exp $ +# $NetBSD: Makefile,v 1.8 2007/04/09 18:44:58 heinz Exp $ # -DISTNAME= esniper-2-15-0 -PKGNAME= esniper-2.15.0 -PKGREVISION= 1 +DISTNAME= esniper-2-16-1 +PKGNAME= esniper-2.16.1 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=esniper/} EXTRACT_SUFX= .tgz @@ -13,6 +12,7 @@ HOMEPAGE= http://esniper.sourceforge.net/ COMMENT= Simple, lightweight tool for sniping ebay auctions PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes diff --git a/misc/esniper/distinfo b/misc/esniper/distinfo index 6a4f282776d..1a68bca384c 100644 --- a/misc/esniper/distinfo +++ b/misc/esniper/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2006/12/30 17:44:56 heinz Exp $ +$NetBSD: distinfo,v 1.6 2007/04/09 18:44:58 heinz Exp $ -SHA1 (esniper-2-15-0.tgz) = c03b5ad6f7b2806725b51ecdb1660b07ec18cfac -RMD160 (esniper-2-15-0.tgz) = 32664a0f17354a954f75aa73fc537634c8e8f4f6 -Size (esniper-2-15-0.tgz) = 115905 bytes +SHA1 (esniper-2-16-1.tgz) = e143d1a9a7a94b603f2d6b693ed3e36a341ed0cb +RMD160 (esniper-2-16-1.tgz) = 7278eede07930ecd4a52f58d461aa3f48e42e183 +Size (esniper-2-16-1.tgz) = 108524 bytes |