summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorlukem <lukem@pkgsrc.org>2004-11-27 01:41:24 +0000
committerlukem <lukem@pkgsrc.org>2004-11-27 01:41:24 +0000
commita8c2777945326f7a48e7c1e1f4f81799230dd0b4 (patch)
tree774c46c92a9f6eb867a3786e5e705772f3cb94e7 /www
parentbfefbcead3d3e5f598a7bc24e3b62bd5910fab04 (diff)
downloadpkgsrc-a8c2777945326f7a48e7c1e1f4f81799230dd0b4.tar.gz
Update to CVSweb 3.0.4.
Notable changes from 3.0.1: * Fixed tab expansion to not eat everything before a tab in HTMLized diffs. * Improved support for the magic "." (== latest) revision on branches for download, view, and annotate URLs. * Improved whitespace handling in "human readable" (HTMLized) diffs. * The new cvsweb.conf parameter $DEBUG can be set to a true value in order to enable more output to the web server error log for troubleshooting. * More robust URI escaping, links to paths/filenames containing unusual characters work better now. * Visual, accessibility, and CSS class structure improvements. * Minor optimizations and bug fixes.
Diffstat (limited to 'www')
-rw-r--r--www/cvsweb/Makefile15
-rw-r--r--www/cvsweb/distinfo6
2 files changed, 10 insertions, 11 deletions
diff --git a/www/cvsweb/Makefile b/www/cvsweb/Makefile
index ed50c5e42d9..48c3d665e03 100644
--- a/www/cvsweb/Makefile
+++ b/www/cvsweb/Makefile
@@ -1,9 +1,8 @@
#
-# $NetBSD: Makefile,v 1.22 2004/06/09 18:55:11 xtraeme Exp $
+# $NetBSD: Makefile,v 1.23 2004/11/27 01:41:24 lukem Exp $
#
-DISTNAME= cvsweb-3.0.1
-PKGREVISION= 1
+DISTNAME= cvsweb-3.0.4
CATEGORIES= www
MASTER_SITES= ftp://ftp.freebsd.org/pub/FreeBSD/ports/local-distfiles/scop/
@@ -16,6 +15,10 @@ DEPENDS+= p5-IPC-Run>=0.74:../../devel/p5-IPC-Run
DEPENDS+= p5-MIME-Types>=1.12:../../mail/p5-MIME-Types
DEPENDS+= p5-URI>=1.30:../../www/p5-URI
+.if !exists(/usr/bin/rlog)
+DEPENDS+= rcs-[0-9]*:../../devel/rcs
+.endif
+
NO_BUILDLINK= YES
NO_BUILD= YES
USE_PERL5= # defined
@@ -44,10 +47,6 @@ CVSWEB_DOCS= ChangeLog INSTALL NEWS README TODO
CONF_FILES= ${EGDIR}/cvsweb.conf ${PKG_SYSCONFDIR}/cvsweb.conf
-.if !exists(/usr/bin/rlog)
-DEPENDS+= rcs-[0-9]*:../../devel/rcs
-.endif
-
do-install:
${INSTALL_SCRIPT_DIR} ${PREFIX}/libexec/cgi-bin
${INSTALL_SCRIPT} ${WRKSRC}/cvsweb.cgi ${PREFIX}/libexec/cgi-bin
@@ -70,7 +69,7 @@ do-install:
SUBST_CLASSES= prefix
SUBST_STAGE.prefix= post-patch
-SUBST_FILES.prefix= cvsweb.conf cvsweb.cgi INSTALL
+SUBST_FILES.prefix= cvsweb.conf cvsweb.cgi INSTALL
SUBST_SED.prefix= -e "s,/usr/local/etc/apache,${PKG_SYSCONFBASE}/httpd,g"
SUBST_SED.prefix+= -e "s,/usr/local/etc/cvsweb,${PKG_SYSCONFDIR},g"
SUBST_SED.prefix+= -e "s,/usr/local/bin,${LOCALBASE}/bin,g"
diff --git a/www/cvsweb/distinfo b/www/cvsweb/distinfo
index ff50a744622..25933abcb0f 100644
--- a/www/cvsweb/distinfo
+++ b/www/cvsweb/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.12 2004/06/09 18:55:11 xtraeme Exp $
+$NetBSD: distinfo,v 1.13 2004/11/27 01:41:24 lukem Exp $
-SHA1 (cvsweb-3.0.1.tar.gz) = 52ae5e8cc65cef7c3fdc33f9369fe00b2c5af8da
-Size (cvsweb-3.0.1.tar.gz) = 69916 bytes
+SHA1 (cvsweb-3.0.4.tar.gz) = 0b1946b3b12db7fd49aa41f344d3d0ad3ea6fe87
+Size (cvsweb-3.0.4.tar.gz) = 71453 bytes