[86250] trunk/dports/textproc/xmlpatch/Portfile

ryandesign at macports.org ryandesign at macports.org
Sun Oct 23 15:34:34 PDT 2011


Revision: 86250
          http://trac.macports.org/changeset/86250
Author:   ryandesign at macports.org
Date:     2011-10-23 15:34:34 -0700 (Sun, 23 Oct 2011)
Log Message:
-----------
xmlpatch: fix typo in long description; move depends_build above depends_lib

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

Modified: trunk/dports/textproc/xmlpatch/Portfile
===================================================================
--- trunk/dports/textproc/xmlpatch/Portfile	2011-10-23 22:32:16 UTC (rev 86249)
+++ trunk/dports/textproc/xmlpatch/Portfile	2011-10-23 22:34:34 UTC (rev 86250)
@@ -15,7 +15,7 @@
 
 description         an XML patching handler library
 
-long_description    The xmlpatch library is framework utilizing XML path \
+long_description    The xmlpatch library is a framework utilizing XML path \
                     language (XPath) selectors with the aid of which a set of \
                     patches can be applied to an existing initial XML document.
 
@@ -26,11 +26,11 @@
 checksums           rmd160  2c6445291134bf408711c980401041df127ddf32 \
                     sha256  7236eec7bc450580c99c2d465ce2573687bb0229aa469e961bcbb0ffcb029d55
 
+depends_build       port:check
+
 depends_lib         port:libxml2 \
                     path:lib/pkgconfig/glib-2.0.pc:glib2
 
-depends_build       port:check
-
 # patch tests to work with current version of check (not yet fixed in upstream)
 patchfiles          patch-tests-check_diff.c.diff
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111023/e35547f9/attachment.html>


More information about the macports-changes mailing list