[107932] users/mojca/ports/science/geant/Portfile
Ryan Schmidt
ryandesign at macports.org
Wed Jul 10 21:25:24 PDT 2013
On Jul 9, 2013, at 12:12, mojca at macports.org wrote:
> Revision: 107932
> https://trac.macports.org/changeset/107932
> Author: mojca at macports.org
> Date: 2013-07-09 10:12:12 -0700 (Tue, 09 Jul 2013)
> Log Message:
> -----------
> geant: there is a serious bug in cycling version - data goes to the wrong location
>
> Modified Paths:
> --------------
> users/mojca/ports/science/geant/Portfile
> + # TODO: remove this once the bug has been resolved
> + pre-fetch {
> + system "echo This will install data for geant${geant.version_simple} into ${geant.datadir}"
> + }
Instead of using 'system "echo …"', you should look into using 'ui_debug "…"', 'ui_info "…"' or 'ui_msg "…"', depending on the level at which you want this message to appear.
More information about the macports-dev
mailing list