[70741] trunk/dports/comms/telepathy-sofiasip

devans at macports.org devans at macports.org
Thu Aug 19 15:58:10 PDT 2010


Revision: 70741
          http://trac.macports.org/changeset/70741
Author:   devans at macports.org
Date:     2010-08-19 15:58:09 -0700 (Thu, 19 Aug 2010)
Log Message:
-----------
telepathy-sofiasip: use python26.

Modified Paths:
--------------
    trunk/dports/comms/telepathy-sofiasip/Portfile

Added Paths:
-----------
    trunk/dports/comms/telepathy-sofiasip/files/
    trunk/dports/comms/telepathy-sofiasip/files/patch-configure.diff

Modified: trunk/dports/comms/telepathy-sofiasip/Portfile
===================================================================
--- trunk/dports/comms/telepathy-sofiasip/Portfile	2010-08-19 22:20:29 UTC (rev 70740)
+++ trunk/dports/comms/telepathy-sofiasip/Portfile	2010-08-19 22:58:09 UTC (rev 70741)
@@ -6,6 +6,7 @@
 name            telepathy-sofiasip
 set sfname      tp-sofiasip
 version         0.5.15
+revision        1
 categories      comms
 maintainers     devans openmaintainer
 platforms       darwin
@@ -26,13 +27,17 @@
                 sha1    2b189f2f5275bf637f7ee5106d70a81890ce9d11 \
                 rmd160  11a0a2ae4c5146aa3a271c2a666abfe9e298a3c4
 
+use_parallel_build no
+
+patchfiles      patch-configure.diff
+
 depends_build   port:pkgconfig \
                 port:gtk-doc
 
 depends_lib     port:telepathy-glib \
                 port:sofia-sip \
-                port:py25-twisted
+                port:py26-twisted
 
-configure.python ${prefix}/bin/python2.5
+configure.python ${prefix}/bin/python2.6
 
 livecheck.regex "<title>$name .* (\\d+(?:\\.\\d+)*) released.*</title>"

Added: trunk/dports/comms/telepathy-sofiasip/files/patch-configure.diff
===================================================================
--- trunk/dports/comms/telepathy-sofiasip/files/patch-configure.diff	                        (rev 0)
+++ trunk/dports/comms/telepathy-sofiasip/files/patch-configure.diff	2010-08-19 22:58:09 UTC (rev 70741)
@@ -0,0 +1,11 @@
+--- configure.orig	2010-08-19 15:45:58.000000000 -0700
++++ configure	2010-08-19 15:46:24.000000000 -0700
+@@ -12940,7 +12940,7 @@
+    { (exit 1); exit 1; }; }
+ fi
+ PYTHON=
+-for ac_prog in python2.5 python2.4 python2.3 python
++for ac_prog in python2.6 python2.5 python2.4 python2.3 python
+ do
+   # Extract the first word of "$ac_prog", so it can be a program name with args.
+ set dummy $ac_prog; ac_word=$2
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100819/f97dc0d8/attachment.html>


More information about the macports-changes mailing list