[113767] trunk/dports/devel/diffuse/Portfile

sean at macports.org sean at macports.org
Sat Nov 23 08:39:02 PST 2013


Revision: 113767
          https://trac.macports.org/changeset/113767
Author:   sean at macports.org
Date:     2013-11-23 08:39:02 -0800 (Sat, 23 Nov 2013)
Log Message:
-----------
diffuse: remove python24 and python25 variant due to py-pygtk bump

Modified Paths:
--------------
    trunk/dports/devel/diffuse/Portfile

Modified: trunk/dports/devel/diffuse/Portfile
===================================================================
--- trunk/dports/devel/diffuse/Portfile	2013-11-23 16:38:58 UTC (rev 113766)
+++ trunk/dports/devel/diffuse/Portfile	2013-11-23 16:39:02 UTC (rev 113767)
@@ -4,7 +4,7 @@
 
 name                diffuse
 version             0.4.6
-revision            1
+revision            2
 categories          devel
 platforms           darwin
 maintainers         nomaintainer
@@ -26,22 +26,17 @@
 
 set pythonexec ""
 
-variant python25 conflicts python24 python26 python27 description {Use python25} {
-    depends_lib-append    port:py25-pygtk
-    set pythonexec        ${prefix}/bin/python2.5
-}
-
-variant python26 conflicts python24 python25 python27 description {Use python26} {
+variant python26 conflicts python27 description {Use python26} {
     depends_lib-append    port:py26-pygtk
     set pythonexec        ${prefix}/bin/python2.6
 }
 
-variant python27 conflicts python24 python25 python26 description {Use python27} {
+variant python27 conflicts python26 description {Use python27} {
     depends_lib-append    port:py27-pygtk
     set pythonexec        ${prefix}/bin/python2.7
 }
 
-if {![variant_isset python24] && ![variant_isset python25] && ![variant_isset python26]} {
+if {![variant_isset python26]} {
     default_variants +python27
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131123/59e7893a/attachment-0001.html>


More information about the macports-changes mailing list