[MacPorts] #32716: geant4: update to 9.5
MacPorts
noreply at macports.org
Sat Jul 27 07:36:17 PDT 2013
#32716: geant4: update to 9.5
---------------------------+---------------------------------
Reporter: ryandesign@… | Owner: cristiano.fontana@…
Type: update | Status: new
Priority: Normal | Milestone:
Component: ports | Version:
Resolution: | Keywords:
Port: geant4 |
---------------------------+---------------------------------
Comment (by mojca@…):
Another option that comes to my mind (but I don't know if it's acceptable)
would be to put the following at the bottom of the {{{geant4}}}
{{{Portfile}}}:
{{{
# stub port
if {$subport == $name || $subport == ""} {
depends_lib port:geant4.9.6
fetch {}
checksum {}
extract {}
patch {}
use_configure no
build {}
destroot {
set geant.docdir ${prefix}/share/doc/${name}
xinstall -m 755 -d ${destroot}${geant.docdir}
system "echo $name is a stub port >
${destroot}${geant.docdir}/README"
}
livecheck.type none
}
}}}
--
Ticket URL: <https://trac.macports.org/ticket/32716#comment:19>
MacPorts <http://www.macports.org/>
Ports system for OS X
More information about the macports-tickets
mailing list