diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2000-10-07 08:07:34 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2000-10-07 08:07:34 +0000 |
commit | 6cddb65e137a4cc1abffdfaddd1ba484bbc72720 (patch) | |
tree | d2e53e310ebbda332600478da2dae6e01b01f897 /devel/cvsweb3 | |
parent | aa34af597f788ee3bd04b290ed05fcc62696d6c9 (diff) | |
download | ports-6cddb65e137a4cc1abffdfaddd1ba484bbc72720.tar.gz ports-6cddb65e137a4cc1abffdfaddd1ba484bbc72720.zip |
Update to knu-cvsweb 1.103.1.33.
2000-10-07 16:44 knu
* cvsweb.cgi: Fix &link() not to put a redundant trailing LF.
Improve manpage linking to support "foo.1" as well as "foo(1)".
2000-10-07 16:35 knu
* cvsweb.cgi: Fix screwups in the last commit.
Parse rlog's output explicitly. Recognize 77 ='s as a file
separator, and 28 -'s as revision separator.
Submitted by: Makoto MATSUSHITA <matusita@jp.FreeBSD.org>
2000-10-03 04:07 knu
* cvsweb.cgi: Cleanup $barequery generation. Undefine "my"
variables when they are done.
Notes
Notes:
svn path=/head/; revision=33463
Diffstat (limited to 'devel/cvsweb3')
-rw-r--r-- | devel/cvsweb3/Makefile | 2 | ||||
-rw-r--r-- | devel/cvsweb3/distinfo | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/devel/cvsweb3/Makefile b/devel/cvsweb3/Makefile index c61586fbed51..ac96d5e6a594 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.103 -REV_KNU= 1.30 +REV_KNU= 1.33 # Specify where your repository belongs. # (You can reconfigure it after installation anyway) diff --git a/devel/cvsweb3/distinfo b/devel/cvsweb3/distinfo index a698d2c2a1b3..88bece2a6124 100644 --- a/devel/cvsweb3/distinfo +++ b/devel/cvsweb3/distinfo @@ -1 +1 @@ -MD5 (cvsweb-1.103.1.30.tar.gz) = be062bd39f9bb1c7d5d6691832c6e330 +MD5 (cvsweb-1.103.1.33.tar.gz) = 9235d1b4c19bd83e55987f37b26e1f88 |