[127412] users/devans/GNOME-3/stable/dports/gnome/gnome-music/Portfile

devans at macports.org devans at macports.org
Mon Oct 27 12:29:21 PDT 2014


Revision: 127412
          https://trac.macports.org/changeset/127412
Author:   devans at macports.org
Date:     2014-10-27 12:29:21 -0700 (Mon, 27 Oct 2014)
Log Message:
-----------
GNOME-3/stable: gnome-music, drop python variants, configure for python34.

Modified Paths:
--------------
    users/devans/GNOME-3/stable/dports/gnome/gnome-music/Portfile

Modified: users/devans/GNOME-3/stable/dports/gnome/gnome-music/Portfile
===================================================================
--- users/devans/GNOME-3/stable/dports/gnome/gnome-music/Portfile	2014-10-27 18:06:26 UTC (rev 127411)
+++ users/devans/GNOME-3/stable/dports/gnome/gnome-music/Portfile	2014-10-27 19:29:21 UTC (rev 127412)
@@ -54,21 +54,13 @@
 configure.args      --disable-schemas-compile \
                     --disable-silent-rules
 
-variant python32 conflicts python33 description {Use Python3.2} {
-    depends_lib-append  port:py32-gobject3 \
-                        port:dbus-python32
-    configure.python    ${prefix}/bin/python3.2
-}
+# requires python >= 3.3
+# configure for python34
 
-variant python33 conflicts python32 description {Use Python3.3} {
-    depends_lib-append  port:py33-gobject3 \
-                        port:dbus-python33
-    configure.python    ${prefix}/bin/python3.3
-}
+depends_lib-append  port:py34-gobject3 \
+                    port:dbus-python34
 
-if {![variant_isset python32] && ![variant_isset python34]} {
-    default_variants +python33
-}
+configure.python    ${prefix}/bin/python3.4
 
 # port installs hicolor icons, desktop application file, and gschemas
 post-activate {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141027/5422f2a9/attachment.html>


More information about the macports-changes mailing list