[125931] users/devans/GNOME-3/stable/dports/devel/zeitgeist/Portfile

devans at macports.org devans at macports.org
Mon Sep 29 14:30:54 PDT 2014


Revision: 125931
          https://trac.macports.org/changeset/125931
Author:   devans at macports.org
Date:     2014-09-29 14:30:54 -0700 (Mon, 29 Sep 2014)
Log Message:
-----------
GNOME-3/stable: zeitgeist, drop +python25 variant.

Modified Paths:
--------------
    users/devans/GNOME-3/stable/dports/devel/zeitgeist/Portfile

Modified: users/devans/GNOME-3/stable/dports/devel/zeitgeist/Portfile
===================================================================
--- users/devans/GNOME-3/stable/dports/devel/zeitgeist/Portfile	2014-09-29 21:19:03 UTC (rev 125930)
+++ users/devans/GNOME-3/stable/dports/devel/zeitgeist/Portfile	2014-09-29 21:30:54 UTC (rev 125931)
@@ -73,22 +73,17 @@
 build.args-append       CC="${configure.cc} ${configure.cc_archflags}"
 destroot.args-append    CC="${configure.cc} ${configure.cc_archflags}"
 
-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 conflicts python25 python27 description {Build using Python 2.6} {
+variant python26 conflicts python27 description {Build using Python 2.6} {
     depends_lib-append  port:py26-rdflib
     configure.python    ${prefix}/bin/python2.6
 }
 
-variant python27 conflicts python25 python26 description {Build using Python 2.7} {
+variant python27 conflicts 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]} {
+if {![variant_isset python26]} {
     default_variants    +python27
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140929/a48e0e0f/attachment.html>


More information about the macports-changes mailing list