diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-01-02 23:47:41 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-01-02 23:47:41 +0000 |
commit | a9c83761b1e36626731377a9a36bfda0ee5acfbe (patch) | |
tree | 955f8def01c4ff7f96acf7acb302f9c54122d504 /devel/cvsweb3 | |
parent | 838db6befea221431a8d349e919217241613689c (diff) | |
download | ports-a9c83761b1e36626731377a9a36bfda0ee5acfbe.tar.gz ports-a9c83761b1e36626731377a9a36bfda0ee5acfbe.zip |
Notes
Diffstat (limited to 'devel/cvsweb3')
-rw-r--r-- | devel/cvsweb3/Makefile | 2 | ||||
-rw-r--r-- | devel/cvsweb3/distinfo | 2 | ||||
-rw-r--r-- | devel/cvsweb3/files/patch-cvsweb.cgi | 8 | ||||
-rw-r--r-- | devel/cvsweb3/files/patch-cvsweb.conf | 23 |
4 files changed, 16 insertions, 19 deletions
diff --git a/devel/cvsweb3/Makefile b/devel/cvsweb3/Makefile index f096207a2ced..4ef4be473f7d 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.104 -REV_KNU= 1.55 +REV_KNU= 1.56 # Specify where your repository belongs. # (You can reconfigure it after installation anyway) diff --git a/devel/cvsweb3/distinfo b/devel/cvsweb3/distinfo index 43dc9096d8ac..fe4b129cd28f 100644 --- a/devel/cvsweb3/distinfo +++ b/devel/cvsweb3/distinfo @@ -1 +1 @@ -MD5 (cvsweb-1.104.1.55.tar.gz) = 673b28f85d9c69803124331017b91c6a +MD5 (cvsweb-1.104.1.56.tar.gz) = 58cdc2891c4f03b1125ed76f5d492783 diff --git a/devel/cvsweb3/files/patch-cvsweb.cgi b/devel/cvsweb3/files/patch-cvsweb.cgi index 9735a321977d..e713aa0900f7 100644 --- a/devel/cvsweb3/files/patch-cvsweb.cgi +++ b/devel/cvsweb3/files/patch-cvsweb.cgi @@ -1,8 +1,8 @@ ---- cvsweb.cgi.orig Tue Jan 2 21:23:20 2001 -+++ cvsweb.cgi Tue Jan 2 21:29:32 2001 +--- cvsweb.cgi.orig Wed Jan 3 08:34:45 2001 ++++ cvsweb.cgi Wed Jan 3 08:43:48 2001 @@ -1 +1 @@ -#!/usr/bin/perl -wT +#!!!PERL!! -wT -@@ -141 +141 @@ -- '/usr/local/etc/cvsweb.conf' +@@ -142 +142 @@ +- '/usr/local/etc/cvsweb/cvsweb.conf' + '!!PREFIX!!/etc/cvsweb/cvsweb.conf' diff --git a/devel/cvsweb3/files/patch-cvsweb.conf b/devel/cvsweb3/files/patch-cvsweb.conf index 1e3fdf1fd1db..a73718c225d6 100644 --- a/devel/cvsweb3/files/patch-cvsweb.conf +++ b/devel/cvsweb3/files/patch-cvsweb.conf @@ -1,23 +1,20 @@ ---- cvsweb.conf.orig Tue Jan 2 21:23:20 2001 -+++ cvsweb.conf Tue Jan 2 21:31:51 2001 -@@ -28 +28 @@ -- 'local' => '/home/cvs', -+ 'local' => '!!CVSROOT!!', -@@ -37 +37 @@ -- 'local' => 'Local Repository', -+ 'local' => '!!TITLE!!', -@@ -203 +203 @@ +--- cvsweb.conf.orig Wed Jan 3 08:38:37 2001 ++++ cvsweb.conf Wed Jan 3 08:41:11 2001 +@@ -29 +29 @@ +- 'local' => ['Local Repository', '/home/cvs'], ++ 'local' => ['!!TITLE!!', '!!CVSROOT!!'], +@@ -195 +195 @@ -my $iconsdir = "/icons"; +my $iconsdir = "/icons/cvsweb"; -@@ -323 +323 @@ +@@ -315 +315 @@ -$mime_types = '/usr/local/etc/apache/mime.types'; +$mime_types = '!!PREFIX!!/etc/apache/mime.types'; -@@ -395 +395 @@ +@@ -387 +387 @@ -$ENV{'PATH'} = '/bin:/usr/bin:/usr/local/bin'; +$ENV{'PATH'} = '/bin:/usr/bin:!!PREFIX!!/bin'; -@@ -449 +449 @@ +@@ -441 +441 @@ -@tar_options = qw(); +@tar_options = qw(--ignore-failed-read); -@@ -454 +454 @@ +@@ -446 +446 @@ -@cvs_options = qw(-l); +@cvs_options = qw(-R -l); |