diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-01-29 03:59:16 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-01-29 03:59:16 +0000 |
commit | e80b23e9c727546a869123bcd3cc930a89b9dbe1 (patch) | |
tree | 4b310244dc5b424de96234b27a229a999404d504 /devel/cvsweb | |
parent | 29f4a332357ae89f7610aa4aac6b5e12c9b4138d (diff) | |
download | ports-e80b23e9c727546a869123bcd3cc930a89b9dbe1.tar.gz ports-e80b23e9c727546a869123bcd3cc930a89b9dbe1.zip |
Notes
Diffstat (limited to 'devel/cvsweb')
-rw-r--r-- | devel/cvsweb/Makefile | 2 | ||||
-rw-r--r-- | devel/cvsweb/distinfo | 2 | ||||
-rw-r--r-- | devel/cvsweb/files/patch-cvsweb.conf | 9 |
3 files changed, 4 insertions, 9 deletions
diff --git a/devel/cvsweb/Makefile b/devel/cvsweb/Makefile index 2ddcca01e1d9..265ff4747c15 100644 --- a/devel/cvsweb/Makefile +++ b/devel/cvsweb/Makefile @@ -20,7 +20,7 @@ USE_PERL5= yes # This version of cvsweb is Zeller's version + knu's enhancements. REV_ZELLER= 1.105 -REV_KNU= 1.64 +REV_KNU= 1.65 # Specify where your repository belongs. # (You can reconfigure it after installation anyway) diff --git a/devel/cvsweb/distinfo b/devel/cvsweb/distinfo index 7b873884b9af..7dc9c531432a 100644 --- a/devel/cvsweb/distinfo +++ b/devel/cvsweb/distinfo @@ -1 +1 @@ -MD5 (cvsweb-1.105.1.64.tar.gz) = fa4229c89932bb8e767cb7e205e2c866 +MD5 (cvsweb-1.105.1.65.tar.gz) = 3a15857a1178ba057590d55c909d80ab diff --git a/devel/cvsweb/files/patch-cvsweb.conf b/devel/cvsweb/files/patch-cvsweb.conf index ef14455b8124..4c0cbf9458cb 100644 --- a/devel/cvsweb/files/patch-cvsweb.conf +++ b/devel/cvsweb/files/patch-cvsweb.conf @@ -1,5 +1,5 @@ ---- cvsweb.conf.orig Sat Jan 13 16:48:09 2001 -+++ cvsweb.conf Sun Jan 14 18:12:48 2001 +--- cvsweb.conf.orig Sun Jan 14 18:04:04 2001 ++++ cvsweb.conf Mon Jan 29 12:56:45 2001 @@ -17,3 +17,3 @@ # tar,rm (if you enable $allow_tar) -$command_path = '/bin:/usr/bin:/usr/local/bin'; @@ -10,11 +10,6 @@ - 'local' => ['Local Repository', '/home/cvs'], + 'local' => ['!!TITLE!!', '!!CVSROOT!!'], # 'freebsd' => ['FreeBSD', '/home/ncvs'], -@@ -178,3 +178,3 @@ - If you would like to use this CGI script on your own web server and --CVS tree, download the latest version at <a -+CVS tree, download the latest version <a - href="ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/knu/">here</a>, @@ -211,3 +211,3 @@ # icons/ directory; they have a width/height of 16/16 -my $iconsdir = "/icons"; |