diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2000-09-03 19:21:55 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2000-09-03 19:21:55 +0000 |
commit | 88ba408405cbbfd211094d357979b7fb5c16bdf7 (patch) | |
tree | 866049ce80db051d3f62830e9780645bb616d1af /devel/cvsweb | |
parent | Add MASTER_SITE_RUBY. It will be used by at least five stock ports, (diff) |
Update to knu-cvsweb 1.94.1.17.
2000-09-04 03:25 knu
* README.knu, cvsweb.cgi, cvsweb.conf: Introduce manpage
hyperlinking.
2000-09-04 02:33 knu
* cvsweb.cgi: Get all mail URLs and addresses as hyperlinks, not
just the first one. (s/// --> s///g)
Install ChangeLog file.
Notes
Notes:
svn path=/head/; revision=32228
Diffstat (limited to 'devel/cvsweb')
-rw-r--r-- | devel/cvsweb/Makefile | 4 | ||||
-rw-r--r-- | devel/cvsweb/distinfo | 2 | ||||
-rw-r--r-- | devel/cvsweb/pkg-plist | 1 |
3 files changed, 4 insertions, 3 deletions
diff --git a/devel/cvsweb/Makefile b/devel/cvsweb/Makefile index 901c5ab5b21f..5a3ace1a05f3 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.15 +REV_KNU= 1.17 # Specify where your repository belongs. # (You can reconfigure it after installation anyway) @@ -54,7 +54,7 @@ do-install: cd ${WRKSRC}/icons && ${INSTALL_DATA} * ${PREFIX}/${ICONSDIR}/cvsweb/ .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/cvsweb - cd ${WRKSRC} && ${INSTALL_DATA} INSTALL README README.knu TODO ${PREFIX}/share/doc/cvsweb/ + cd ${WRKSRC} && ${INSTALL_DATA} ChangeLog INSTALL README README.knu TODO ${PREFIX}/share/doc/cvsweb/ .endif post-install: diff --git a/devel/cvsweb/distinfo b/devel/cvsweb/distinfo index 34e83b9115dc..77b5a4e09aa9 100644 --- a/devel/cvsweb/distinfo +++ b/devel/cvsweb/distinfo @@ -1 +1 @@ -MD5 (cvsweb-1.94.1.15.tar.gz) = afa5a243a2ea40e68de3810f6bfb96f4 +MD5 (cvsweb-1.94.1.17.tar.gz) = 668ec2fb686e6959889b3fcb5d175338 diff --git a/devel/cvsweb/pkg-plist b/devel/cvsweb/pkg-plist index 41ecbfcf0ebd..b23ae02ab13d 100644 --- a/devel/cvsweb/pkg-plist +++ b/devel/cvsweb/pkg-plist @@ -1,4 +1,5 @@ etc/cvsweb.conf.sample +share/doc/cvsweb/ChangeLog share/doc/cvsweb/INSTALL share/doc/cvsweb/README share/doc/cvsweb/README.knu |