[72407] trunk/dports/devel
elelay at macports.org
elelay at macports.org
Wed Oct 13 13:00:23 PDT 2010
Revision: 72407
http://trac.macports.org/changeset/72407
Author: elelay at macports.org
Date: 2010-10-13 13:00:20 -0700 (Wed, 13 Oct 2010)
Log Message:
-----------
new python 2.7 version of dbus-python
Modified Paths:
--------------
trunk/dports/devel/dbus-python27/Portfile
Added Paths:
-----------
trunk/dports/devel/dbus-python27/
Modified: trunk/dports/devel/dbus-python27/Portfile
===================================================================
--- trunk/dports/devel/dbus-python26/Portfile 2010-10-12 04:56:49 UTC (rev 72364)
+++ trunk/dports/devel/dbus-python27/Portfile 2010-10-13 20:00:20 UTC (rev 72407)
@@ -2,11 +2,11 @@
PortSystem 1.0
-name dbus-python26
+name dbus-python27
set my_name dbus-python
version 0.83.1
-maintainers mcalhoun openmaintainer
-categories devel
+maintainers nomaintainer
+categories devel python
platforms darwin
description Python bindings for the dbus message bus system.
@@ -28,20 +28,19 @@
port:gettext \
path:lib/pkgconfig/glib-2.0.pc:glib2 \
port:libiconv \
- port:python26 \
- port:py26-gobject
+ port:py27-gobject
-set python_prefix ${frameworks_dir}/Python.framework/Versions/2.6
+set python_prefix ${frameworks_dir}/Python.framework/Versions/2.7
configure.pre_args-delete --prefix=${prefix}
configure.pre_args-append --prefix=${python_prefix}
configure.args --mandir=${prefix}/share/man \
--docdir=${prefix}/share/doc/${name} \
- --includedir=${python_prefix}/include/python2.6
+ --includedir=${python_prefix}/include/python2.7
configure.pkg_config_path ${python_prefix}/lib/pkgconfig
-configure.python ${prefix}/bin/python2.6
+configure.python ${prefix}/bin/python2.7
platform darwin 9 {
post-patch {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101013/219ea051/attachment.html>
More information about the macports-changes
mailing list