[127504] trunk/dports/gnome/anjuta
devans at macports.org
devans at macports.org
Tue Oct 28 17:50:31 PDT 2014
Revision: 127504
https://trac.macports.org/changeset/127504
Author: devans at macports.org
Date: 2014-10-28 17:50:30 -0700 (Tue, 28 Oct 2014)
Log Message:
-----------
anjuta: drop +python32 +python33 variants, add +python34 as new default.
Modified Paths:
--------------
trunk/dports/gnome/anjuta/Portfile
Property Changed:
----------------
trunk/dports/gnome/anjuta/
Property changes on: trunk/dports/gnome/anjuta
___________________________________________________________________
Modified: svn:mergeinfo
- /branches/mld-qt-481/dports/gnome/anjuta:92720,92813,92891,92963,93522,93556,93699,93743,93771-93773,93806,93817-93818,93856
/users/devans/GNOME-3/stable/dports/gnome/anjuta:108269-126096
/users/devans/GNOME-3/unstable/dports/gnome/anjuta:116619-118151,119539-125908
/users/devans/dports/gnome/anjuta:117797-117811
/users/rmstonecipher/gnome/anjuta:102363-103172
+ /branches/mld-qt-481/dports/gnome/anjuta:92720,92813,92891,92963,93522,93556,93699,93743,93771-93773,93806,93817-93818,93856
/users/devans/GNOME-3/stable/dports/gnome/anjuta:108269-127503
/users/devans/GNOME-3/unstable/dports/gnome/anjuta:116619-118151,119539-125908
/users/devans/dports/gnome/anjuta:117797-117811
/users/rmstonecipher/gnome/anjuta:102363-103172
Modified: trunk/dports/gnome/anjuta/Portfile
===================================================================
--- trunk/dports/gnome/anjuta/Portfile 2014-10-29 00:36:53 UTC (rev 127503)
+++ trunk/dports/gnome/anjuta/Portfile 2014-10-29 00:50:30 UTC (rev 127504)
@@ -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/951357e3/attachment.html>
More information about the macports-changes
mailing list