diff options
author | knu <knu@FreeBSD.org> | 2000-09-04 03:21:55 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2000-09-04 03:21:55 +0800 |
commit | 807c8626e973068d3f5464ae746ca127bd343ec4 (patch) | |
tree | 26512132931d2747d0f9871eb447ba97c296aad5 /devel/cvsweb | |
parent | 4c631529f8d24ecd4d68a9bb209cf08e6a98ef7e (diff) | |
download | freebsd-ports-gnome-807c8626e973068d3f5464ae746ca127bd343ec4.tar.gz freebsd-ports-gnome-807c8626e973068d3f5464ae746ca127bd343ec4.tar.zst freebsd-ports-gnome-807c8626e973068d3f5464ae746ca127bd343ec4.zip |
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.
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 |