[127703] trunk/dports/comms/telepathy-salut/Portfile

devans at macports.org devans at macports.org
Sat Nov 1 06:26:42 PDT 2014


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

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

Modified: trunk/dports/comms/telepathy-salut/Portfile
===================================================================
--- trunk/dports/comms/telepathy-salut/Portfile	2014-11-01 13:19:37 UTC (rev 127702)
+++ trunk/dports/comms/telepathy-salut/Portfile	2014-11-01 13:26:41 UTC (rev 127703)
@@ -5,7 +5,7 @@
 
 name            telepathy-salut
 version         0.8.1
-revision        2
+revision        3
 license         LGPL-2.1+
 set branch      [join [lrange [split ${version} .] 0 1] .]
 description     The ${name} component of Telepathy - a Flexible Communications Framework
@@ -27,33 +27,18 @@
                 port:gnutls \
                 port:avahi \
                 port:libsoup \
-                port:ossp-uuid
+                port:ossp-uuid \
+                port:py27-twisted
 
 patchfiles      patch-configure.diff \
                 patch-lib-ext-wocky-Makefile.in.diff
 
+configure.python \
+                ${prefix}/bin/python2.7
+
 configure.args  --disable-silent-rules \
                 --disable-Werror
 
-variant python25 conflicts python26 python27 description {Use python 2.5} {
-    configure.python          ${prefix}/bin/python2.5
-    depends_lib-append        port:py25-twisted
-}
-
-variant python26 conflicts python25 python27 description {Use python 2.6} {
-    configure.python          ${prefix}/bin/python2.6
-    depends_lib-append        port:py26-twisted
-}
-
-variant python27 conflicts python25 python26 description {Use python 2.7} {
-    configure.python          ${prefix}/bin/python2.7
-    depends_lib-append        port:py27-twisted
-}
-
-if {![variant_isset python25] && ![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/cdfca0da/attachment.html>


More information about the macports-changes mailing list