From f46dcf77e6c698533727df1686780b3247fa32f4 Mon Sep 17 00:00:00 2001 From: Akinori MUSHA Date: Tue, 2 Jan 2001 12:39:00 +0000 Subject: Update to knu-cvsweb 1.104.1.55. 2001-01-02 21:23 knu * cvsweb.cgi, cvsweb.conf: Get cvsweb.cgi to run under perl -T. Change perl command line: Change perl5 to perl and just declare `require 5.000'. Remove -s option that was intended for debug use. Add -T option to perform security checks. Change search paths for cvsweb.conf: Don't adopt the value of $ENV{CVSWEB_CONFIG} that was intended for debug use. Search the same directory that cvsweb.cgi is in instead of the current directory. Invoking `last' in `do { ... } while (0);' is wrong. Change the loop to `while (1) { ... last; }'. Don't do chdir. Instead, use tar(1)'s -C option and cvs(1) export's -d option. Explicitly define $ENV{PATH}. Turn $allow_compress off by default so user can debug cvsweb.cgi easily. --- devel/cvsweb/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'devel/cvsweb/Makefile') diff --git a/devel/cvsweb/Makefile b/devel/cvsweb/Makefile index 2b933e186dbd..f096207a2ced 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.54 +REV_KNU= 1.55 # Specify where your repository belongs. # (You can reconfigure it after installation anyway) -- cgit v1.2.3