#50675: matio @1.5.3_1: update to 1.5.4 -----------------------------+-------------------------------- Reporter: mschamschula@… | Owner: macports-tickets@… Type: update | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.4 Resolution: | Keywords: haspatch Port: matio | -----------------------------+-------------------------------- Changes (by ryandesign@…): * cc: ryandesign@… (added) Comment: In matio 1.5.3 we had: {{{ $ otool -L /opt/local/lib/libmatio.dylib | head -n2 /opt/local/lib/libmatio.dylib: /opt/local/lib/libmatio.2.dylib (compatibility version 4.0.0, current version 4.0.0) }}} In matio 1.5.4 we have: {{{ $ otool -L /opt/local/lib/libmatio.dylib | head -n2 /opt/local/lib/libmatio.dylib: /opt/local/lib/libmatio.0.dylib (compatibility version 1.0.0, current version 1.0.0) }}} So from matio 1.5.3 to 1.5.4, the library's major version number has decreased from 2 to 0 and its minor version number has decreased from 4.0.0 to 1.0.0. That certainly looks like a mistake that should be reported to the developers of matio so that they can correct it. The library major version number should never decrease. -- Ticket URL: <https://trac.macports.org/ticket/50675#comment:3> MacPorts <https://www.macports.org/> Ports system for OS X