[53104] users/devans/GNOME_2_27/gnome/evolution-data-server

devans at macports.org devans at macports.org
Mon Jun 29 10:36:51 PDT 2009


Revision: 53104
          http://trac.macports.org/changeset/53104
Author:   devans at macports.org
Date:     2009-06-29 10:36:51 -0700 (Mon, 29 Jun 2009)
Log Message:
-----------
GNOME_2_27/gnome/evolution-data-server: merge r53103 from trunk.

Modified Paths:
--------------
    users/devans/GNOME_2_27/gnome/evolution-data-server/Portfile

Property Changed:
----------------
    users/devans/GNOME_2_27/gnome/evolution-data-server/


Property changes on: users/devans/GNOME_2_27/gnome/evolution-data-server
___________________________________________________________________
Added: svn:mergeinfo
   + /trunk/dports/gnome/evolution-data-server:53045,53103

Modified: users/devans/GNOME_2_27/gnome/evolution-data-server/Portfile
===================================================================
--- users/devans/GNOME_2_27/gnome/evolution-data-server/Portfile	2009-06-29 17:26:45 UTC (rev 53103)
+++ users/devans/GNOME_2_27/gnome/evolution-data-server/Portfile	2009-06-29 17:36:51 UTC (rev 53104)
@@ -5,6 +5,7 @@
 
 name            evolution-data-server
 version         2.26.2
+revision        1
 set branch      [join [lrange [split ${version} .] 0 1] .]
 description     Addressbook and calender libs for GNOME.
 long_description    Evolution Data Server provides a central location for \
@@ -19,6 +20,11 @@
                 sha1    ca60a350259c6bc297cc0c324c5908a3d08ac4e3 \
                 rmd160  c8ede51a8537dc9db96a796a0904f0fedcc25f37
 
+depends_build   port:pkgconfig \
+                port:intltool \
+                port:p5-xml-parser \
+                port:gtk-doc
+
 depends_lib     port:libgnomeui \
                 port:libgweather \
                 port:libical \
@@ -42,7 +48,8 @@
         --with-nspr-libs=${prefix}/lib/nspr  \
         --with-nss-includes=${prefix}/include/nss \
         --with-nss-libs=${prefix}/lib/nss \
-        --with-krb5=/usr
+        --with-krb5=/usr \
+        --disable-schemas-install
 
 platform darwin 8 {
     post-patch {
@@ -55,6 +62,11 @@
   configure.args-append --enable-gtk-doc
 }
 
+post-activate    {
+    system "export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` && \
+        gconftool-2 --makefile-install-rule ${prefix}/etc/gconf/schemas/*.schemas"
+}
+
 livecheck.check regex
 livecheck.url   http://ftp.gnome.org/pub/gnome/sources/${name}/${branch}/
 livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090629/07c19eda/attachment.html>


More information about the macports-changes mailing list