[127468] users/devans/GNOME-3/stable/dports/gnome/anjuta/Portfile

devans at macports.org devans at macports.org
Tue Oct 28 12:32:24 PDT 2014


Revision: 127468
          https://trac.macports.org/changeset/127468
Author:   devans at macports.org
Date:     2014-10-28 12:32:24 -0700 (Tue, 28 Oct 2014)
Log Message:
-----------
GNOME-3/stable: anjuta, drop +python32 +python33 variants, add +python34, default +python34.

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

Modified: users/devans/GNOME-3/stable/dports/gnome/anjuta/Portfile
===================================================================
--- users/devans/GNOME-3/stable/dports/gnome/anjuta/Portfile	2014-10-28 19:23:32 UTC (rev 127467)
+++ users/devans/GNOME-3/stable/dports/gnome/anjuta/Portfile	2014-10-28 19:32:24 UTC (rev 127468)
@@ -6,6 +6,7 @@
 
 name                anjuta
 version             3.14.0
+revision            1
 license             GPL-2+
 set branch          [join [lrange [split ${version} .] 0 1] .]
 description         A GNOME/GTK IDE
@@ -111,20 +112,15 @@
     depends_lib-append      port:py27-gobject3
 }
 
-variant python32 conflicts python27 python33 description {Use Python 3.2} {
-    configure.python        ${prefix}/bin/python3.2
-    depends_lib-append      port:py32-gobject3
+variant python34 conflicts python27 description {Use Python 3.4} {
+    configure.python        ${prefix}/bin/python3.4
+    depends_lib-append      port:py34-gobject3
 }
 
-variant python33 conflicts python27 python32 description {Use Python 3.3} {
-    configure.python        ${prefix}/bin/python3.3
-    depends_lib-append      port:py33-gobject3
+if {![variant_isset python27]} {
+    default_variants +python34
 }
 
-if {![variant_isset python32] && ![variant_isset python33]} {
-    default_variants +python27
-}
-
 post-activate {
     system "${prefix}/bin/update-desktop-database ${prefix}/share/applications"
     system "${prefix}/bin/gtk-update-icon-cache-3.0 -f -t ${prefix}/share/icons/hicolor"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141028/6a040f8e/attachment.html>


More information about the macports-changes mailing list