[61623] trunk/dports/textproc/xmlto/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Wed Dec 16 16:21:59 PST 2009


Revision: 61623
          http://trac.macports.org/changeset/61623
Author:   jeremyhu at macports.org
Date:     2009-12-16 16:21:57 -0800 (Wed, 16 Dec 2009)
Log Message:
-----------
xmlto: Version bump to 0.23, fix/add dependencies, properly tell configure the path to our commands

Modified Paths:
--------------
    trunk/dports/textproc/xmlto/Portfile

Modified: trunk/dports/textproc/xmlto/Portfile
===================================================================
--- trunk/dports/textproc/xmlto/Portfile	2009-12-16 23:54:19 UTC (rev 61622)
+++ trunk/dports/textproc/xmlto/Portfile	2009-12-17 00:21:57 UTC (rev 61623)
@@ -4,7 +4,7 @@
 PortSystem      1.0
 
 name            xmlto
-version         0.0.22
+version         0.0.23
 categories      textproc
 platforms       darwin
 maintainers     nomaintainer
@@ -22,21 +22,32 @@
 master_sites    https://fedorahosted.org/releases/x/m/xmlto/
 use_bzip2       yes
 
-checksums       md5     12f297dc7051e4fef08339980f88a1dd \
-                sha1    dfe5a5a80bfd814d9e048be55cf8e3d176ad2d0a \
-                rmd160  7e2bf68d114473a6ca5162c2d88eaf46ed3a5f46
+checksums           md5     3001d6bb2bbc2c8f6c2301f05120f074 \
+                    sha1    69aab42d941089db3edb32987299290e2472f675 \
+                    rmd160  bbf1e1ee8674a7faeb10643f74a6025d4421d66e
 
-depends_lib     port:libxslt \
+depends_run     port:coreutils \
+                port:findutils \
+                port:getopt \
+                port:libpaper \
+                port:texlive \
                 port:libxml2 \
-                port:getopt \
+                port:libxslt \
                 port:docbook-xml \
                 port:docbook-xsl
 
 patchfiles      patch-xmlto.in.diff
 
-configure.args  --with-getopt=${prefix}/bin/getopt \
-                --mandir=${prefix}/share/man
+configure.args  --mandir=${prefix}/share/man
 
+configure.env-append \
+    FIND=${prefix}/bin/gfind \
+    GETOPT=${prefix}/bin/getopt \
+    PAPER_CONF=${prefix}/bin/paperconf \
+    TAIL=${prefix}/bin/gtail \
+    XMLLINT=${prefix}/bin/xmllint \
+    XMLTEX=${prefix}/bin/xmltex
+
 build.env-append      XML_CATALOG_FILES=${prefix}/etc/xml/catalog
 
 destroot.env-append   ${build.env}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091216/98d52ed8/attachment.html>


More information about the macports-changes mailing list