diff options
author | Daichi GOTO <daichi@FreeBSD.org> | 2003-07-09 04:43:19 +0000 |
---|---|---|
committer | Daichi GOTO <daichi@FreeBSD.org> | 2003-07-09 04:43:19 +0000 |
commit | 01de9790d06824de476e3b2c9665176fd354c3a0 (patch) | |
tree | 07d4379f87fafb8f5b947f01a2e5621daecec1a8 /textproc/xmlto | |
parent | 69d7ba3d95db69db385758f6da92ea090d466f91 (diff) | |
download | ports-01de9790d06824de476e3b2c9665176fd354c3a0.tar.gz ports-01de9790d06824de476e3b2c9665176fd354c3a0.zip |
Notes
Diffstat (limited to 'textproc/xmlto')
-rw-r--r-- | textproc/xmlto/Makefile | 7 | ||||
-rw-r--r-- | textproc/xmlto/distinfo | 2 |
2 files changed, 5 insertions, 4 deletions
diff --git a/textproc/xmlto/Makefile b/textproc/xmlto/Makefile index d31423a453ea..334f6bf13b35 100644 --- a/textproc/xmlto/Makefile +++ b/textproc/xmlto/Makefile @@ -9,9 +9,10 @@ # WITH_PASSIVETEX Enable PassiveTex support for DVI/PDF/PS output PORTNAME= xmlto -PORTVERSION= 0.0.14 +PORTVERSION= 0.0.15.p1 CATEGORIES= textproc MASTER_SITES= http://cyberelk.net/tim/data/xmlto/stable/ +DISTNAME= ${PORTNAME}-${PORTVERSION:S/.p/pre/} MAINTAINER= sergei@kolobov.com COMMENT= Front-end to an XSL toolchain @@ -42,8 +43,8 @@ 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 +XSL_URL= http://docbook.sourceforge.net/release/xsl/current +XSL_DIR= ${LOCALBASE}/share/xsl/docbook MAN1= xmlif.1 xmlto.1 DOCS= AUTHORS NEWS diff --git a/textproc/xmlto/distinfo b/textproc/xmlto/distinfo index 0509c71eae93..659c9d15d287 100644 --- a/textproc/xmlto/distinfo +++ b/textproc/xmlto/distinfo @@ -1 +1 @@ -MD5 (xmlto-0.0.14.tar.bz2) = 834c7cce7210dd45c8a2c6a964b87bb4 +MD5 (xmlto-0.0.15pre1.tar.bz2) = 830710bfe9e20f83d463528dc465b986 |