Opened 13 years ago
Closed 13 years ago
#32243 closed update (fixed)
fossil 1.20 stealth update
Reported by: | dmttding@… | Owned by: | ci42 |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.0.3 |
Keywords: | haspatch | Cc: | |
Port: | fossil |
Description
When trying to install fossil with sudo port install fossil
I recieved and incorrect checksum error. So I retrieved the proper checksum with the checksums I retrieved with sudo port checksum fossil
and edited the port file accordingly. I ran sudo port install fossil
and golden!
I attached a copy for convience.
Attachments (2)
Change History (7)
Changed 13 years ago by dmttding@…
Attachment: | fossilupdate.txt added |
---|
comment:2 Changed 13 years ago by dmttding@…
I realized that i should cc the port maintainer, ciserlohn, but I cannot seam where to find how to add a cc, sorry.... Can someone help with this?
comment:3 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | dmttding@… removed |
---|---|
Keywords: | haspatch added |
Owner: | changed from macports-tickets@… to ciserlohn@… |
Port: | fossil added |
Please attach a unified diff, not a complete new portfile. All you've changed is the checksums... does this mean a stealth update has occurred? If so, all the steps in PortfileRecipes#stealth-updates need to be followed, including updating the dist_subdir and determining whether or not the revision needs to be increased.
Remember to fill in the Port field.
You don't need to Cc yourself when you report a ticket.
comment:4 follow-up: 5 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)
Summary: | portfile for fossil checksums → fossil 1.20 stealth update |
---|
It looks like yes, a stealth update has taken place. The only difference between the old distfile (available on our distfiles mirror) and the new one on the master site is that the old file contains an SQLite database file called "_FOSSIL_". Presumably this file is not used anywhere, so the port's revision presumably does not need to be increased. I'll attach a patch.
Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)
Attachment: | fossil-1.20-stealth-update.diff added |
---|
proposed patch
comment:5 Changed 13 years ago by ci42
Resolution: | → fixed |
---|---|
Status: | new → closed |
Replying to ryandesign@…:
It looks like yes, a stealth update has taken place. The only difference between the old distfile (available on our distfiles mirror) and the new one on the master site is that the old file contains an SQLite database file called "_FOSSIL_". Presumably this file is not used anywhere, so the port's revision presumably does not need to be increased. I'll attach a patch.
Thanks, committed in r87549.
port file