[MacPorts] #58050: blueutil 2.4.0: new port
MacPorts
noreply at macports.org
Mon Feb 25 01:23:14 UTC 2019
#58050: blueutil 2.4.0: new port
-------------------------+------------------------
Reporter: DanielO | Owner: ctreleaven
Type: submission | Status: assigned
Priority: Normal | Milestone:
Component: ports | Version:
Resolution: | Keywords:
Port: blueutil |
-------------------------+------------------------
Comment (by kencu):
Something like this is traditional:
{{{
if { ${os.platform} eq "darwin" && ${os.major} <= 12} {
pre-fetch {
ui_error "${name} ${version} does not presently install on MacOSX
10.8 or earlier."
return -code error "Unsupported platform"
}
}
}}}
--
Ticket URL: <https://trac.macports.org/ticket/58050#comment:11>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list