diff options
author | abs <abs@pkgsrc.org> | 2001-02-15 11:31:59 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2001-02-15 11:31:59 +0000 |
commit | da3bb5338a6f36c28ef6b7fef76dee47d3256a03 (patch) | |
tree | 0de3ecec3f96ca806340183fd4d55ce1fe4326b3 /www/checkbot/Makefile | |
parent | 7d25f6bad7efe96c581473b4d646808b8caf5487 (diff) | |
download | pkgsrc-da3bb5338a6f36c28ef6b7fef76dee47d3256a03.tar.gz |
Update to 1.63:
Changes since 1.62:
- Require LWP 5.50. A bug fix was introduced in LWP 5.49 which
solves problems with relative Location: headers for Checkbot.
- Create a defaults --match argument based on all the start URLs,
not just the first one.
- Remove .bak files when the new files are written correctly.
- Create correct URLs when --file argument also contains directories.
- Deal with redirects without a Location: header.
- Don't exclude checkbot's own pages automagically.
- Always ask server about file type for HTTP requests when uncertain.
- Make output well-formed HTML.
- Several typo's and other output fixes.
patch-aa incorporated into main dist.
Diffstat (limited to 'www/checkbot/Makefile')
-rw-r--r-- | www/checkbot/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/checkbot/Makefile b/www/checkbot/Makefile index 3e4fab491cd..07456bcac10 100644 --- a/www/checkbot/Makefile +++ b/www/checkbot/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2000/12/28 13:33:10 abs Exp $ +# $NetBSD: Makefile,v 1.6 2001/02/15 11:31:59 abs Exp $ # -DISTNAME= checkbot-1.62 -PKGNAME= checkbot-1.62nb1 +DISTNAME= checkbot-1.63 CATEGORIES= www net perl5 MASTER_SITES= http://degraaff.org/checkbot/ |