#32149 closed submission (fixed)
Portfile for installing bbdb
Reported by: | vishketan@… | Owned by: | ryandesign (Ryan Carsten Schmidt) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.0.3 |
Keywords: | Cc: | ||
Port: | bbdb |
Description
Please find attached.
Attachments (3)
Change History (7)
Changed 13 years ago by vishketan@…
comment:1 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)
Owner: | changed from macports-tickets@… to ryandesign@… |
---|---|
Port: | bbdb added |
Status: | new → assigned |
Thanks. Some comments:
- The whitespace should conform to the modeline: spaces, not tabs, for indents; you should also align things into columns -- in many Portfiles, the 2nd column begins at the 20th character
- There should be a newline after the "
PortSystem
" line, and there should be no trailing whitespace; see "port lint --nitpick
" - Since you are not a committer, the "
maintainers
" line must be your complete valid email address, preferably in our obfuscated form (domain:user) - More than one checksum type should be used for each distfile; rmd160 and sha256 are recommended
- The checksum you supplied doesn't match the checksum of the file MacPorts downloaded for me; the file hasn't changed on SourceForge since 2007 so I'm not sure what file's checksum you listed; I'll change it to the checksums I'm getting
- The "
--prefix
" argument goes in configure.pre_args, not configure.args - Instead of "
ui_msgs
" in post-activate, use "notes
" - SourceForge master_sites should be written more specifically, to avoid redirects
- "
distname bbdb-${version}
" is the default, so it's redundant - The descriptions of variants should be worded as if they were checkbox or radio button labels
- Files should be installed with permission so that regular users can read them (644 instead of 640)
comment:2 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Added port in r87413 with the above changes.
comment:3 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)
Oh yes, and I added a "license
" line, based on the comment headers in the source files themselves.
Changed 13 years ago by vishketan@…
Attachment: | Portfile.2 added |
---|
Updated to fix comments and suggestions.
comment:4 Changed 13 years ago by vishketan@…
The install fails on my machine with checksum failure. I have updated a version with the checksums. Please have a look.
Note: See
TracTickets for help on using
tickets.
Portfile for bbdb