diff options
| author | Akinori MUSHA <knu@FreeBSD.org> | 2001-01-05 00:13:39 +0000 |
|---|---|---|
| committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-01-05 00:13:39 +0000 |
| commit | 5c89a454270480f1ee569a9872b21bc37373c35c (patch) | |
| tree | 12e14910f8fe619c10f05898ec831452ff6e04fe /devel/cvsweb/Makefile | |
| parent | 6db97f9f3224adf04c997c70f3165b526d573216 (diff) | |
Update to knu-cvsweb 1.104.1.59.
2001-01-05 09:00 knu
* cvsweb.cgi: Delete $ENV{PATH} before everything. (against -T
paranoia) It's nothing to worry since cvsweb.cgi always invokes
executables by full paths, though.
Correct the error messages regarding $command_path.
2001-01-03 17:57 knu
* cvsweb.cgi, cvsweb.conf: Don't rely on perl's $ENV{PATH} search.
Search commands for itself and specify them by full paths.
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 4d1505ad1de8..50d32ccc3382 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.104 -REV_KNU= 1.57 +REV_KNU= 1.59 # Specify where your repository belongs. # (You can reconfigure it after installation anyway) |
