[25745] trunk/dports/textproc/xmlto

source_changes at macosforge.org source_changes at macosforge.org
Wed May 30 06:47:17 PDT 2007


Revision: 25745
          http://trac.macosforge.org/projects/macports/changeset/25745
Author:   boeyms at macports.org
Date:     2007-05-30 06:47:17 -0700 (Wed, 30 May 2007)

Log Message:
-----------
textproc/xmlto:
 * Correct dependency from docbook-xml to docbook-xml-4.2;
 * Correct build.args to use the system XML catalog;
 * Remove patchfiles and post-configure step made obsolete by the above two
   items; and
 * Change dependency style from path:... to port:... .

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

Removed Paths:
-------------
    trunk/dports/textproc/xmlto/files/

Modified: trunk/dports/textproc/xmlto/Portfile
===================================================================
--- trunk/dports/textproc/xmlto/Portfile	2007-05-30 13:35:04 UTC (rev 25744)
+++ trunk/dports/textproc/xmlto/Portfile	2007-05-30 13:47:17 UTC (rev 25745)
@@ -3,7 +3,7 @@
 PortSystem			1.0
 name				xmlto
 version				0.0.18
-revision			1
+revision			2
 categories			textproc
 maintainers			nomaintainer at macports.org
 description			Convert an XML document to another format based on XSL \
@@ -22,23 +22,17 @@
 use_bzip2			yes
 checksums			md5 1a06471b70eb27a6aca5d1b3a144f9b0
 
-depends_lib			bin:xsltproc:libxslt lib:libxml2.2:libxml2 \
-					path:${prefix}/bin/getopt:getopt \
-					path:${prefix}/share/xml/docbook-xml:docbook-xml \
-					path:${prefix}/share/xsl/docbook-xsl:docbook-xsl
+depends_lib			port:libxslt \
+					port:libxml2 \
+ 					port:getopt \
+					port:docbook-xml-4.2 \
+					port:docbook-xsl
 
-patchfiles			patch-doc_xmlif.xml patch-doc_xmlto.xml
-
 configure.args		--with-getopt=${prefix}/bin/getopt \
 					--mandir=${prefix}/share/man
 
-post-configure {
-	file copy ${filespath}/catalog.xml ${workpath}/catalog.xml
-	reinplace "s|@@PREFIX@@|${prefix}|g" ${workpath}/catalog.xml
-}
+build.args			XML_CATALOG_FILES=${prefix}/etc/xml/catalog
 
-build.args			XML_CATALOG_FILES=${workpath}/catalog.xml
-
 destroot.args		${build.args}
 
 post-destroot {

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070530/c5ee2728/attachment.html


More information about the macports-changes mailing list