diff options
| author | Akinori MUSHA <knu@FreeBSD.org> | 2000-09-30 18:53:24 +0000 |
|---|---|---|
| committer | Akinori MUSHA <knu@FreeBSD.org> | 2000-09-30 18:53:24 +0000 |
| commit | d2361b029ec2a1a012db2f0f34a9623a16376f49 (patch) | |
| tree | 9b098c7abdbd543f19d0daaf98b3fb7e184bb524 /devel/cvsweb/Makefile | |
| parent | 2809465025d7ba98321aafed4dde4c2af0850378 (diff) | |
Update to knu-cvsweb 1.103.1.29.
2000-10-01 03:48 knu
* INSTALL, cvsweb.cgi: Specify -R (Read-only mode) and -l (Do not
log in history) flags when doing a cvs annotation so that one does
not need to turn on the write permission on CVSROOT/history for the
user which httpd runs cvsweb.cgi as. (typically "nobody")
2000-10-01 03:27 knu
* cvsweb.cgi: Fix the comment to make how to set $config clear.
Inspired by: "Dan Langille" <dan@langille.org>
2000-09-29 03:06 knu
* cvsweb.cgi: Trap errors in the configuration files on loading and
show error messages. (Previously it failed silently)
Submitted by: Sean Scarff <sean@pavilion.net>
Diffstat (limited to 'devel/cvsweb/Makefile')
| -rw-r--r-- | devel/cvsweb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/cvsweb/Makefile b/devel/cvsweb/Makefile index 39ae73413229..81825a72d084 100644 --- a/devel/cvsweb/Makefile +++ b/devel/cvsweb/Makefile @@ -19,7 +19,7 @@ USE_PERL5= yes # This version of cvsweb is Zeller's version + knu's enhancements. REV_ZELLER= 1.103 -REV_KNU= 1.26 +REV_KNU= 1.29 # Specify where your repository belongs. # (You can reconfigure it after installation anyway) |
