Opened 7 years ago
Closed 7 years ago
#55766 closed update (fixed)
pcb: Update to 4.1.0
Reported by: | technobauble (Chad Parker) | Owned by: | mf2k (Frank Schima) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | ||
Port: | pcb |
Description
Attached is a patch for the Portfile of the pcb port that updates the version from 4.0.0 to 4.1.0.
Attachments (2)
Change History (7)
Changed 7 years ago by technobauble (Chad Parker)
Attachment: | pcb-v4.1.0.patch added |
---|
comment:1 Changed 7 years ago by mf2k (Frank Schima)
comment:2 Changed 7 years ago by technobauble (Chad Parker)
Apologies for my errors.
I don't see any documentation on the syntax or calculation of the size
parameter. Can you please point me to a resource that describes it?
comment:3 Changed 7 years ago by mf2k (Frank Schima)
I believe size
is not documented yet. But you can see it used in, for example, the curl Portfile. This may be on git head only, but I initially set it to 1 and run the following to get the right value:
sudo port -v checksum [port]
Changed 7 years ago by technobauble (Chad Parker)
Attachment: | pcb-v4.1.0-1.patch added |
---|
comment:4 Changed 7 years ago by technobauble (Chad Parker)
I believe the new patch addresses your requests.
comment:5 Changed 7 years ago by mf2k (Frank Schima)
Owner: | set to mf2k |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Thanks. Some comments:
revision
line should be deleted because it starts at 0 when increasing the version and that is the default value.size
parameter to checksums. Can you add that please?