Revision: 89589 http://trac.macports.org/changeset/89589 Author: macsforever2000@macports.org Date: 2012-02-03 09:13:43 -0800 (Fri, 03 Feb 2012) Log Message: ----------- py-envisageplugins: unify Modified Paths: -------------- trunk/dports/python/py-envisageplugins/Portfile Added Paths: ----------- trunk/dports/python/py-envisageplugins/ Removed Paths: ------------- trunk/dports/python/py25-envisageplugins/ trunk/dports/python/py26-envisageplugins/ Modified: trunk/dports/python/py-envisageplugins/Portfile =================================================================== --- trunk/dports/python/py26-envisageplugins/Portfile 2012-02-03 16:46:13 UTC (rev 89588) +++ trunk/dports/python/py-envisageplugins/Portfile 2012-02-03 17:13:43 UTC (rev 89589) @@ -1,10 +1,10 @@ # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 # $Id$ -PortSystem 1.0 -PortGroup python26 1.0 +PortSystem 1.0 +PortGroup python 1.0 -name py26-envisageplugins +name py-envisageplugins version 3.2.0 categories-append devel maintainers vcn.com:jjstickel openmaintainer @@ -19,5 +19,11 @@ sha1 ccafac3cf987feeecdd238f0b2b30d1f0f6d71a2 \ rmd160 6f27dcf7bed69908fd1da6a060e0f6a7029e9313 -depends_build-append port:py26-distribute -depends_lib-append port:py26-envisagecore port:py26-traitsgui +python.versions 25 26 27 +python.default_version 25 + +if {$subport != $name} { + depends_build-append port:py${python.version}-distribute + depends_lib-append port:py${python.version}-envisagecore \ + port:py${python.version}-traitsgui +}