summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjschauma <jschauma@pkgsrc.org>2004-12-13 16:35:27 +0000
committerjschauma <jschauma@pkgsrc.org>2004-12-13 16:35:27 +0000
commit01335340bb4604694b7cc6fecb69b584cd5f4051 (patch)
tree927dfc9fc4a3bc9d0dc0c8bc5b0ebd4fe35662a5
parent8a4b651e1381c35a43ef0e46167535e9053f9afd (diff)
downloadpkgsrc-01335340bb4604694b7cc6fecb69b584cd5f4051.tar.gz
Add an explicit dependency on docbook-xsl>=1.67.0 rather than using whatever
other dependencies pull in: earlier versions of docbook-xsl generate slightly different html leading to a large number of unneccessary 'regen' commits in htdocs. Bump minor versions for this. This is done during the freeze so as to ensure that it gets on the branch and we can simply tell developers to install netbsd-www version 1.2.
-rw-r--r--meta-pkgs/netbsd-www/Makefile10
1 files changed, 7 insertions, 3 deletions
diff --git a/meta-pkgs/netbsd-www/Makefile b/meta-pkgs/netbsd-www/Makefile
index 00173f9384b..34aaaf302da 100644
--- a/meta-pkgs/netbsd-www/Makefile
+++ b/meta-pkgs/netbsd-www/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.9 2004/10/12 13:48:29 tv Exp $
+# $NetBSD: Makefile,v 1.10 2004/12/13 16:35:27 jschauma Exp $
#
-DISTNAME= netbsd-www-1.1
+DISTNAME= netbsd-www-1.2
CATEGORIES= meta-pkgs
MASTER_SITES= # empty
DISTFILES= # empty
@@ -9,12 +9,16 @@ DISTFILES= # empty
MAINTAINER= grant@NetBSD.org
COMMENT= Packages required to build the NetBSD.org web site
+# we add an explicit dependency on docbook-xsl here since earlier versions
+# generated slightly different html code, leading to a large number of
+# unneccessary 'regen' commits
+DEPENDS+= docbook-xsl>=1.67.0:../../textproc/docbook-xsl
DEPENDS+= docbook-website>=2.3nb3:../../textproc/docbook-website
DEPENDS+= libxslt>=1.0.20:../../textproc/libxslt
DEPENDS+= ImageMagick>=5.5.7.11nb1:../../graphics/ImageMagick
DEPENDS+= xearth>=1.1:../../x11/xearth
DEPENDS+= opensp>=1.1:../../textproc/opensp
-DEPENDS+= w3m>=0.5.1:../../www/w3m
+DEPENDS+= w3m>=0.4:../../www/w3m
USE_PERL5= run
EXTRACT_ONLY= # defined