diff options
author | knu <knu@FreeBSD.org> | 2000-08-25 17:39:12 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2000-08-25 17:39:12 +0800 |
commit | b8c9f88d13566d0d59011136159ba3e4d68ae785 (patch) | |
tree | 739f164bff052b5ef5eb9512d01290730dd59b30 /devel | |
parent | 270589f465d2ee685605797fff95b16d4a55eb3f (diff) | |
download | freebsd-ports-gnome-b8c9f88d13566d0d59011136159ba3e4d68ae785.tar.gz freebsd-ports-gnome-b8c9f88d13566d0d59011136159ba3e4d68ae785.tar.zst freebsd-ports-gnome-b8c9f88d13566d0d59011136159ba3e4d68ae785.zip |
Update to knu-cvsweb 1.94.1.15.
2000-08-25 18:01 knu
* cvsweb.cgi: Get side-by-side diff working when $showfunc is true,
noting that `-p' option of diff(1) can only be used with context
and unified diffs.
Submitted by: Roger Hardiman <roger@cs.strath.ac.uk>
Allow to specify CVS tags or branch names (including `.' and
`HEAD') on cvs checkout.
e.g. http://foo/cvsweb.cgi/bar/dood.c?rev=.
http://foo/cvsweb.cgi/bar/dood.c?rev=RELENG_4
http://foo/cvsweb.cgi/bar/dood.c?rev=RELENG_4_1_0_RELEASE
Not for diff currently, as rcsdiff does not grok CVS tags.
Inspired by: Folks at the FreeBSD cvs-all list.
Specify `-R' (turn on read-only repository mode) and `-l' (do not
log in the command history) on cvs checkout, so that one does not
need a write permission with the repository.
2000-08-25 00:53 knu
* cvsweb.cgi: MFZ 1.94. (Fix a typo in JavaScript code)
Diffstat (limited to 'devel')
-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 170cbada9ac8..901c5ab5b21f 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.93 -REV_KNU= 1.13 +REV_ZELLER= 1.94 +REV_KNU= 1.15 # Specify where your repository belongs. # (You can reconfigure it after installation anyway) diff --git a/devel/cvsweb/distinfo b/devel/cvsweb/distinfo index a4ca44502bdd..34e83b9115dc 100644 --- a/devel/cvsweb/distinfo +++ b/devel/cvsweb/distinfo @@ -1 +1 @@ -MD5 (cvsweb-1.93.1.13.tar.gz) = 13924d788cfae49b57d38d0d3ec692c5 +MD5 (cvsweb-1.94.1.15.tar.gz) = afa5a243a2ea40e68de3810f6bfb96f4 diff --git a/devel/cvsweb3/Makefile b/devel/cvsweb3/Makefile index 170cbada9ac8..901c5ab5b21f 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.93 -REV_KNU= 1.13 +REV_ZELLER= 1.94 +REV_KNU= 1.15 # Specify where your repository belongs. # (You can reconfigure it after installation anyway) diff --git a/devel/cvsweb3/distinfo b/devel/cvsweb3/distinfo index a4ca44502bdd..34e83b9115dc 100644 --- a/devel/cvsweb3/distinfo +++ b/devel/cvsweb3/distinfo @@ -1 +1 @@ -MD5 (cvsweb-1.93.1.13.tar.gz) = 13924d788cfae49b57d38d0d3ec692c5 +MD5 (cvsweb-1.94.1.15.tar.gz) = afa5a243a2ea40e68de3810f6bfb96f4 |