[127342] users/devans/GNOME-3/stable/dports/gnome/totem/Portfile

devans at macports.org devans at macports.org
Sat Oct 25 15:58:00 PDT 2014


Revision: 127342
          https://trac.macports.org/changeset/127342
Author:   devans at macports.org
Date:     2014-10-25 15:58:00 -0700 (Sat, 25 Oct 2014)
Log Message:
-----------
GNOME-3/stable: totem, drop +python32 +python33 variants, default to +python34.

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

Modified: users/devans/GNOME-3/stable/dports/gnome/totem/Portfile
===================================================================
--- users/devans/GNOME-3/stable/dports/gnome/totem/Portfile	2014-10-25 22:50:03 UTC (rev 127341)
+++ users/devans/GNOME-3/stable/dports/gnome/totem/Portfile	2014-10-25 22:58:00 UTC (rev 127342)
@@ -5,6 +5,7 @@
 
 name                totem
 version             3.14.0
+revision            1
 set branch          [join [lrange [split ${version} .] 0 1] .]
 categories          gnome
 # also has an exception allowing use of non-GPL-compatible plugins
@@ -99,7 +100,7 @@
     depends_lib-append        port:nautilus
 }
 
-variant python27 conflicts python32 python33 python34 description {Use python 2.7} {
+variant python27 conflicts python34 description {Use python 2.7} {
     configure.python          ${prefix}/bin/python2.7
     depends_lib-append        port:py27-gobject3 port:py27-pylint
     set python_framework      ${frameworks_dir}/Python.framework/Versions/2.7
@@ -108,25 +109,7 @@
     configure.args-replace    --disable-python --enable-python
 }
 
-variant python32 conflicts python27 python33 python34 description {Use python 3.2} {
-    configure.python          ${prefix}/bin/python3.2
-    depends_lib-append        port:py32-gobject3 port:py32-pylint
-    set python_framework      ${frameworks_dir}/Python.framework/Versions/3.2
-    configure.pkg_config_path ${python_framework}/lib/pkgconfig
-    configure.env              PATH=${python_framework}/bin:$env(PATH)
-    configure.args-replace    --disable-python --enable-python
-}
-
-variant python33 conflicts python27 python32 python34 description {Use python 3.3} {
-    configure.python          ${prefix}/bin/python3.3
-    depends_lib-append        port:py33-gobject3 port:py33-pylint
-    set python_framework      ${frameworks_dir}/Python.framework/Versions/3.3
-    configure.pkg_config_path ${python_framework}/lib/pkgconfig
-    configure.env              PATH=${python_framework}/bin:$env(PATH)
-    configure.args-replace    --disable-python --enable-python
-}
-
-variant python34 conflicts python27 python32 python33 description {Use python 3.4} {
+variant python34 conflicts python27 description {Use python 3.4} {
     configure.python          ${prefix}/bin/python3.4
     depends_lib-append        port:py34-gobject3 port:py34-pylint
     set python_framework      ${frameworks_dir}/Python.framework/Versions/3.4
@@ -135,8 +118,8 @@
     configure.args-replace    --disable-python --enable-python
 }
 
-if {![variant_isset python27] && ![variant_isset python32] && ![variant_isset python34]} {
-    default_variants +python33
+if {![variant_isset python27]} {
+    default_variants    +python34
 }
 
 post-activate {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141025/513b8dc7/attachment.html>


More information about the macports-changes mailing list