diff options
author | knu <knu@FreeBSD.org> | 2001-01-01 23:51:22 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2001-01-01 23:51:22 +0000 |
commit | ecbc0666c57efa95060288f631df13dcf1aa33f4 (patch) | |
tree | 13cc8a4235b15dde89ec6f2fcb60c6ddee1683f5 /devel/cvsweb3/files/patch-cvsweb.conf | |
parent | cc19916da9fd2b2476a08b9f9f6b638fe463982c (diff) | |
download | FreeBSD-ports-ecbc0666c57efa95060288f631df13dcf1aa33f4.zip FreeBSD-ports-ecbc0666c57efa95060288f631df13dcf1aa33f4.tar.gz |
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>
Diffstat (limited to 'devel/cvsweb3/files/patch-cvsweb.conf')
-rw-r--r-- | devel/cvsweb3/files/patch-cvsweb.conf | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/devel/cvsweb3/files/patch-cvsweb.conf b/devel/cvsweb3/files/patch-cvsweb.conf new file mode 100644 index 0000000..ea7c77b --- /dev/null +++ b/devel/cvsweb3/files/patch-cvsweb.conf @@ -0,0 +1,23 @@ +--- cvsweb.conf.orig Tue Jan 2 08:15:03 2001 ++++ cvsweb.conf Tue Jan 2 08:32:37 2001 +@@ -28 +28 @@ +- 'local' => '/home/cvs', ++ 'local' => '!!CVSROOT!!', +@@ -37 +37 @@ +- 'local' => 'Local Repository', ++ 'local' => '!!TITLE!!', +@@ -203 +203 @@ +-my $iconsdir = "/icons"; ++my $iconsdir = "/icons/cvsweb"; +@@ -323 +323 @@ +-$mime_types = '/usr/local/etc/apache/mime.types'; ++$mime_types = '!!PREFIX!!/etc/apache/mime.types'; +@@ -393 +393 @@ +-#$ENV{'PATH'} = '/usr/local/bin'; ++#$ENV{'PATH'} = '!!PREFIX!!/bin'; +@@ -447 +447 @@ +-@tar_options = qw(); ++@tar_options = qw(--ignore-failed-read); +@@ -452 +452 @@ +-@cvs_options = qw(-l); ++@cvs_options = qw(-R -l); |