[127701] trunk/dports/comms/telepathy-rakia/Portfile

devans at macports.org devans at macports.org
Sat Nov 1 06:18:11 PDT 2014


Revision: 127701
          https://trac.macports.org/changeset/127701
Author:   devans at macports.org
Date:     2014-11-01 06:18:10 -0700 (Sat, 01 Nov 2014)
Log Message:
-----------
telepathy-rakia: drop python variants, build with python27.

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

Modified: trunk/dports/comms/telepathy-rakia/Portfile
===================================================================
--- trunk/dports/comms/telepathy-rakia/Portfile	2014-11-01 13:09:03 UTC (rev 127700)
+++ trunk/dports/comms/telepathy-rakia/Portfile	2014-11-01 13:18:10 UTC (rev 127701)
@@ -5,6 +5,7 @@
 
 name            telepathy-rakia
 version         0.8.0
+revision        1
 license         LGPL-2.1
 categories      comms
 maintainers     devans openmaintainer
@@ -31,22 +32,12 @@
                 port:gtk-doc
 
 depends_lib     port:telepathy-glib \
-                port:sofia-sip
+                port:sofia-sip \
+                port:py27-twisted
 
-variant python26 conflicts python27 description {Use Python 2.6} {
-        depends_lib-append port:py26-twisted
-        configure.python   ${prefix}/bin/python2.6
-}
+configure.python \
+                ${prefix}/bin/python2.7
 
-variant python27 conflicts python26 description {Use Python 2.7} {
-        depends_lib-append port:py27-twisted
-        configure.python   ${prefix}/bin/python2.7
-}
-
-if {![variant_isset python26]} {
-        default_variants +python27
-}
-
 livecheck.type  regex
 livecheck.url   ${master_sites}
 livecheck.regex ${name}-(\[0-9\]+\\.\[0-9\]*\[02468\]\\.\[0-9\]+)${extract.suffix}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141101/9d9f0959/attachment.html>


More information about the macports-changes mailing list