Ticket #33216: py-envisagecore_Portfile.diff
File py-envisagecore_Portfile.diff, 898 bytes (added by jjstickel (Jonathan Stickel), 13 years ago) |
---|
-
python/py-envisagecore/Portfile
old new 6 6 7 7 name py-envisagecore 8 8 version 3.2.0 9 revision 1 9 10 categories-append devel 10 11 maintainers vcn.com:jjstickel openmaintainer 11 12 supported_archs noarch … … 25 26 python.default_version 25 26 27 27 28 if {$subport != $name} { 29 replaced_by py${python.version}-envisage 30 28 31 depends_build-append port:py${python.version}-distribute 29 32 depends_lib-append port:py${python.version}-enthoughtbase \ 30 33 port:py${python.version}-traits 31 34 } 35 36 pre-configure { 37 ui_error "Please do not install this port since it has been replaced by py*-envisage." 38 return -code error 39 }