[129835] trunk/dports/comms/telepathy-qt/Portfile

nicos at macports.org nicos at macports.org
Sun Dec 21 05:17:25 PST 2014


Revision: 129835
          https://trac.macports.org/changeset/129835
Author:   nicos at macports.org
Date:     2014-12-21 05:17:25 -0800 (Sun, 21 Dec 2014)
Log Message:
-----------
telepathy-qt: make older python variants obsolete

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

Modified: trunk/dports/comms/telepathy-qt/Portfile
===================================================================
--- trunk/dports/comms/telepathy-qt/Portfile	2014-12-21 13:14:14 UTC (rev 129834)
+++ trunk/dports/comms/telepathy-qt/Portfile	2014-12-21 13:17:25 UTC (rev 129835)
@@ -6,6 +6,7 @@
 
 name                telepathy-qt
 version             0.9.5
+revision            1
 categories          comms
 maintainers         nicos openmaintainer
 license             LGPL-2.1+
@@ -33,27 +34,18 @@
                     port:gstreamer1 \
                     port:libxml2
 
-variant python25 conflicts python26 python27 description {Build using Python 2.5} {
-        depends_build-append port:python25
-        configure.python ${prefix}/bin/python2.5
-        configure.args-append   -DPYTHON_EXECUTABLE:FILEPATH=${prefix}/bin/python2.5
-}
 
-variant python26 conflicts python25 python27 description {Build using Python 2.6} {
-        depends_build-append port:python26
-        configure.python ${prefix}/bin/python2.6
-        configure.args-append   -DPYTHON_EXECUTABLE:FILEPATH=${prefix}/bin/python2.6
-}
+#python25 and python26 variants made obsolete on 2014/12/21
+variant python25 description "Legacy compatibility variant" requires python27 {}
+variant python26 description "Legacy compatibility variant" requires python27 {}
 
-variant python27 conflicts python25 python26 description {Build using Python 2.7} {
+variant python27 description {Build using Python 2.7} {
         depends_build-append port:python27
         configure.python ${prefix}/bin/python2.7
         configure.args-append   -DPYTHON_EXECUTABLE:FILEPATH=${prefix}/bin/python2.7
 }
 
-if {![variant_isset python25] && ![variant_isset python26] && ![variant_isset python27]} {
-    default_variants +python27
-}
+default_variants +python27
 
 livecheck.type  regex
 livecheck.url   ${master_sites}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141221/47fe6ee3/attachment.html>


More information about the macports-changes mailing list