aboutsummaryrefslogtreecommitdiff
path: root/textproc/xmlto
diff options
context:
space:
mode:
authorMatthias Andree <mandree@FreeBSD.org>2012-02-09 01:18:20 +0000
committerMatthias Andree <mandree@FreeBSD.org>2012-02-09 01:18:20 +0000
commit8817c037df3945a844d791845c92c9b021302e3e (patch)
tree7d292a6dfa20a29f59c0fde509b7862e2a4690ce /textproc/xmlto
parent6d6b2f689b92991214b9ff449281dbabcbd07b52 (diff)
downloadports-8817c037df3945a844d791845c92c9b021302e3e.tar.gz
ports-8817c037df3945a844d791845c92c9b021302e3e.zip
Update to new upstream release 0.0.25. Changes:
fix possible conflict in manpage generation fix the issue with fop/fop1 extensions support fix support for external data objects (images) with fop Local change: fix the --noextensions option. Note: This also fixes the PDF generation in x11-toolkits/libXaw.
Notes
Notes: svn path=/head/; revision=290755
Diffstat (limited to 'textproc/xmlto')
-rw-r--r--textproc/xmlto/Makefile4
-rw-r--r--textproc/xmlto/distinfo4
-rw-r--r--textproc/xmlto/files/patch-xmlto.in11
3 files changed, 15 insertions, 4 deletions
diff --git a/textproc/xmlto/Makefile b/textproc/xmlto/Makefile
index 40912e3e709a..934e265c2942 100644
--- a/textproc/xmlto/Makefile
+++ b/textproc/xmlto/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= xmlto
-PORTVERSION= 0.0.24
+PORTVERSION= 0.0.25
CATEGORIES= textproc
MASTER_SITES= https://fedorahosted.org/releases/x/m/xmlto/
@@ -51,7 +51,7 @@ BUILD_DEPENDS+= ${LOCALBASE}/share/texmf-local/tex/passivetex/fotex.sty:${PORTSD
.endif
.if defined(WITH_FOP)
-RUN_DEPENDS+= ${LOCALBASE}/bin/fop:${PORTSDIR}/textproc/fop
+RUN_DEPENDS+= fop>=0.90:${PORTSDIR}/textproc/fop
CONFIGURE_ARGS+= --with-backend=fop
.endif
diff --git a/textproc/xmlto/distinfo b/textproc/xmlto/distinfo
index 7b37cfb06276..f4ca60612d06 100644
--- a/textproc/xmlto/distinfo
+++ b/textproc/xmlto/distinfo
@@ -1,2 +1,2 @@
-SHA256 (xmlto-0.0.24.tar.bz2) = 30f59f4cc87a5e86f74fc1d2e63ceb6adc7a260d438e0439689efc2588976e13
-SIZE (xmlto-0.0.24.tar.bz2) = 111860
+SHA256 (xmlto-0.0.25.tar.bz2) = 361cb70d5d0b4b753db00b67ed8bc1d53d0bc96c407d0310aefe854470b7e536
+SIZE (xmlto-0.0.25.tar.bz2) = 116496
diff --git a/textproc/xmlto/files/patch-xmlto.in b/textproc/xmlto/files/patch-xmlto.in
new file mode 100644
index 000000000000..eb0df17b4b5c
--- /dev/null
+++ b/textproc/xmlto/files/patch-xmlto.in
@@ -0,0 +1,11 @@
+--- ./xmlto.in.orig 2012-02-09 02:08:09.000000000 +0100
++++ ./xmlto.in 2012-02-09 02:08:09.000000000 +0100
+@@ -262,7 +262,7 @@
+
+ # Process any options
+ ARGS=$(${GETOPT} \
+- --longoptions=help,version,extensions,searchpath:,skip-validation,stringparam:,noclean,noautosize,with-fop,with-dblatex \
++ --longoptions=help,version,extensions,noextensions,searchpath:,skip-validation,stringparam:,noclean,noautosize,with-fop,with-dblatex \
+ -n xmlto -- x:m:o:p:v "$@")
+ [ $? != 0 ] && { usage; exit 1; }
+ eval set -- "$ARGS"