Sat Mar 16 22:57:02 2013 UTC ()
Switch to USE_TOOLS for ps2pdf instead of depending on ghostscript.
(It would also be nice if we could arrange things to optionally use
pstopdf from poppler-utils instead, but that's for some future time.)
Bump version to 1.8 instead of PKGREVISION.


(dholland)
diff -r1.29 -r1.30 pkgsrc/meta-pkgs/netbsd-www/Makefile

cvs diff -r1.29 -r1.30 pkgsrc/meta-pkgs/netbsd-www/Makefile (expand / switch to unified diff)

--- pkgsrc/meta-pkgs/netbsd-www/Makefile 2012/10/03 21:56:42 1.29
+++ pkgsrc/meta-pkgs/netbsd-www/Makefile 2013/03/16 22:57:02 1.30
@@ -1,31 +1,29 @@ @@ -1,31 +1,29 @@
1# $NetBSD: Makefile,v 1.29 2012/10/03 21:56:42 wiz Exp $ 1# $NetBSD: Makefile,v 1.30 2013/03/16 22:57:02 dholland Exp $
2 2
3DISTNAME= netbsd-www-1.7 3DISTNAME= netbsd-www-1.8
4PKGREVISION= 1 
5CATEGORIES= meta-pkgs 4CATEGORIES= meta-pkgs
6MASTER_SITES= # empty 5MASTER_SITES= # empty
7DISTFILES= # empty 6DISTFILES= # empty
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10COMMENT= Packages required to build the NetBSD.org web site 9COMMENT= Packages required to build the NetBSD.org web site
11 10
12# we add an explicit dependency on docbook-xsl here since earlier versions 11# we add an explicit dependency on docbook-xsl here since earlier versions
13# generated slightly different html code, leading to a large number of 12# generated slightly different html code, leading to a large number of
14# unneccessary 'regen' commits 13# unneccessary 'regen' commits
15DEPENDS+= ImageMagick>=5.5.7.11nb1:../../graphics/ImageMagick 14DEPENDS+= ImageMagick>=5.5.7.11nb1:../../graphics/ImageMagick
16DEPENDS+= docbook-website>=2.6.0nb1:../../textproc/docbook-website 15DEPENDS+= docbook-website>=2.6.0nb1:../../textproc/docbook-website
17DEPENDS+= docbook-xsl>=1.68.1:../../textproc/docbook-xsl 16DEPENDS+= docbook-xsl>=1.68.1:../../textproc/docbook-xsl
18DEPENDS+= dvipsk-[0-9]*:../../print/dvipsk 17DEPENDS+= dvipsk-[0-9]*:../../print/dvipsk
19DEPENDS+= ghostscript-[0-9]*:../../print/ghostscript 
20DEPENDS+= libxslt>=1.0.20:../../textproc/libxslt 18DEPENDS+= libxslt>=1.0.20:../../textproc/libxslt
21DEPENDS+= netbsd-doc-print>=1.3:../../meta-pkgs/netbsd-doc-print 19DEPENDS+= netbsd-doc-print>=1.3:../../meta-pkgs/netbsd-doc-print
22DEPENDS+= opensp>=1.1:../../textproc/opensp 20DEPENDS+= opensp>=1.1:../../textproc/opensp
23DEPENDS+= psutils>=1.17:../../print/psutils 21DEPENDS+= psutils>=1.17:../../print/psutils
24DEPENDS+= w3m>=0.4:../../www/w3m 22DEPENDS+= w3m>=0.4:../../www/w3m
25DEPENDS+= xplanet>=1.2.0nb3:../../x11/xplanet 23DEPENDS+= xplanet>=1.2.0nb3:../../x11/xplanet
26 24
27USE_TOOLS+= perl:run 25USE_TOOLS+= perl:run ps2pdf:run
28 26
29META_PACKAGE= yes 27META_PACKAGE= yes
30 28
31.include "../../mk/bsd.pkg.mk" 29.include "../../mk/bsd.pkg.mk"