diff options
author | knu <knu@FreeBSD.org> | 2000-09-05 00:06:40 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2000-09-05 00:06:40 +0800 |
commit | 4967c687ea3be6f73f2fd98c9818a650e62cb55d (patch) | |
tree | 3ceb3328ef9acd5ab0d88bd4acdeacbe0c7dcaab /devel/cvsweb | |
parent | 86508da5826c389a372c9ea9aeef0c89738fb0a5 (diff) | |
download | freebsd-ports-gnome-4967c687ea3be6f73f2fd98c9818a650e62cb55d.tar.gz freebsd-ports-gnome-4967c687ea3be6f73f2fd98c9818a650e62cb55d.tar.zst freebsd-ports-gnome-4967c687ea3be6f73f2fd98c9818a650e62cb55d.zip |
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>
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 |