diff options
author | knu <knu@FreeBSD.org> | 2001-11-07 21:41:57 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2001-11-07 21:41:57 +0000 |
commit | e0814c887f059d1bdceb845cd778c1f0edb4d713 (patch) | |
tree | edaf4cd2595ed6e6f32eef8d73e876df0d2a2323 /devel/cvsweb/Makefile | |
parent | 1f2621b44c50fed8da77c13ee6ca94c868aaf2d0 (diff) | |
download | FreeBSD-ports-e0814c887f059d1bdceb845cd778c1f0edb4d713.zip FreeBSD-ports-e0814c887f059d1bdceb845cd778c1f0edb4d713.tar.gz |
Update to FreeBSD-cvsweb 2.0.0.
* cvsweb.conf-freebsd: Allow downloading a tarball of a project
directory as well as a port directory.
* cvsweb.cgi, cvsweb.conf: Introduce optional output filter.
[Requested by: Shigeyuki Fukushima <shige@FreeBSD.org>]
* cvsweb.cgi: Fix a bug where it produces wrong download links when
cvsweb.cgi is placed right under the document root.
[Reported by: Arnaud on EFnet]
Diffstat (limited to 'devel/cvsweb/Makefile')
-rw-r--r-- | devel/cvsweb/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/devel/cvsweb/Makefile b/devel/cvsweb/Makefile index 09af83d..d0ace68 100644 --- a/devel/cvsweb/Makefile +++ b/devel/cvsweb/Makefile @@ -6,7 +6,7 @@ # PORTNAME= cvsweb -PORTVERSION= ${REV_ZELLER}.${REV_KNU} +PORTVERSION= 2.0.0 CATEGORIES= devel www MASTER_SITES= ${MASTER_SITE_LOCAL} \ http://www.iDaemons.org/distfiles/ @@ -18,10 +18,6 @@ NO_BUILD= yes USE_PERL5= yes -# This version of cvsweb is Zeller's version + knu's enhancements. -REV_ZELLER= 1.112 -REV_KNU= 1.82 - # Specify where your repository belongs. # (You can reconfigure it after installation anyway) .if defined(PACKAGE_BUILDING) || !defined(CVSROOT) || empty(CVSROOT) @@ -48,8 +44,6 @@ CONFFILES= cvsweb.conf \ PLIST_SUB= CGIDIR="${CGIDIR}" ICONSDIR="${ICONSDIR}" -WRKSRC= ${WRKDIR}/${PORTNAME} - post-patch: ${PERL} -i -pe "\ s'!!PERL!!'${PERL}'g; \ |