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

devans at macports.org devans at macports.org
Wed Oct 29 06:30:14 PDT 2014


Revision: 127549
          https://trac.macports.org/changeset/127549
Author:   devans at macports.org
Date:     2014-10-29 06:30:14 -0700 (Wed, 29 Oct 2014)
Log Message:
-----------
GNOME-3/stable: zeitgeist, drop python variants, use python27.

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-10-29 12:32:46 UTC (rev 127548)
+++ users/devans/GNOME-3/stable/dports/devel/zeitgeist/Portfile	2014-10-29 13:30:14 UTC (rev 127549)
@@ -5,6 +5,7 @@
 
 name                zeitgeist
 version             0.9.15
+revision            1
 license             LGPL-2.1
 set branch          [join [lrange [split ${version} .] 0 1] .]
 description         Zeitgeist is a service which logs the users's activities and \
@@ -34,9 +35,12 @@
                     port:json-glib \
                     port:telepathy-glib \
                     port:gobject-introspection \
+                    port:py27-rdflib \
                     port:raptor2 \
                     port:vala
 
+configure.python    ${prefix}/bin/python2.7
+
 patchfiles          patch-upstream-thru-20140703.diff \
                     patch-configure.ac.diff
 
@@ -73,20 +77,6 @@
 build.args-append       CC="${configure.cc} ${configure.cc_archflags}"
 destroot.args-append    CC="${configure.cc} ${configure.cc_archflags}"
 
-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 python26 description {Build using Python 2.7} {
-    depends_lib-append  port:py27-rdflib
-    configure.python    ${prefix}/bin/python2.7
-}
-
-if {![variant_isset python26]} {
-    default_variants    +python27
-}
-
 livecheck.type      regex
 livecheck.url       ${homepage}/refs
 livecheck.regex     "id=v(\\d+(?:\\.\\d+)*)"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141029/34688fc8/attachment.html>


More information about the macports-changes mailing list