Opened 14 years ago
Closed 13 years ago
#29273 closed update (fixed)
caml-batteries: update to 1.3.0
Reported by: | dcolish@… | Owned by: | erickt@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.9.2 |
Keywords: | haspatch | Cc: | ryandesign (Ryan Carsten Schmidt) |
Port: | caml-batteries |
Description
Just a small bump for the new version of batteries. There was an issue building the current version with Camomile. This appears to fix it.
Attachments (2)
Change History (5)
Changed 14 years ago by dcolish@…
Attachment: | caml-batteries-v.1.3.0.diff added |
---|
comment:1 Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | ryandesign@… added |
---|---|
Owner: | changed from macports-tickets@… to erickt@… |
Port: | caml-batteries added |
Summary: | Bump Caml-Batteries to v1.3.0 → caml-batteries: update to 1.3.0 |
Type: | defect → update |
The epoch also needs to be increased, because otherwise MacPorts does not know that "v1.3.0" is greater than "20bc31e5d00319a48ccc88cd4f13b4eb2c30fef2"
The version should in fact be 1.3.0 (no "v" prefix), and the git.branch line should be updated accordingly.
In fact, since 1.3.0 is a final released version, the port should no longer fetch from git and should go back to fetching normal distfiles.
P.S: When filing a ticket, please remember to fill in the Type, Port and Cc fields correctly.
comment:2 Changed 14 years ago by dcolish@…
I agree with the second to last comment the most, but I didn't want to be the one to suggest it since I am not the core maintainer. There were reasons to follow the git branch originally which I am unaware of. I believe correcting that solves all the other problems.
Sorry about missing the fields.
comment:3 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)
Keywords: | haspatch added |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Updated to 1.3.0 in r78992 with some changes from your diff. In particular I increased the epoch, necessary as explained above. This also fixes #29580.
The reason git was used before was that a newer version that the latest released stable version was required, and there was no tarball available. Now that we will return to a stable version of which a tarball exists, that is the preferred fetch method.
Trivial patch for version bump