diff options
author | tron <tron@pkgsrc.org> | 2003-07-08 17:27:08 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2003-07-08 17:27:08 +0000 |
commit | 77530e60b3b5d2a972817afcc711cb65cd8e741c (patch) | |
tree | 30706632cd925bd9cfff7462b6b9db2798265fe0 /misc/bidwatcher/Makefile | |
parent | 7c59359d66faad3640fdd2cbbbb2ab04df0d70d9 (diff) | |
download | pkgsrc-77530e60b3b5d2a972817afcc711cb65cd8e741c.tar.gz |
Update "bidwatcher" package to version 1.3.8. Changes since version 1.3.7:
- Fixed checkredir bug.
- Cleaned up configuration window.
- Removed double statusbar.
- Modified statusbar output.
- Fixed time zone problems.
- Fixed eBay maintenance window zapping.
- Fixed status LEDs.
- Added configurable update intervals.
- Added some HTML entities.
- Added local ending time feature.
- Added a warning about upper security levels and password blanking.
- Cleaned up debugging harness.
- Various minor bug fixes.
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 4e06df3655e..312c85a7a44 100644 --- a/misc/bidwatcher/Makefile +++ b/misc/bidwatcher/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.24 2003/05/02 11:55:47 wiz Exp $ +# $NetBSD: Makefile,v 1.25 2003/07/08 17:27:08 tron Exp $ -DISTNAME= bidwatcher-1.3.7 -PKGREVISION= 3 +DISTNAME= bidwatcher-1.3.8 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=bidwatcher/} |