diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2000-09-04 16:06:40 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2000-09-04 16:06:40 +0000 |
commit | 99fc22ec6082727c1025211424ecb7209c5ef6ad (patch) | |
tree | 7ec61591eb912632d17b984744d04d02e5306940 /devel/cvsweb | |
parent | 8e6a6823e9f24656ebe368c798e3d3169b358f1d (diff) |
Update to 1.94.1.19.
2000-09-05 00:55 knu
* README.knu: Mention revision numbers hyperlinking in annotation.
2000-09-05 00:53 knu
* cvsweb.cgi: Get the revision numbers in annotation available as
hyperlinks.
Requested by: Josef Karthauser <joe@pavilion.net>
2000-09-04 23:50 knu
* cvsweb.cgi: Fix previously introduced incorrect fix.
s/\s+\n$//; --> s/\s+$/\n/;
FreeBSD PR: misc/20989
Submitted by: Tony Finch <dot@dotat.at>
Notes
Notes:
svn path=/head/; revision=32250
Diffstat (limited to 'devel/cvsweb')
-rw-r--r-- | devel/cvsweb/Makefile | 2 | ||||
-rw-r--r-- | devel/cvsweb/distinfo | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/devel/cvsweb/Makefile b/devel/cvsweb/Makefile index 5a3ace1a05f3..0790f68b10f3 100644 --- a/devel/cvsweb/Makefile +++ b/devel/cvsweb/Makefile @@ -19,7 +19,7 @@ USE_PERL5= yes # This version of cvsweb is Zeller's version + knu's enhancements. REV_ZELLER= 1.94 -REV_KNU= 1.17 +REV_KNU= 1.19 # Specify where your repository belongs. # (You can reconfigure it after installation anyway) diff --git a/devel/cvsweb/distinfo b/devel/cvsweb/distinfo index 77b5a4e09aa9..c188ed5cdb8e 100644 --- a/devel/cvsweb/distinfo +++ b/devel/cvsweb/distinfo @@ -1 +1 @@ -MD5 (cvsweb-1.94.1.17.tar.gz) = 668ec2fb686e6959889b3fcb5d175338 +MD5 (cvsweb-1.94.1.19.tar.gz) = ebf1528728a6eb96cadb753a4d938066 |