diff options
author | tron <tron@pkgsrc.org> | 2002-06-12 21:51:28 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2002-06-12 21:51:28 +0000 |
commit | c29c5dea20c0a257efc139f2bd62d3c4409f427e (patch) | |
tree | 9464e89f93c5cb0d2d124b3a4de60322b2dc8474 /misc/bidwatcher/Makefile | |
parent | e247d1448f06150794fe25ec57fef4a095188608 (diff) | |
download | pkgsrc-c29c5dea20c0a257efc139f2bd62d3c4409f427e.tar.gz |
"bidwatcher" tries to use HTTP/1.1 but is not able to handle persistant
connections. Use "Connection: close" in HTTP request headers to avoid
network timeout caused by this bug. Bump version number to 1.3.4nb2.
Diffstat (limited to 'misc/bidwatcher/Makefile')
-rw-r--r-- | misc/bidwatcher/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/bidwatcher/Makefile b/misc/bidwatcher/Makefile index 84ca010057d..2803b87a21b 100644 --- a/misc/bidwatcher/Makefile +++ b/misc/bidwatcher/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.11 2002/06/10 15:58:34 tron Exp $ +# $NetBSD: Makefile,v 1.12 2002/06/12 21:51:28 tron Exp $ DISTNAME= bidwatcher-1.3.4 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=bidwatcher/} EXTRACT_SUFX= -fix.tar.gz |