[Midnightbsd-cvs] mports [16727] trunk/textproc/xmlto: xmlto 0.0.26

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Aug 30 11:56:21 EDT 2014


Revision: 16727
          http://svnweb.midnightbsd.org/mports/?rev=16727
Author:   laffer1
Date:     2014-08-30 11:56:21 -0400 (Sat, 30 Aug 2014)
Log Message:
-----------
xmlto 0.0.26

Modified Paths:
--------------
    trunk/textproc/xmlto/Makefile
    trunk/textproc/xmlto/distinfo
    trunk/textproc/xmlto/files/patch-xmlto.in

Modified: trunk/textproc/xmlto/Makefile
===================================================================
--- trunk/textproc/xmlto/Makefile	2014-08-30 15:53:33 UTC (rev 16726)
+++ trunk/textproc/xmlto/Makefile	2014-08-30 15:56:21 UTC (rev 16727)
@@ -1,8 +1,7 @@
 # $MidnightBSD$
 
 PORTNAME=	xmlto
-PORTVERSION=	0.0.25
-PORTREVISION=	1
+PORTVERSION=	0.0.26
 CATEGORIES=	textproc
 MASTER_SITES=	https://fedorahosted.org/releases/x/m/xmlto/:xmlto \
 		LOCAL/mandree/:xmlto \
@@ -35,7 +34,7 @@
 FOP_DESC=		Add dependency on FOP (requires Java)
 PASSIVETEX_DESC=	Add dependency on XMLTeX/PassiveTeX
 
-USE_BZIP2=	yes
+USES=		tar:bzip2
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	BASH=${BASH_CMD} GETOPT=${GETOPT_CMD} PDFXMLTEX=${PDFXMLTEX_CMD}
 MAKE_ENV+=	HOME=/dev/null
@@ -45,7 +44,6 @@
 XSL_DIR=	${LOCALBASE}/share/xsl/docbook
 PDFXMLTEX_CMD=	${LOCALBASE}/bin/pdftex
 
-MAN1=		xmlif.1 xmlto.1
 PORTDOCS=	AUTHORS COPYING ChangeLog NEWS THANKS
 # these two documentation files do not convey information useful for
 # the FreeBSD port at this time:

Modified: trunk/textproc/xmlto/distinfo
===================================================================
--- trunk/textproc/xmlto/distinfo	2014-08-30 15:53:33 UTC (rev 16726)
+++ trunk/textproc/xmlto/distinfo	2014-08-30 15:56:21 UTC (rev 16727)
@@ -1,4 +1,4 @@
-SHA256 (xmlto/xmlto-0.0.25.tar.bz2) = 361cb70d5d0b4b753db00b67ed8bc1d53d0bc96c407d0310aefe854470b7e536
-SIZE (xmlto/xmlto-0.0.25.tar.bz2) = 116496
+SHA256 (xmlto/xmlto-0.0.26.tar.bz2) = efb49b2fb3bc27c1a1e24fe34abf19b6bf6cbb40844e6fd58034cdf21c54b5ec
+SIZE (xmlto/xmlto-0.0.26.tar.bz2) = 119819
 SHA256 (xmlto/xhtml2fo.xsl) = 51984c86eda98fc70c2c0fa887626f44311634c5e3d1053cd2ada8cd2543ebd6
 SIZE (xmlto/xhtml2fo.xsl) = 63786

Modified: trunk/textproc/xmlto/files/patch-xmlto.in
===================================================================
--- trunk/textproc/xmlto/files/patch-xmlto.in	2014-08-30 15:53:33 UTC (rev 16726)
+++ trunk/textproc/xmlto/files/patch-xmlto.in	2014-08-30 15:56:21 UTC (rev 16727)
@@ -1,19 +1,7 @@
-This patch serves two purposes:
+This patch makes sure that w3m or others will not pollute $HOME/
 
-#1 fix "noextensions" long option (accepted by upstream)
-#2 avoid that w3m or others pollute $HOME/
-
 --- ./xmlto.in.orig	2011-11-29 12:49:57.000000000 +0100
 +++ ./xmlto.in	2013-10-07 23:52:57.000000000 +0200
-@@ -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"
 @@ -611,4 +611,6 @@
    # Extremely verbose
    BASH="${BASH} -x"



More information about the Midnightbsd-cvs mailing list