diff options
author | knu <knu@FreeBSD.org> | 2001-07-06 17:51:49 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2001-07-06 17:51:49 +0800 |
commit | 406098dde9a5fbf65628eabf324e488b4817db36 (patch) | |
tree | a8fc96efa4c2a15bc618f996bde0b5be3e7e4d82 /devel/cvsweb3 | |
parent | f344b35711928e220cd47b8fcb4e341c6b9450fe (diff) | |
download | freebsd-ports-gnome-406098dde9a5fbf65628eabf324e488b4817db36.tar.gz freebsd-ports-gnome-406098dde9a5fbf65628eabf324e488b4817db36.tar.zst freebsd-ports-gnome-406098dde9a5fbf65628eabf324e488b4817db36.zip |
Update to knu-cvsweb 1.110.1.78.
2001-07-06 Akinori MUSHA <knu@iDaemons.org>
* cvsweb.cgi, cvsweb.conf: Support "zip" as an additional
archiver.
* cvsweb.cgi: MFZ 1.110. But the bug had already been fixed in
knu-cvsweb.
2001-06-22 Akinori MUSHA <knu@iDaemons.org>
* cvsweb.cgi: Get rid of a potential "uninitialized variable
usage" warning.
[Submitted by: Bill Fenner <fenner@FreeBSD.org>]
2001-06-08 Akinori MUSHA <knu@iDaemons.org>
* cvsweb.cgi: MFZ 1.109. Preset the global variable the stores
the per file cvs info to avoid accumulating cruft under modperl.
Diffstat (limited to 'devel/cvsweb3')
-rw-r--r-- | devel/cvsweb3/Makefile | 4 | ||||
-rw-r--r-- | devel/cvsweb3/distinfo | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/devel/cvsweb3/Makefile b/devel/cvsweb3/Makefile index 74c2602ead8e..fc77a1905ab2 100644 --- a/devel/cvsweb3/Makefile +++ b/devel/cvsweb3/Makefile @@ -19,8 +19,8 @@ NO_BUILD= yes USE_PERL5= yes # This version of cvsweb is Zeller's version + knu's enhancements. -REV_ZELLER= 1.106 -REV_KNU= 1.74 +REV_ZELLER= 1.110 +REV_KNU= 1.78 # Specify where your repository belongs. # (You can reconfigure it after installation anyway) diff --git a/devel/cvsweb3/distinfo b/devel/cvsweb3/distinfo index e57a0fc1c28c..6cc5c6df4f78 100644 --- a/devel/cvsweb3/distinfo +++ b/devel/cvsweb3/distinfo @@ -1 +1 @@ -MD5 (cvsweb-1.106.1.74.tar.gz) = 7e409b4071a2042b4b4f9f176281cff3 +MD5 (cvsweb-1.110.1.78.tar.gz) = 2e6f84078711531dedae4a94a38f1e72 |