[40293] trunk/dports/gnome/gconf/Portfile

nox at macports.org nox at macports.org
Sun Sep 28 12:42:04 PDT 2008


Revision: 40293
          http://trac.macports.org/changeset/40293
Author:   nox at macports.org
Date:     2008-09-28 12:42:03 -0700 (Sun, 28 Sep 2008)
Log Message:
-----------
gconf: Updated to 2.24.0.

Modified Paths:
--------------
    trunk/dports/gnome/gconf/Portfile

Modified: trunk/dports/gnome/gconf/Portfile
===================================================================
--- trunk/dports/gnome/gconf/Portfile	2008-09-28 19:34:53 UTC (rev 40292)
+++ trunk/dports/gnome/gconf/Portfile	2008-09-28 19:42:03 UTC (rev 40293)
@@ -5,7 +5,7 @@
 
 name            gconf
 set my_name     GConf
-version         2.22.0
+version         2.24.0
 set branch      [join [lrange [split ${version} .] 0 1] .]
 maintainers     nomaintainer
 categories      gnome
@@ -23,32 +23,29 @@
 distname        ${my_name}-${version}
 use_bzip2       yes
 
-checksums       md5 a56c043afeb1052abaf45407409b0331 \
-                sha1 2a9ca649ef58394e425a030dc99b863b499a8a56 \
-                rmd160 71f0c6f20882681efdffc957f6d86affd4a29a80
+checksums       md5     4971d96f5ba94fe4a69396267bd5afe8 \
+                sha1    e93ff2609c0278075acabdf609f42aa406e20c8e \
+                rmd160  b4016275e9dffa248620303bc2241f6c0081be06
 
 depends_build   port:pkgconfig \
-                port:perl5.8 \
-                port:p5-xml-parser \
                 port:intltool
 
 depends_lib     path:${prefix}/lib/pkgconfig/glib-2.0.pc:glib2 \
                 port:gettext \
                 port:libxml2 \
                 port:gtk2 \
+                port:dbus \
+                port:dbus-glib \
                 port:orbit2
 
+configure.cppflags-append -L${prefix}/lib
 
-configure.cppflags-append "-L${prefix}/lib"
+destroot.keepdirs \
+    ${destroot}${prefix}/etc/gconf/gconf.xml.mandatory \
+    ${destroot}${prefix}/etc/gconf/gconf.xml.defaults
 
-pre-destroot {
-    destroot.keepdirs \
-        ${destroot}${prefix}/etc/gconf/gconf.xml.mandatory \
-        ${destroot}${prefix}/etc/gconf/gconf.xml.defaults
-}
-
 platform darwin 7 {
-    configure.cflags-append "-DBIND_8_COMPAT=1"
+    configure.cflags-append -DBIND_8_COMPAT=1
 }
 
 livecheck.check regex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080928/e1923214/attachment.html 


More information about the macports-changes mailing list