[87956] trunk/dports/sysutils/libvirt/Portfile

ryandesign at macports.org ryandesign at macports.org
Tue Dec 13 20:39:00 PST 2011


Revision: 87956
          http://trac.macports.org/changeset/87956
Author:   ryandesign at macports.org
Date:     2011-12-13 20:39:00 -0800 (Tue, 13 Dec 2011)
Log Message:
-----------
libvirt:

 * update to 0.9.8
 * fix license
 * remove the block that disabled yajl when building universal
 * remove unrecognized configure arg "--without-one"
 * change unsupported configure arg "--with-openvz" to "--without-openvz"

See #32523

Modified Paths:
--------------
    trunk/dports/sysutils/libvirt/Portfile

Modified: trunk/dports/sysutils/libvirt/Portfile
===================================================================
--- trunk/dports/sysutils/libvirt/Portfile	2011-12-14 04:36:47 UTC (rev 87955)
+++ trunk/dports/sysutils/libvirt/Portfile	2011-12-14 04:39:00 UTC (rev 87956)
@@ -4,9 +4,9 @@
 PortSystem          1.0
 
 name                libvirt
-version             0.8.8
+version             0.9.8
 categories          sysutils
-license             LGPL-2.1
+license             LGPL-2.1+
 platforms           darwin
 maintainers         redhat.com:jclift
 
@@ -16,11 +16,10 @@
                     capabilities of modern hypervisors.
 
 homepage            http://www.libvirt.org/
-master_sites        http://www.libvirt.org/sources/
+master_sites        ${homepage}sources/
 
-checksums           md5     ac9235576352b84b8cb17df7456bbdfc \
-                    sha1    b80374768d7bc3234735c1221aa554c75fe79ab8 \
-                    rmd160  2009761fa7cb01300d7c8c566ea8613f23289900
+checksums           rmd160  51bfb25dbd11a7cb5529c692d843f8ac2b1c9101 \
+                    sha256  31b20864e44bb18a2d01b7ac6569f114cbe1007689219bf24a07ddb7528abe0e
 
 depends_build       port:pkgconfig \
                     port:xhtml1
@@ -47,7 +46,7 @@
                     --without-netcf \
                     --without-network \
                     --without-numactl \
-                    --without-one \
+                    --without-openvz \
                     --without-phyp \
                     --without-polkit \
                     --without-python \
@@ -63,7 +62,6 @@
                     --with-esx \
                     --with-libpcap \
                     --with-libvirtd \
-                    --with-openvz \
                     --with-remote \
                     --with-test \
                     --with-vbox=check \
@@ -114,9 +112,3 @@
     configure.args-delete   --without-sasl
     configure.args-append   --with-sasl
 }
-
-# Yajl doesn't build for universal variants
-if {[variant_isset universal]} {
-    depends_lib-delete      port:yajl
-    configure.args-delete   --with-yajl
-}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111213/18bf2a6d/attachment.html>


More information about the macports-changes mailing list