ports/devel/cvsweb3/files/patch-cvsweb.cgi
Akinori MUSHA 4701f83604 Update to knu-cvsweb 1.104.1.54.
- Install cvsweb.conf* files under ${PREFIX}/etc/cvsweb/.

2001-01-02 08:15  knu

	* cvsweb.cgi, cvsweb.conf, cvsweb.conf-freebsd, cvsweb.conf-netbsd,
	cvsweb.conf-openbsd, cvsweb.conf-ruby: Add $prkeyword variable to
	allow user to use (e.g.) `Bug' instead of `PR' as the bug report
	identifier.

	Add cvsweb.conf-{freebsd,openbsd,netbsd,ruby} files, and move
	rather FreeBSD specific configuration values to
	cvsweb.conf-freebsd.

	Add a %funcline_regexp entry for Ruby. (*.rb)

2001-01-02 06:24  knu

	* cvsweb.conf: Add `pending' to the list of PR categories.

2001-01-02 05:57  knu

	* cvsweb.cgi: Reduce 'Use of uninitialized value' warnings.

	Noticed by:	Wolfram Schneider <wosch@schneider.org>
2001-01-01 23:51:22 +00:00

8 lines
230 B
Perl

--- cvsweb.cgi.orig Tue Jan 2 08:15:02 2001
+++ cvsweb.cgi Tue Jan 2 08:33:52 2001
@@ -1 +1 @@
-#!/usr/bin/perl5 -ws
+#!!!PERL!! -ws
@@ -139 +139 @@
- '/usr/local/etc/cvsweb.conf',
+ '!!PREFIX!!/etc/cvsweb/cvsweb.conf',