diff options
author | tron <tron@pkgsrc.org> | 2005-02-18 10:10:06 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2005-02-18 10:10:06 +0000 |
commit | ab70bfa5452671164efbda795b4f51767f3982ed (patch) | |
tree | dd7923d265521e4ff3036e5dace046a638fbbde1 /misc/bidwatcher/Makefile | |
parent | a188cdd2dbd994a762c841468494229c5e481aff (diff) | |
download | pkgsrc-ab70bfa5452671164efbda795b4f51767f3982ed.tar.gz |
Update "bidwatcher" package to version 1.3.17.
Changes since version 1.3.16:
- Fix eBay parser.
- Add libcurl support. libcurl is now a dependency.
- Tons of little fixes.
- Fix potential security bug in versions <= 1.3.16 (CAN-2005-0158).
- Added Seller id to the Log.
- Fixed BUY Only items that expire but bidwather don't think so.
- Should compile on cygwin now.
- Be more compatible with BSD.
Diffstat (limited to 'misc/bidwatcher/Makefile')
-rw-r--r-- | misc/bidwatcher/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/bidwatcher/Makefile b/misc/bidwatcher/Makefile index cfb81877281..0502e16802a 100644 --- a/misc/bidwatcher/Makefile +++ b/misc/bidwatcher/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.40 2004/10/03 00:12:58 tv Exp $ +# $NetBSD: Makefile,v 1.41 2005/02/18 10:10:06 tron Exp $ -DISTNAME= bidwatcher-1.3.16 -PKGREVISION= 1 +DISTNAME= bidwatcher-1.3.17 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=bidwatcher/} @@ -23,4 +22,5 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/quick_start.html ${DOCDIR} .include "../../x11/gtk/buildlink3.mk" +.include "../../www/curl/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |