On 2019/07/31 20:49, Stefan Hagen wrote: > Hello, > > This is an update for security/gpgme from v1.12.0 to 1.13.1.
Committed with tweaks. > I did not increase the SHARED_LIBS counter. I think this is ok as I > understand from bsd.port.mk(5), that shared_libs are being increased by > global port tree updates. Correct? No, that is in addition to the normal library version number rules described at http://www.openbsd.org/faq/ports/specialtopics.html#SharedLibs A function was removed so we bump the major version. (It may possibly be an internal-only function, but we generally bump for those too). > However, I get this note when executing make update-plist: > ERROR: version mismatch for lib: gpgme (33.1 vs. 21.1) Did you change SHARED_LIBS, then build, then change it back, then regen PLIST without rebuilding?