diff options
author | tron <tron> | 2003-12-26 15:25:42 +0000 |
---|---|---|
committer | tron <tron> | 2003-12-26 15:25:42 +0000 |
commit | 799c4aefe404f8816abfbd1958efd555069e8f12 (patch) | |
tree | 752c3509187d115a1ad8ff0246a624b45bf39dd1 /misc/bidwatcher/Makefile | |
parent | cbea44bae35e97b13ff531cd833fe5b65d74bd1e (diff) | |
download | pkgsrc-799c4aefe404f8816abfbd1958efd555069e8f12.tar.gz |
Update "bidwatcher" package to version 1.3.11. Changes sinc 1.3.11rc1:
- Added appropriate pre-approval error message
- Made failed parse messages a little less ambiguous
- Fixed uppercase password problem: eBay uses all lowercase
- Fixed password error message
- Update so we get feedback on auctions as they are added
- Add a bunch of encoding checking from Klaus Singvogel
Diffstat (limited to 'misc/bidwatcher/Makefile')
-rw-r--r-- | misc/bidwatcher/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/misc/bidwatcher/Makefile b/misc/bidwatcher/Makefile index 9893592b4b7..bd2f0446296 100644 --- a/misc/bidwatcher/Makefile +++ b/misc/bidwatcher/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.32 2003/11/25 08:43:51 tron Exp $ +# $NetBSD: Makefile,v 1.33 2003/12/26 15:25:42 tron Exp $ -DISTNAME= bidwatcher-1.3.11-rc1 -PKGNAME= ${DISTNAME:S/-rc/rc/} +DISTNAME= bidwatcher-1.3.11 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=bidwatcher/} |