[143132] trunk/dports/textproc/xmlto

devans at macports.org devans at macports.org
Sat Dec 12 08:41:36 PST 2015


Revision: 143132
          https://trac.macports.org/changeset/143132
Author:   devans at macports.org
Date:     2015-12-04 11:27:59 -0800 (Fri, 04 Dec 2015)
Log Message:
-----------
xmlto: update to version 0.0.28.

Modified Paths:
--------------
    trunk/dports/textproc/xmlto/Portfile
    trunk/dports/textproc/xmlto/files/searchpath_local.patch
    trunk/dports/textproc/xmlto/files/xml-catalog.patch

Modified: trunk/dports/textproc/xmlto/Portfile
===================================================================
--- trunk/dports/textproc/xmlto/Portfile	2015-12-04 18:38:59 UTC (rev 143131)
+++ trunk/dports/textproc/xmlto/Portfile	2015-12-04 19:27:59 UTC (rev 143132)
@@ -4,8 +4,7 @@
 PortSystem      1.0
 
 name            xmlto
-version         0.0.25
-revision        1
+version         0.0.28
 categories      textproc
 license         GPL-2+
 installs_libs   no
@@ -25,8 +24,8 @@
 master_sites    https://fedorahosted.org/releases/x/m/xmlto/
 use_bzip2       yes
 
-checksums       rmd160  cba4f99be538cd08b73e9b1a6956c318f132284f \
-                sha256  361cb70d5d0b4b753db00b67ed8bc1d53d0bc96c407d0310aefe854470b7e536
+checksums           rmd160  acba3cc9ff46505ae49b91108c611646aeac2b5d \
+                    sha256  1130df3a7957eb9f6f0d29e4aa1c75732a7dfb6d639be013859b5c7ec5421276
 
 depends_build   port:getopt
 

Modified: trunk/dports/textproc/xmlto/files/searchpath_local.patch
===================================================================
--- trunk/dports/textproc/xmlto/files/searchpath_local.patch	2015-12-04 18:38:59 UTC (rev 143131)
+++ trunk/dports/textproc/xmlto/files/searchpath_local.patch	2015-12-04 19:27:59 UTC (rev 143132)
@@ -1,11 +1,11 @@
---- xmlto.in.orig	2013-01-31 12:48:52.000000000 -0800
-+++ xmlto.in	2013-01-31 12:49:03.000000000 -0800
-@@ -325,7 +325,7 @@ while [ "$#" -gt "0" ]; do
- 	shift
- 	;;
-   --searchpath)
--	local oldIFS="${IFS}"
-+	oldIFS="${IFS}"
- 	IFS=":"
- 	for asearchpath in "$2"; do
- 	  # wrangle relative paths into absolute ones so that the user
+--- xmlto.in.orig	2015-11-16 06:07:10.000000000 -0800
++++ xmlto.in	2015-12-04 10:38:33.000000000 -0800
+@@ -97,7 +97,7 @@
+ }
+ 
+ compute_searchpath () {
+-  local oldIFS="${IFS}"
++  oldIFS="${IFS}"
+   IFS=":"
+   for asearchpath in "$1"; do
+     # wrangle relative paths into absolute ones so that the user

Modified: trunk/dports/textproc/xmlto/files/xml-catalog.patch
===================================================================
--- trunk/dports/textproc/xmlto/files/xml-catalog.patch	2015-12-04 18:38:59 UTC (rev 143131)
+++ trunk/dports/textproc/xmlto/files/xml-catalog.patch	2015-12-04 19:27:59 UTC (rev 143132)
@@ -1,6 +1,6 @@
 --- xmlto.in.orig	2011-11-29 03:49:57.000000000 -0800
 +++ xmlto.in	2013-01-31 12:47:51.000000000 -0800
-@@ -102,6 +102,9 @@ prefix=@prefix@
+@@ -121,6 +121,9 @@ prefix=@prefix@
  # This can be over-ridden, but really we should detect the source
  # document type without needing any help.
  : ${SOURCE_FORMAT=docbook}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/35b4007e/attachment.html>


More information about the macports-changes mailing list