[71121] trunk/dports/comms/telepathy-glib
devans at macports.org
devans at macports.org
Thu Sep 2 01:29:53 PDT 2010
Revision: 71121
http://trac.macports.org/changeset/71121
Author: devans at macports.org
Date: 2010-09-02 01:29:51 -0700 (Thu, 02 Sep 2010)
Log Message:
-----------
telepathy-glib: update to version 0.11.14, fix python configuration.
Modified Paths:
--------------
trunk/dports/comms/telepathy-glib/Portfile
Added Paths:
-----------
trunk/dports/comms/telepathy-glib/files/
trunk/dports/comms/telepathy-glib/files/patch-configure.diff
Modified: trunk/dports/comms/telepathy-glib/Portfile
===================================================================
--- trunk/dports/comms/telepathy-glib/Portfile 2010-09-02 03:14:28 UTC (rev 71120)
+++ trunk/dports/comms/telepathy-glib/Portfile 2010-09-02 08:29:51 UTC (rev 71121)
@@ -4,7 +4,7 @@
PortSystem 1.0
name telepathy-glib
-version 0.11.13
+version 0.11.14
description The ${name} component of Telepathy - a Flexible Communications Framework.
long_description \
The ${name} component of Telepathy - a Flexible Communications Framework. \
@@ -18,9 +18,9 @@
homepage http://telepathy.freedesktop.org/wiki
master_sites http://telepathy.freedesktop.org/releases/${name}/
-checksums md5 ae1fadb748b607f5e3493b54bd908b1f \
- sha1 f961b5a8e42a554e0c5e3262a744622f1726ee0b \
- rmd160 e118c330185d9b10961f06a0273d031642c3cc27
+checksums md5 dfabe464b82158105257ec8f2048d9db \
+ sha1 b929163263cc2353d6bf336dcc219ea2619d8371 \
+ rmd160 cd63f0962443066a8c34dd3f78d1612e83321173
depends_build port:pkgconfig \
port:gnome-doc-utils \
@@ -29,6 +29,8 @@
depends_lib port:dbus-glib
+patchfiles patch-configure.diff
+
configure.python ${prefix}/bin/python2.6
livecheck.type regex
Added: trunk/dports/comms/telepathy-glib/files/patch-configure.diff
===================================================================
--- trunk/dports/comms/telepathy-glib/files/patch-configure.diff (rev 0)
+++ trunk/dports/comms/telepathy-glib/files/patch-configure.diff 2010-09-02 08:29:51 UTC (rev 71121)
@@ -0,0 +1,14 @@
+--- configure.orig 2010-08-25 11:59:55.000000000 -0700
++++ configure 2010-08-25 12:01:01.000000000 -0700
+@@ -12598,9 +12598,9 @@
+
+
+
+- PYTHON_PREFIX='${prefix}'
++ PYTHON_PREFIX=`$PYTHON -c 'import sys; print sys.prefix;'`
+
+- PYTHON_EXEC_PREFIX='${exec_prefix}'
++ PYTHON_EXEC_PREFIX=`$PYTHON -c 'import sys; print sys.exec_prefix;'`
+
+
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100902/f600611e/attachment.html>
More information about the macports-changes
mailing list