[46434] trunk/dports/textproc/libxml2/Portfile

blb at macports.org blb at macports.org
Wed Feb 4 15:22:58 PST 2009


Revision: 46434
          http://trac.macports.org/changeset/46434
Author:   blb at macports.org
Date:     2009-02-04 15:22:57 -0800 (Wed, 04 Feb 2009)
Log Message:
-----------
textproc/libxml2 - version update to 2.7.3, remove pre-MacPorts-1.7 workarounds; ticket #18360

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

Modified: trunk/dports/textproc/libxml2/Portfile
===================================================================
--- trunk/dports/textproc/libxml2/Portfile	2009-02-04 22:52:25 UTC (rev 46433)
+++ trunk/dports/textproc/libxml2/Portfile	2009-02-04 23:22:57 UTC (rev 46434)
@@ -3,8 +3,7 @@
 PortSystem            1.0
 
 name                  libxml2
-version               2.7.2
-revision              2
+version               2.7.3
 categories            textproc
 description           gnome xml library
 platforms             darwin
@@ -18,9 +17,9 @@
                       ${homepage}sources/ \
                       ftp://xmlsoft.org/${name}/
 
-checksums           md5     dc43ff7ae6aded45f578c87b7b0c8766 \
-                    sha1    750b2bcd4ee3bf8595baf97e1881f1a57b1ef363 \
-                    rmd160  2b14531007a705679c7814618dc15baed62bc574
+checksums           md5     8f4fda3969237c2a33bdb1583b5d06b2 \
+                    sha1    fd4e427fb55c977876bc74c0e552ef7d3d794a07 \
+                    rmd160  14018347531fd135366cee9fd9d760a1988546e2
 
 depends_lib           port:libiconv port:zlib
 
@@ -41,11 +40,6 @@
 use_parallel_build      yes
 
 destroot.keepdirs       ${destroot}${prefix}/etc/xml
-pre-destroot {
-    # Work around parallel build issue with MacPorts 1.6.0.
-    # Remove when MacPorts 1.7.0 is released.
-    xinstall -d ${destroot}${prefix}/include/libxml2/libxml
-}
 post-destroot {
     xinstall -m 755 -d ${destroot}${prefix}/etc/xml
 }
@@ -64,22 +58,6 @@
 Though the library is written in C, a variety of language bindings make it \
 available in other environments.
 
-# These can be removed when MacPorts 1.7 is released
-platform darwin 7 {
-   configure.env-append   MACOSX_DEPLOYMENT_TARGET=10.3
-   build.env-append       MACOSX_DEPLOYMENT_TARGET=10.3
-}
-
-platform darwin 8 {
-   configure.env-append   MACOSX_DEPLOYMENT_TARGET=10.4
-   build.env-append       MACOSX_DEPLOYMENT_TARGET=10.4
-}
-
-platform darwin 9 {
-   configure.env-append   MACOSX_DEPLOYMENT_TARGET=10.5
-   build.env-append       MACOSX_DEPLOYMENT_TARGET=10.5
-}
-
 livecheck.check regex
 livecheck.url   ${homepage}news.html
 livecheck.regex {<h3>(\d+(?:\.\d+)*): .*</h3>}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090204/4341afad/attachment.html>


More information about the macports-changes mailing list