On Fri, Mar 22, 2024 at 04:48:22PM +0000, Stuart Henderson wrote: > https://www.openbsd.org/faq/ports/specialtopics.html#SharedLibs > > -- > Sent from a phone, apologies for poor formatting. >
Thanks, if I read the doc clearly I have to bump major number as some functions outputs are changed (Change handling a vectors in multiple function arguments (of non-vector type) - return vector instead of matrix). diff /usr/ports commit - 3d38b802a2e4af485e1466d5790b916554636325 path + /usr/ports blob - 9a8ba2d811286f5de923d3aee75a698afd80f1d2 file + math/libqalculate/Makefile --- math/libqalculate/Makefile +++ math/libqalculate/Makefile @@ -1,11 +1,11 @@ COMMENT = applied math library and CLI calculator CATEGORIES = math devel -V = 4.9.0 +V = 5.0.0 DISTNAME = libqalculate-$V HOMEPAGE = https://qalculate.github.io/ -SHARED_LIBS += qalculate 6.1 # 42.1 +SHARED_LIBS += qalculate 7.0 # 43.0 # GPLv2+ PERMIT_PACKAGE = Yes blob - b9f6faa6fcee747a3d2b7d9624cde90f400d8aab file + math/libqalculate/distinfo --- math/libqalculate/distinfo +++ math/libqalculate/distinfo @@ -1,2 +1,2 @@ -SHA256 (libqalculate-4.9.0.tar.gz) = YTDtKPf7hoi8zt5PN0m3915KAAuAgIQHlJadIdHBvw8= -SIZE (libqalculate-4.9.0.tar.gz) = 2639589 +SHA256 (libqalculate-5.0.0.tar.gz) = WRWY3tvL2AEZ3gUlWYc1MAMLNRC8orB1jwiM+32vsu4= +SIZE (libqalculate-5.0.0.tar.gz) = 2674322 -- ~Justin