Opened 7 years ago

Closed 7 years ago

#53650 closed update (fixed)

Update pcb to version 4.0.0

Reported by: technobauble (Chad Parker) Owned by: mf2k (Frank Schima)
Priority: Normal Milestone:
Component: ports Version:
Keywords: haspatch maintainer Cc:
Port: pcb

Description

Version 4.0.0 was released in Jan 2017. This patch updates the version number and the checksums.

Attachments (1)

pcb-v4.0.0.patch (981 bytes) - added by technobauble (Chad Parker) 7 years ago.

Download all attachments as: .zip

Change History (7)

Changed 7 years ago by technobauble (Chad Parker)

Attachment: pcb-v4.0.0.patch added

comment:1 Changed 7 years ago by mf2k (Frank Schima)

Keywords: haspatch maintainer added

comment:2 Changed 7 years ago by mf2k (Frank Schima)

Owner: set to mf2k
Resolution: fixed
Status: newclosed

In 5d57789b/macports-ports:

pcb: Update to version 4.0.0.

Closes: #53650

comment:3 Changed 7 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: fixed
Status: closedreopened

The epoch must be increased because:

$ ~/macports/users/ryandesign/scripts/vercmp 20140316 4.0.0
MacPorts considers 20140316 to be greater than 4.0.0.

comment:4 Changed 7 years ago by technobauble (Chad Parker)

I think I understand the problem, but I'm not sure what the solution is. With this release, pcb switched from "snapshot" versioning to an actual version number. Is there a way to trick MacPorts? I don't really think it's a good idea to change this version to 20170117 as it may cause even more confusion than the original change to have two different version numbers in two different places.

comment:5 Changed 7 years ago by ctreleaven (Craig Treleaven)

See https://guide.macports.org/#reference.keywords

Just insert the following in your portfile:

epoch               1

Conventionally, it goes just before the the version number.

comment:6 Changed 7 years ago by mf2k (Frank Schima)

Resolution: fixed
Status: reopenedclosed

In b977ac2/macports-ports:

pcb: Add epoch because last update would not be seen by users due to change in version number scheme

Closes: #53650

Note: See TracTickets for help on using tickets.