[MacPorts] #54125: portaudio upgrade

MacPorts noreply at macports.org
Sun May 7 13:29:03 UTC 2017


#54125: portaudio upgrade
------------------------+----------------------
  Reporter:  RJVB       |      Owner:
      Type:  update     |     Status:  new
  Priority:  Normal     |  Milestone:
 Component:  ports      |    Version:
Resolution:             |   Keywords:  haspatch
      Port:  portaudio  |
------------------------+----------------------

Comment (by ryandesign):

 I think the port should advertise its version as "19.6.0.20161030" not
 "190600_20161030". Note this would require increasing the epoch.

 I'm unclear why you're running `make tests` in a post-build block. Usually
 we run tests in the test phase, not the build phase.

 Rather than running `make examples` in a post-build block, wouldn't it
 suffice to use `build.target-append examples`?

 You don't need `foreach` loops to delete or install multiple files. Use
 the expansion operator (`{*}`) to turn the list result from the `glob`
 into individual arguments that `delete` and `xinstall` understand. e.g.
 `xinstall {*}[glob ${build.dir}/bin/.libs/pa*] ${utildir}`

--
Ticket URL: <https://trac.macports.org/ticket/54125#comment:1>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list