From owner-svn-ports-all@FreeBSD.ORG Mon Apr 7 20:38:14 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EB69A868; Mon, 7 Apr 2014 20:38:13 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CDE47F6A; Mon, 7 Apr 2014 20:38:13 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s37KcDwF035274; Mon, 7 Apr 2014 20:38:13 GMT (envelope-from mandree@svn.freebsd.org) Received: (from mandree@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s37KcDlt035270; Mon, 7 Apr 2014 20:38:13 GMT (envelope-from mandree@svn.freebsd.org) Message-Id: <201404072038.s37KcDlt035270@svn.freebsd.org> From: Matthias Andree Date: Mon, 7 Apr 2014 20:38:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r350542 - in head/textproc/xmlto: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Apr 2014 20:38:14 -0000 Author: mandree Date: Mon Apr 7 20:38:12 2014 New Revision: 350542 URL: http://svnweb.freebsd.org/changeset/ports/350542 QAT: https://qat.redports.org/buildarchive/r350542/ Log: Upgrade to new upstream release 0.0.26. Upstream changes: - fix build with automake 1.13+ - handle used css lists in epub format - fix broken noextensions option recognition (dropped from our patch) - searchpath option no longer produces a warning about bad shell syntax Modified: head/textproc/xmlto/Makefile head/textproc/xmlto/distinfo head/textproc/xmlto/files/patch-xmlto.in Modified: head/textproc/xmlto/Makefile ============================================================================== --- head/textproc/xmlto/Makefile Mon Apr 7 20:33:56 2014 (r350541) +++ head/textproc/xmlto/Makefile Mon Apr 7 20:38:12 2014 (r350542) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= xmlto -PORTVERSION= 0.0.25 -PORTREVISION= 2 +PORTVERSION= 0.0.26 CATEGORIES= textproc MASTER_SITES= https://fedorahosted.org/releases/x/m/xmlto/:xmlto \ LOCAL/mandree/:xmlto \ @@ -38,7 +37,7 @@ DBLATEX_DESC= Add dependency on DBlatex 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 Modified: head/textproc/xmlto/distinfo ============================================================================== --- head/textproc/xmlto/distinfo Mon Apr 7 20:33:56 2014 (r350541) +++ head/textproc/xmlto/distinfo Mon Apr 7 20:38:12 2014 (r350542) @@ -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: head/textproc/xmlto/files/patch-xmlto.in ============================================================================== --- head/textproc/xmlto/files/patch-xmlto.in Mon Apr 7 20:33:56 2014 (r350541) +++ head/textproc/xmlto/files/patch-xmlto.in Mon Apr 7 20:38:12 2014 (r350542) @@ -1,19 +1,7 @@ -This patch serves two purposes: - -#1 fix "noextensions" long option (accepted by upstream) -#2 avoid that w3m or others pollute $HOME/ +This patch makes sure that w3m or others will not 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"