diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2000-09-19 20:22:39 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2000-09-19 20:22:39 +0000 |
commit | 4b7ac42f7b50e65ccdfc0e28bb6b08f106b40a1d (patch) | |
tree | 669893bc6b9fcf951c86dc77fb45ae8174da09fe | |
parent | 991d375484cf05695851bc48717e15683f8d7c21 (diff) | |
download | freebsd-ports-4b7ac42f7b50e65ccdfc0e28bb6b08f106b40a1d.zip |
Update to knu-cvsweb 1.101.1.24.
2000-09-20 05:07 knu
* cvsweb.cgi: Follow tab-width/tabstop/ts directives when expanding
tabs into spaces. Currently, only first 10 lines are scanned for
the directives.
2000-09-20 04:57 knu
* cvsweb.cgi: MFZ: 1.101.
- Fix a few bugs under mod_perl.
- Use the Compress::Zlib module if available.
- Embed PDF files inside the cvs markup view.
2000-09-20 03:35 knu
* cvsweb.cgi: s/ts/tabstop/ that I forgot to substitute in the last
update.
2000-09-12 02:11 knu
* cvsweb.cgi: Allow one to set the default diff type.
Inspired by: Makoto MATSUSHITA <matusita@jp.FreeBSD.org>
2000-09-10 20:54 knu
* cvsweb.cgi: Clean up spacedHtmlText().
-rw-r--r-- | devel/cvsweb/Makefile | 4 | ||||
-rw-r--r-- | devel/cvsweb/distinfo | 2 | ||||
-rw-r--r-- | devel/cvsweb3/Makefile | 4 | ||||
-rw-r--r-- | devel/cvsweb3/distinfo | 2 |
4 files changed, 6 insertions, 6 deletions
diff --git a/devel/cvsweb/Makefile b/devel/cvsweb/Makefile index 0790f68b10f3..9efc8e677c8e 100644 --- a/devel/cvsweb/Makefile +++ b/devel/cvsweb/Makefile @@ -18,8 +18,8 @@ NO_BUILD= yes USE_PERL5= yes # This version of cvsweb is Zeller's version + knu's enhancements. -REV_ZELLER= 1.94 -REV_KNU= 1.19 +REV_ZELLER= 1.101 +REV_KNU= 1.24 # Specify where your repository belongs. # (You can reconfigure it after installation anyway) diff --git a/devel/cvsweb/distinfo b/devel/cvsweb/distinfo index c188ed5cdb8e..06c2b5875d1f 100644 --- a/devel/cvsweb/distinfo +++ b/devel/cvsweb/distinfo @@ -1 +1 @@ -MD5 (cvsweb-1.94.1.19.tar.gz) = ebf1528728a6eb96cadb753a4d938066 +MD5 (cvsweb-1.101.1.24.tar.gz) = 08474cc714413407fc2583c66e5f52f8 diff --git a/devel/cvsweb3/Makefile b/devel/cvsweb3/Makefile index 0790f68b10f3..9efc8e677c8e 100644 --- a/devel/cvsweb3/Makefile +++ b/devel/cvsweb3/Makefile @@ -18,8 +18,8 @@ NO_BUILD= yes USE_PERL5= yes # This version of cvsweb is Zeller's version + knu's enhancements. -REV_ZELLER= 1.94 -REV_KNU= 1.19 +REV_ZELLER= 1.101 +REV_KNU= 1.24 # Specify where your repository belongs. # (You can reconfigure it after installation anyway) diff --git a/devel/cvsweb3/distinfo b/devel/cvsweb3/distinfo index c188ed5cdb8e..06c2b5875d1f 100644 --- a/devel/cvsweb3/distinfo +++ b/devel/cvsweb3/distinfo @@ -1 +1 @@ -MD5 (cvsweb-1.94.1.19.tar.gz) = ebf1528728a6eb96cadb753a4d938066 +MD5 (cvsweb-1.101.1.24.tar.gz) = 08474cc714413407fc2583c66e5f52f8 |