diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-07-06 09:51:49 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-07-06 09:51:49 +0000 |
commit | 47716d0acece2a38f63b7da9e468954e45ebcf23 (patch) | |
tree | 27a635ac398d3f3afc95472469ab0120903f4c95 /devel/cvsweb3 | |
parent | Use LDFLAGS env. variable to pass PTHREAD_LIBS into configure, because it (diff) |
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.
Notes
Notes:
svn path=/head/; revision=44818
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 |