Opened 14 years ago
Closed 14 years ago
#25161 closed enhancement (fixed)
alpine: use a versioned distfile
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | todmorrison (Tod Morrison) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.8.2 |
Keywords: | Cc: | ||
Port: | alpine |
Description
alpine uses a distfile whose name does not contain the version number; this will cause a checksum mismatch error for users who already have the 2.00 distfile who upgrade to the new version. To fix this, use a distfile whose name does contain the version. Happily, the alpine project provides these as well. Attached is a patch to make this change. There's no particular need to commit this now, but this change should be included when you update alpine to the next version (whenever that's released).
Attachments (1)
Change History (2)
Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)
Attachment: | alpine-versioned-distfile.diff added |
---|
comment:1 Changed 14 years ago by nerdling (Jeremy Lavergne)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Looks like r69754 takes care of this.
Note: See
TracTickets for help on using
tickets.
proposed patch