On Mon, Jul 04, 2011 at 12:15:08PM -0400, David Cantrell wrote: > -SHARED_LIBS = rpm 0.1 \ > - rpmbuild 0.0
> +SHARED_LIBS += rpmio 2.0 # 2.0 \ > + rpm 2.0 # 2.0 \ > + rpmsign 0.0 # 0.0 \ > + rpmbuild 2.0 # 2.0 Bump libs which existed previously (rpm and rpmbuild) to 1.0 and those which didn't exist (rpmio and rpmsign) you can start from 0.0. If you want to keep libs rpmio, rpm and rpmbuild in sync like upstream then you can keep them in sync (so set them to 1.0). Just to be clear, personally I would go for: rpm 1.0 rpmbuild 1.0 rpmio 0.0 rpmsign 0.0 As previously mentioned, OpenBSD ports should keep its own versioning of libraries. Major and minor are natular numbers (starting at zero) and go up. Without skipping any numbers. -- best regards q#