[127699] trunk/dports/comms/telepathy-idle/Portfile

devans at macports.org devans at macports.org
Sat Nov 1 05:55:10 PDT 2014


Revision: 127699
          https://trac.macports.org/changeset/127699
Author:   devans at macports.org
Date:     2014-11-01 05:55:10 -0700 (Sat, 01 Nov 2014)
Log Message:
-----------
telepathy-idle: remove python variants and build with python27.

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

Modified: trunk/dports/comms/telepathy-idle/Portfile
===================================================================
--- trunk/dports/comms/telepathy-idle/Portfile	2014-11-01 12:38:18 UTC (rev 127698)
+++ trunk/dports/comms/telepathy-idle/Portfile	2014-11-01 12:55:10 UTC (rev 127699)
@@ -5,6 +5,7 @@
 
 name            telepathy-idle
 version         0.2.0
+revision        1
 license         LGPL-2.1
 description     The ${name} IRC connection manager component of Telepathy - a Flexible Communications Framework
 
@@ -26,27 +27,15 @@
                 port:gtk-doc
 
 depends_lib     port:telepathy-glib \
-                port:openssl
+                port:openssl \
+                port:py27-twisted
 
 patchfiles      patch-configure.diff \
                 patch-src-idle-parser.c.diff
 
+configure.python ${prefix}/bin/python2.7
 configure.args  --disable-silent-rules
 
-variant python26 conflicts python27 description {Use Python 2.6} {
-        depends_lib-append port:py26-twisted
-        configure.python ${prefix}/bin/python2.6
-}
-
-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/e8d64a3d/attachment.html>


More information about the macports-changes mailing list