[43407] trunk/dports/devel/dbus/Portfile
jmr at macports.org
jmr at macports.org
Wed Dec 10 11:22:56 PST 2008
Revision: 43407
http://trac.macports.org/changeset/43407
Author: jmr at macports.org
Date: 2008-12-10 11:22:56 -0800 (Wed, 10 Dec 2008)
Log Message:
-----------
dbus: update to 1.2.6, update X dependency
Modified Paths:
--------------
trunk/dports/devel/dbus/Portfile
Modified: trunk/dports/devel/dbus/Portfile
===================================================================
--- trunk/dports/devel/dbus/Portfile 2008-12-10 19:13:44 UTC (rev 43406)
+++ trunk/dports/devel/dbus/Portfile 2008-12-10 19:22:56 UTC (rev 43407)
@@ -4,8 +4,7 @@
PortSystem 1.0
name dbus
-version 1.2.4
-revision 2
+version 1.2.6
maintainers nomaintainer
categories devel
platforms darwin
@@ -17,22 +16,20 @@
homepage http://www.freedesktop.org/Software/dbus
master_sites http://dbus.freedesktop.org/releases/dbus
-checksums md5 2e643910a09f44b000a0d76038637999 \
- sha1 913d796b79802b6ee6ca2b0ef59c670f3fd79774 \
- rmd160 0441eb8b668ed70250e484b02fe6a83c05c9a088
+checksums md5 5dedbe09d4d6a324518487c5277dfa50 \
+ sha1 add5c16a0c70ad1b4184bdb9d2d99ee8f3532532 \
+ rmd160 23e16238e48e39578439c823bc8476882f1a122d
patchfiles patch-dbus-launch-x11.c.diff
depends_build port:pkgconfig
depends_lib port:expat \
- lib:libX11:XFree86
+ lib:libX11:xorg-libX11
configure.args --disable-doxygen-docs \
--disable-xml-docs \
- --with-x \
- --x-includes=${x11prefix}/include \
- --x-libraries=${x11prefix}/lib
+ --with-x
configure.cflags-append -no-cpp-precomp
@@ -86,7 +83,7 @@
variant no_x11 description {disable X11 support} {
configure.args-delete --with-x
configure.args-append --without-x
- depends_lib-delete lib:libX11:XFree86
+ depends_lib-delete lib:libX11:xorg-libX11
}
livecheck.check regex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081210/1954dc10/attachment.html>
More information about the macports-changes
mailing list