diff options
author | sergei <sergei@FreeBSD.org> | 2003-12-12 21:11:13 +0000 |
---|---|---|
committer | sergei <sergei@FreeBSD.org> | 2003-12-12 21:11:13 +0000 |
commit | 60204660c6f5a277cd3c47eb45643223a98186a5 (patch) | |
tree | 9bff5c38b1ad17c0f299f76502deda018102c0d6 /textproc | |
parent | 618e2f2e1179ee3eb510ff6aa0ef29ae5e4c65c5 (diff) | |
download | FreeBSD-ports-60204660c6f5a277cd3c47eb45643223a98186a5.zip FreeBSD-ports-60204660c6f5a277cd3c47eb45643223a98186a5.tar.gz |
- Update to 0.0.17 (unbreaks fetching)
- Remove local hacks to prevent fetching DocBook XML
from SourceForge at build-time - we now have xmlcatmgr that DTRT
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/xmlto/Makefile | 13 | ||||
-rw-r--r-- | textproc/xmlto/distinfo | 2 | ||||
-rw-r--r-- | textproc/xmlto/pkg-plist | 1 |
3 files changed, 4 insertions, 12 deletions
diff --git a/textproc/xmlto/Makefile b/textproc/xmlto/Makefile index 8be5e72..3473808 100644 --- a/textproc/xmlto/Makefile +++ b/textproc/xmlto/Makefile @@ -9,7 +9,7 @@ # WITH_PASSIVETEX Enable PassiveTex support for DVI/PDF/PS output PORTNAME= xmlto -PORTVERSION= 0.0.16.p1 +PORTVERSION= 0.0.17 CATEGORIES= textproc MASTER_SITES= http://cyberelk.net/tim/data/xmlto/stable/ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.p/pre/} @@ -40,22 +40,13 @@ CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} BASH_CMD= ${LOCALBASE}/bin/bash GETOPT_CMD= ${LOCALBASE}/bin/getopt PASSIVETEX= ${LOCALBASE}/share/texmf/tex/passivetex - -DOCBOOK_URL= http://www.oasis-open.org/docbook/xml -DOCBOOK_DIR= ${LOCALBASE}/share/xml/docbook -XSL_URL= http://docbook.sourceforge.net/release/xsl/current XSL_DIR= ${LOCALBASE}/share/xsl/docbook MAN1= xmlif.1 xmlto.1 DOCS= AUTHORS NEWS -do-patch: - ${REINPLACE_CMD} -e 's,/bin/bash,${BASH_CMD},' ${WRKSRC}/xmlto.in - ${REINPLACE_CMD} -e 's,${DOCBOOK_URL},${DOCBOOK_DIR},' \ - ${WRKSRC}/doc/xml*.xml - ${REINPLACE_CMD} -e 's,${XSL_URL},${XSL_DIR},' \ - ${WRKSRC}/format/docbook/* .if !defined(WITH_PASSIVETEX) +post-patch: ${REINPLACE_CMD} -e '/format\/fo\//d' ${WRKSRC}/Makefile.in .endif diff --git a/textproc/xmlto/distinfo b/textproc/xmlto/distinfo index b21665c..642b94e 100644 --- a/textproc/xmlto/distinfo +++ b/textproc/xmlto/distinfo @@ -1 +1 @@ -MD5 (xmlto-0.0.16pre1.tar.bz2) = 19fa0f0943e9b0bd4c25b47d5c108d91 +MD5 (xmlto-0.0.17.tar.bz2) = 560a0b46f705d7d9f16bca22cbeb4353 diff --git a/textproc/xmlto/pkg-plist b/textproc/xmlto/pkg-plist index 2a1d2a5..500007c 100644 --- a/textproc/xmlto/pkg-plist +++ b/textproc/xmlto/pkg-plist @@ -1,3 +1,4 @@ +@comment $FreeBSD$ bin/xmlif bin/xmlto %%PORTDOCS%%%%DOCSDIR%%/AUTHORS |