[127704] trunk/dports/comms/telepathy-mission-control/Portfile

devans at macports.org devans at macports.org
Sat Nov 1 06:39:27 PDT 2014


Revision: 127704
          https://trac.macports.org/changeset/127704
Author:   devans at macports.org
Date:     2014-11-01 06:39:27 -0700 (Sat, 01 Nov 2014)
Log Message:
-----------
telepathy-mission-control: drop python variants, build with python27, needs py27-twisted.

Modified Paths:
--------------
    trunk/dports/comms/telepathy-mission-control/Portfile

Modified: trunk/dports/comms/telepathy-mission-control/Portfile
===================================================================
--- trunk/dports/comms/telepathy-mission-control/Portfile	2014-11-01 13:26:41 UTC (rev 127703)
+++ trunk/dports/comms/telepathy-mission-control/Portfile	2014-11-01 13:39:27 UTC (rev 127704)
@@ -5,6 +5,7 @@
 
 name            telepathy-mission-control
 version         5.16.3
+revision        1
 license         LGPL-2.1
 categories      comms
 maintainers     devans openmaintainer
@@ -26,27 +27,17 @@
                 port:libxslt \
                 port:gtk-doc
 
-depends_lib     port:telepathy-glib
+depends_lib     port:telepathy-glib \
+                port:py27-twisted
 
 patchfiles      patch-configure.diff
 
+configure.python \
+                ${prefix}/bin/python2.7
+
 configure.args  --disable-upower \
                 --disable-schemas-compile
 
-variant python26 conflicts python27 description {Use python 2.6} {
-    configure.python          ${prefix}/bin/python2.6
-    depends_lib-append        port:python26
-}
-
-variant python27 conflicts python26 description {Use python 2.7} {
-    configure.python          ${prefix}/bin/python2.7
-    depends_lib-append        port:python27
-}
-
-if {![variant_isset python26]} {
-    default_variants +python27
-}
-
 post-activate {
     system "${prefix}/bin/glib-compile-schemas ${prefix}/share/glib-2.0/schemas"
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141101/65beef0a/attachment.html>


More information about the macports-changes mailing list