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