diff options
author | knu <knu@FreeBSD.org> | 2000-10-01 02:53:24 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2000-10-01 02:53:24 +0800 |
commit | 1212420ab467b564831494da0706979d873b60f5 (patch) | |
tree | 3532c7e093ddbf06d15c46b102e2a8b6c853d6cf | |
parent | 051d050f3ec116aa28860dfddbe7d288055bd325 (diff) | |
download | freebsd-ports-graphics-1212420ab467b564831494da0706979d873b60f5.tar.gz freebsd-ports-graphics-1212420ab467b564831494da0706979d873b60f5.tar.zst freebsd-ports-graphics-1212420ab467b564831494da0706979d873b60f5.zip |
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>
-rw-r--r-- | devel/cvsweb/Makefile | 2 | ||||
-rw-r--r-- | devel/cvsweb/distinfo | 2 | ||||
-rw-r--r-- | devel/cvsweb3/Makefile | 2 | ||||
-rw-r--r-- | devel/cvsweb3/distinfo | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/devel/cvsweb/Makefile b/devel/cvsweb/Makefile index 39ae7341322..81825a72d08 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) diff --git a/devel/cvsweb/distinfo b/devel/cvsweb/distinfo index 42c5a78997f..7a45ede52c3 100644 --- a/devel/cvsweb/distinfo +++ b/devel/cvsweb/distinfo @@ -1 +1 @@ -MD5 (cvsweb-1.103.1.26.tar.gz) = b9da4a2f422d67942732e1625bdeb541 +MD5 (cvsweb-1.103.1.29.tar.gz) = 2de070708464629d2184c4133e63ee56 diff --git a/devel/cvsweb3/Makefile b/devel/cvsweb3/Makefile index 39ae7341322..81825a72d08 100644 --- a/devel/cvsweb3/Makefile +++ b/devel/cvsweb3/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) diff --git a/devel/cvsweb3/distinfo b/devel/cvsweb3/distinfo index 42c5a78997f..7a45ede52c3 100644 --- a/devel/cvsweb3/distinfo +++ b/devel/cvsweb3/distinfo @@ -1 +1 @@ -MD5 (cvsweb-1.103.1.26.tar.gz) = b9da4a2f422d67942732e1625bdeb541 +MD5 (cvsweb-1.103.1.29.tar.gz) = 2de070708464629d2184c4133e63ee56 |