[119931] users/devans/GNOME-3/unstable/dports/gnome/gnome-music

devans at macports.org devans at macports.org
Sat May 10 16:21:10 PDT 2014


Revision: 119931
          https://trac.macports.org/changeset/119931
Author:   devans at macports.org
Date:     2014-05-10 16:21:09 -0700 (Sat, 10 May 2014)
Log Message:
-----------
GNOME-3/unstable: gnome-music, sync with stable.

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

Property Changed:
----------------
    users/devans/GNOME-3/unstable/dports/gnome/gnome-music/


Property changes on: users/devans/GNOME-3/unstable/dports/gnome/gnome-music
___________________________________________________________________
Modified: svn:mergeinfo
   - /users/devans/GNOME-3/stable/dports/gnome/gnome-music:119571-119657
   + /users/devans/GNOME-3/stable/dports/gnome/gnome-music:119571-119930

Modified: users/devans/GNOME-3/unstable/dports/gnome/gnome-music/Portfile
===================================================================
--- users/devans/GNOME-3/unstable/dports/gnome/gnome-music/Portfile	2014-05-10 23:17:30 UTC (rev 119930)
+++ users/devans/GNOME-3/unstable/dports/gnome/gnome-music/Portfile	2014-05-10 23:21:09 UTC (rev 119931)
@@ -53,21 +53,18 @@
 configure.args      --disable-schemas-compile \
                     --disable-silent-rules
 
-variant python32 conflicts python33 python34 description {Use Python3.2} {
-    depends_lib-append  port:py32-gobject3
+variant python32 conflicts python33 description {Use Python3.2} {
+    depends_lib-append  port:py32-gobject3 \
+                        port:dbus-python32
     configure.python    ${prefix}/bin/python3.2
 }
 
-variant python33 conflicts python32 python34 description {Use Python3.3} {
-    depends_lib-append  port:py33-gobject3
+variant python33 conflicts python32 description {Use Python3.3} {
+    depends_lib-append  port:py33-gobject3 \
+                        port:dbus-python33
     configure.python    ${prefix}/bin/python3.3
 }
 
-variant python34 conflicts python33 python34 description {Use Python3.4} {
-    depends_lib-append  port:py34-gobject3
-    configure.python    ${prefix}/bin/python3.4
-}
-
 if {![variant_isset python32] && ![variant_isset python34]} {
     default_variants +python33
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140510/85ea777c/attachment.html>


More information about the macports-changes mailing list