On 2013/09/29 15:22, Brian Callahan wrote: > Library number for libmagic doesn't seem to have incremented (major > or minor)
They should have bumped major, many functions are no longer exported, and there's one new one. Otherwise ok. > so I didn't bump any of the dependent ports. Unlike some OS the ports infrastructure on OpenBSD keeps track of library version numbers provided by a port and records them in the package signature, so there's no need to bump dependent ports.
