[127527] trunk/dports/gnome

devans at macports.org devans at macports.org
Tue Oct 28 20:02:47 PDT 2014


Revision: 127527
          https://trac.macports.org/changeset/127527
Author:   devans at macports.org
Date:     2014-10-28 20:02:47 -0700 (Tue, 28 Oct 2014)
Log Message:
-----------
gedit, gedit-plugins: drop +python32 +python33 variants, use +python34 as default.

Modified Paths:
--------------
    trunk/dports/gnome/gedit/Portfile
    trunk/dports/gnome/gedit-plugins/Portfile

Property Changed:
----------------
    trunk/dports/gnome/gedit/
    trunk/dports/gnome/gedit-plugins/


Property changes on: trunk/dports/gnome/gedit
___________________________________________________________________
Modified: svn:mergeinfo
   - /users/devans/GNOME-3/stable/dports/gnome/gedit:108269-126096
/users/devans/GNOME-3/unstable/dports/gnome/gedit:114069-118152,120511-125920
   + /users/devans/GNOME-3/stable/dports/gnome/gedit:108269-127526
/users/devans/GNOME-3/unstable/dports/gnome/gedit:114069-118152,120511-125920

Modified: trunk/dports/gnome/gedit/Portfile
===================================================================
--- trunk/dports/gnome/gedit/Portfile	2014-10-29 02:58:53 UTC (rev 127526)
+++ trunk/dports/gnome/gedit/Portfile	2014-10-29 03:02:47 UTC (rev 127527)
@@ -5,6 +5,7 @@
 
 name                gedit
 version             3.14.0
+revision            1
 license             GPL-2
 set branch          [join [lrange [split ${version} .] 0 1] .]
 description         GNOME editor.
@@ -62,23 +63,7 @@
 
 # minimum python version is 3.2.3
 
-variant python32 conflicts python33 python34 description {Use python 3.2} {
-    depends_lib-append        port:py32-gobject3
-    configure.python          ${prefix}/bin/python3.2
-    set python_framework      ${frameworks_dir}/Python.framework/Versions/3.2
-    configure.pkg_config_path ${python_framework}/lib/pkgconfig
-    configure.args-replace    --disable-python --enable-python
-}
-
-variant python33 conflicts python32 python34 description {Use python 3.3} {
-    depends_lib-append        port:py33-gobject3
-    configure.python          ${prefix}/bin/python3.3
-    set python_framework      ${frameworks_dir}/Python.framework/Versions/3.3
-    configure.pkg_config_path ${python_framework}/lib/pkgconfig
-    configure.args-replace    --disable-python --enable-python
-}
-
-variant python34 conflicts python32 python33 description {Use python 3.3} {
+variant python34 conflicts description {Use python 3.4} {
     depends_lib-append        port:py34-gobject3
     configure.python          ${prefix}/bin/python3.4
     set python_framework      ${frameworks_dir}/Python.framework/Versions/3.4
@@ -86,9 +71,7 @@
     configure.args-replace    --disable-python --enable-python
 }
 
-if {![variant_isset python32] && ![variant_isset python34]} {
-    default_variants +python33
-}
+default_variants    +python34
 
 notes               "For extra functionality install gedit-plugins"
 


Property changes on: trunk/dports/gnome/gedit-plugins
___________________________________________________________________
Modified: svn:mergeinfo
   - /users/devans/GNOME-3/stable/dports/gnome/gedit-plugins:114993-126096
/users/devans/GNOME-3/unstable/dports/gnome/gedit-plugins:121400-125920
   + /users/devans/GNOME-3/stable/dports/gnome/gedit-plugins:114993-127526
/users/devans/GNOME-3/unstable/dports/gnome/gedit-plugins:121400-125920

Modified: trunk/dports/gnome/gedit-plugins/Portfile
===================================================================
--- trunk/dports/gnome/gedit-plugins/Portfile	2014-10-29 02:58:53 UTC (rev 127526)
+++ trunk/dports/gnome/gedit-plugins/Portfile	2014-10-29 03:02:47 UTC (rev 127527)
@@ -5,6 +5,7 @@
 
 name                gedit-plugins
 version             3.14.0
+revision            1
 license             GPL-2+
 set branch          [join [lrange [split ${version} .] 0 1] .]
 description         Plug-ins for GEdit
@@ -47,25 +48,7 @@
 configure.args      --disable-python \
                     --disable-schemas-compile
 
-variant python32 conflicts python33 python34 description {Use python 3.2} {
-    depends_lib-append        port:py32-gobject3 \
-                              port:dbus-python32
-    configure.python          ${prefix}/bin/python3.2
-    set python_framework      ${frameworks_dir}/Python.framework/Versions/3.2
-    configure.pkg_config_path ${python_framework}/lib/pkgconfig
-    configure.args-replace    --disable-python --enable-python
-}
-
-variant python33 conflicts python32 python34 description {Use python 3.3} {
-    depends_lib-append        port:py33-gobject3  \
-                              port:dbus-python33
-    configure.python          ${prefix}/bin/python3.3
-    set python_framework      ${frameworks_dir}/Python.framework/Versions/3.3
-    configure.pkg_config_path ${python_framework}/lib/pkgconfig
-    configure.args-replace    --disable-python --enable-python
-}
-
-variant python34 conflicts python32 python33 description {Use python 3.4} {
+variant python34 conflicts description {Use python 3.4} {
     depends_lib-append        port:py34-gobject3
     configure.python          ${prefix}/bin/python3.4
     set python_framework      ${frameworks_dir}/Python.framework/Versions/3.4
@@ -73,9 +56,7 @@
     configure.args-replace    --disable-python --enable-python
 }
 
-if {![variant_isset python32] && ![variant_isset python34]} {
-    default_variants +python33
-}
+default_variants +python34
 
 post-activate {
     system "${prefix}/bin/glib-compile-schemas ${prefix}/share/glib-2.0/schemas"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141028/c592de1b/attachment.html>


More information about the macports-changes mailing list