[119033] trunk/dports/devel/zeitgeist/Portfile

devans at macports.org devans at macports.org
Tue Apr 15 11:14:41 PDT 2014


Revision: 119033
          https://trac.macports.org/changeset/119033
Author:   devans at macports.org
Date:     2014-04-15 11:14:41 -0700 (Tue, 15 Apr 2014)
Log Message:
-----------
zeitgeist: add new default variant +python27 and rebuild (#43368).

Modified Paths:
--------------
    trunk/dports/devel/zeitgeist/Portfile

Modified: trunk/dports/devel/zeitgeist/Portfile
===================================================================
--- trunk/dports/devel/zeitgeist/Portfile	2014-04-15 17:37:46 UTC (rev 119032)
+++ trunk/dports/devel/zeitgeist/Portfile	2014-04-15 18:14:41 UTC (rev 119033)
@@ -5,7 +5,7 @@
 
 name                zeitgeist
 version             0.9.14
-revision            2
+revision            3
 license             LGPL-2.1
 set branch          [join [lrange [split ${version} .] 0 1] .]
 description         Zeitgeist is a service which logs the users's activities and \
@@ -69,18 +69,25 @@
 configure.args      --disable-silent-rules \
                     --disable-introspection
 
-variant python25 description {Build using Python 2.5} {
+variant python25 conflicts python26 python27 description {Build using Python 2.5} {
     depends_lib-append  port:py25-rdflib
     configure.python    ${prefix}/bin/python2.5
 }
 
-variant python26 description {Build using Python 2.6} {
+variant python26 conflicts python25 python27 description {Build using Python 2.6} {
     depends_lib-append  port:py26-rdflib
     configure.python    ${prefix}/bin/python2.6
 }
 
-default_variants    +python26
+variant python27 conflicts python25 python26 description {Build using Python 2.7} {
+    depends_lib-append  port:py27-rdflib
+    configure.python    ${prefix}/bin/python2.7
+}
 
+if {![variant_isset python25] && ![variant_isset python26]} {
+    default_variants    +python27
+}
+
 livecheck.type      regex
 livecheck.url       ${master_sites}
 livecheck.regex     "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140415/9c49ded1/attachment-0001.html>


More information about the macports-changes mailing list