Index: head/textproc/db2latex/Makefile =================================================================== --- head/textproc/db2latex/Makefile (revision 316711) +++ head/textproc/db2latex/Makefile (revision 316712) @@ -1,41 +1,41 @@ # ex:ts=8 # Ports collection makefile for: db2latex # Date created: Jun 24, 2004 # Whom: ijliao # # $FreeBSD$ # PORTNAME= db2latex PORTVERSION= 0.8p1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/0.8pre1 DISTNAME= ${PORTNAME}-xsl-${PORTVERSION:S/p/pre/} MAINTAINER= ports@FreeBSD.org COMMENT= DocBook to LaTeX XSL stylesheets RUN_DEPENDS= xsltproc:${PORTSDIR}/textproc/libxslt \ ${LOCALBASE}/share/xml/docbook/4.2/docbook.cat:${PORTSDIR}/textproc/docbook-xml \ ${LOCALBASE}/share/xsl/docbook/VERSION:${PORTSDIR}/textproc/docbook-xsl NO_BUILD= yes .if !defined(NOPORTDOCS) PORTDOCS= * .endif do-install: @${MKDIR} ${DATADIR} ${CP} -R ${WRKSRC}/xsl ${DATADIR} @${FIND} ${DATADIR} ! -type d | \ ${SED} 's,^${PREFIX}/,,' >> ${TMPPLIST} @${FIND} ${DATADIR} -type d | ${SORT} -r | \ ${SED} 's,^${PREFIX}/,@dirrm ,' >> ${TMPPLIST} .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} ${CP} -R ${WRKSRC}/doc/ ${DOCSDIR} .endif .include Property changes on: head/textproc/db2latex/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/textproc/db2latex/files/patch-xsl-lists.mod.xsl =================================================================== --- head/textproc/db2latex/files/patch-xsl-lists.mod.xsl (nonexistent) +++ head/textproc/db2latex/files/patch-xsl-lists.mod.xsl (revision 316712) @@ -0,0 +1,16 @@ +--- xsl/lists.mod.xsl.orig 2004-01-31 11:53:50.000000000 +0000 ++++ xsl/lists.mod.xsl 2012-11-13 21:15:16.000000000 +0000 +@@ -269,10 +269,8 @@ + + + +- +- +- +- ++ ++ + + + + Property changes on: head/textproc/db2latex/files/patch-xsl-lists.mod.xsl ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property