summaryrefslogtreecommitdiff
path: root/devel/cvsweb3
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2001-01-29 03:59:16 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2001-01-29 03:59:16 +0000
commite80b23e9c727546a869123bcd3cc930a89b9dbe1 (patch)
tree4b310244dc5b424de96234b27a229a999404d504 /devel/cvsweb3
parentI'll maintain them for Documentation Project. (diff)
Update to knu-cvsweb 1.105.1.65.
2001-01-29 Akinori MUSHA <knu@iDaemons.org> * cvsweb.cgi: Remove an obsolete notice: CVSWEB_CONFIG is disused. One leftover substitution: "cvs" -> $CMD{cvs}
Notes
Notes: svn path=/head/; revision=37718
Diffstat (limited to 'devel/cvsweb3')
-rw-r--r--devel/cvsweb3/Makefile2
-rw-r--r--devel/cvsweb3/distinfo2
-rw-r--r--devel/cvsweb3/files/patch-cvsweb.conf9
3 files changed, 4 insertions, 9 deletions
diff --git a/devel/cvsweb3/Makefile b/devel/cvsweb3/Makefile
index 2ddcca01e1d9..265ff4747c15 100644
--- a/devel/cvsweb3/Makefile
+++ b/devel/cvsweb3/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/cvsweb3/distinfo b/devel/cvsweb3/distinfo
index 7b873884b9af..7dc9c531432a 100644
--- a/devel/cvsweb3/distinfo
+++ b/devel/cvsweb3/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/cvsweb3/files/patch-cvsweb.conf b/devel/cvsweb3/files/patch-cvsweb.conf
index ef14455b8124..4c0cbf9458cb 100644
--- a/devel/cvsweb3/files/patch-cvsweb.conf
+++ b/devel/cvsweb3/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";