Opened 12 years ago
Closed 12 years ago
#35492 closed update (fixed)
fizmo: update to 0.7.3
Reported by: | Christoph.Ender@… | Owned by: | ryandesign (Ryan Carsten Schmidt) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.1.2 |
Keywords: | haspatch maintainer | Cc: | |
Port: | fizmo |
Description
The attached diff updates the portfile for fizmo from version 0.7.2 to 0.7.3.
Attachments (1)
Change History (3)
Changed 12 years ago by Christoph.Ender@…
Attachment: | udiff-portfile-0.7.2-to-portfile-0.7.2-3.diff added |
---|
comment:1 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)
Keywords: | haspatch maintainer added |
---|---|
Owner: | changed from macports-tickets@… to ryandesign@… |
Status: | new → assigned |
comment:2 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Committed in r96160.
I noticed you were setting DESTDIR="${destroot}/${prefix}" in destroot.args. This was not correct. For most ports, fizmo included, the correct value for DESTDIR is ${destroot}, and in fact that's what MacPorts sets by default in destroot.post_args, which meant that your DESTDIR was getting overridden by MacPorts' default anyway. So I removed yours.
Then in r96161 I took the liberty of making minor adjustments to the whitespace of a few lines of the port to bring it into compliance with our whitespace guidelines, and added our standard modeline to indicate this compliance.
The automated lint checker email alerted me to the fact that this port did not indicate its license. I added the line "license BSD" in r96162.
Thanks.