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

devans at macports.org devans at macports.org
Sun Aug 15 22:40:53 PDT 2010


Revision: 70643
          http://trac.macports.org/changeset/70643
Author:   devans at macports.org
Date:     2010-08-15 22:40:52 -0700 (Sun, 15 Aug 2010)
Log Message:
-----------
gconf: update to version 2.28.1, explicitly disable openldap to prevent opportunistic linking, add openldap variant to enable support when desired.

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

Modified: trunk/dports/gnome/gconf/Portfile
===================================================================
--- trunk/dports/gnome/gconf/Portfile	2010-08-16 05:34:55 UTC (rev 70642)
+++ trunk/dports/gnome/gconf/Portfile	2010-08-16 05:40:52 UTC (rev 70643)
@@ -6,8 +6,7 @@
 
 name            gconf
 set my_name     GConf
-version         2.26.2
-revision        1
+version         2.28.1
 set branch      [join [lrange [split ${version} .] 0 1] .]
 maintainers     nomaintainer
 categories      gnome
@@ -25,9 +24,9 @@
 distname        ${my_name}-${version}
 use_bzip2       yes
 
-checksums       md5     8b55d58dab13e821e048627aa4f92b8b \
-                sha1    bf5323d974fa22165de2144100234647fd50ef17 \
-                rmd160  280cd55dc3562445c716b88dfddba4ddd2508786
+checksums       md5     27663faf0af4f6a6d534de9270f6d24a \
+                sha1    944e067a85b43e7a778b9ee244f85508931a49a0 \
+                rmd160  9ee3b6e68553997a128ca2b49992ddfbe157609b
 
 depends_build   port:pkgconfig \
                 port:intltool \
@@ -39,12 +38,17 @@
                 port:openssl \
                 port:orbit2
 
-configure.cppflags-append -L${prefix}/lib
+configure.args  --without-openldap
 
 destroot.keepdirs \
     ${destroot}${prefix}/etc/gconf/gconf.xml.mandatory \
     ${destroot}${prefix}/etc/gconf/gconf.xml.defaults
 
+variant openldap description {Enable support for openldap} {
+               depends_lib-append port:openldap
+               configure.args-delete --without-openldap
+}
+
 livecheck.type  regex
 livecheck.url   http://ftp.gnome.org/pub/gnome/sources/${my_name}/${branch}/
 livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100815/2f2e2a5c/attachment.html>


More information about the macports-changes mailing list