[73152] trunk/dports/comms/telepathy-glib/Portfile

devans at macports.org devans at macports.org
Fri Nov 5 12:41:38 PDT 2010


Revision: 73152
          http://trac.macports.org/changeset/73152
Author:   devans at macports.org
Date:     2010-11-05 12:41:34 -0700 (Fri, 05 Nov 2010)
Log Message:
-----------
telepathy-glib: update to version 0.12.3, disable GObject introspection and vala bindings on Tiger to allow build.

Modified Paths:
--------------
    trunk/dports/comms/telepathy-glib/Portfile

Modified: trunk/dports/comms/telepathy-glib/Portfile
===================================================================
--- trunk/dports/comms/telepathy-glib/Portfile	2010-11-05 19:27:12 UTC (rev 73151)
+++ trunk/dports/comms/telepathy-glib/Portfile	2010-11-05 19:41:34 UTC (rev 73152)
@@ -4,7 +4,7 @@
 PortSystem 1.0
 
 name            telepathy-glib
-version         0.12.2
+version         0.12.3
 description     The ${name} component of Telepathy - a Flexible Communications Framework.
 long_description \
                 The ${name} component of Telepathy - a Flexible Communications Framework. \
@@ -18,9 +18,9 @@
 homepage        http://telepathy.freedesktop.org/wiki
 master_sites    http://telepathy.freedesktop.org/releases/${name}/
 
-checksums       md5     a9aeb35a08f8139cd63f26ec762a7fa7 \
-                sha1    5082796235d73c814175e3c7c05f3dfb65a0a417 \
-                rmd160  b4dbf3287b446675cda2b98277c8850390b801b9
+checksums       md5     d0cbfbad7c7a5fd272fdb8a1cc159b18 \
+                sha1    30596aa3b98f4cbb22e2e0bed7ac473a91faea86 \
+                rmd160  f3ec11299be4afe7529544a6d125a3987d26431b
 
 depends_build   port:pkgconfig \
                 port:gnome-doc-utils \
@@ -38,6 +38,14 @@
 configure.args  --enable-vala-bindings \
                 --enable-introspection=yes
 
+platform darwin 8 {
+    depends_lib-delete    port:gobject-introspection \
+                          port:vala
+    configure.args-delete --enable-vala-bindings
+    configure.args-delete --enable-introspection=yes
+    configure.args-append --enable-introspection=no
+}
+
 livecheck.type  regex
 livecheck.url   ${master_sites}
 livecheck.regex ${name}-(\[0-9\]+\\.\[0-9\]*\[02468\](\\.\[0-9\]+)*)${extract.suffix}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101105/fd9e00fd/attachment.html>


More information about the macports-changes mailing list