https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273695
--- Comment #7 from commit-h...@freebsd.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=c7691ef42dd0bcb1c794782eecb269d0c3a9480b commit c7691ef42dd0bcb1c794782eecb269d0c3a9480b Author: Tobias C. Berner <tcber...@freebsd.org> AuthorDate: 2023-09-18 15:49:20 +0000 Commit: Tobias C. Berner <tcber...@freebsd.org> CommitDate: 2023-09-18 15:57:12 +0000 chinese/libime-jyutping: fix plist against KDE Frameworks 5.110 The change [1] in KDE Frameworks leads to the configuration ecm_setup_version(PROJECT VARIABLE_PREFIX IMEJyutping PACKAGE_VERSION_FILE "${CMAKE_CURRENT_BINARY_DIR}/LibIMEJyutpingConfigVersion.cmake" SOVERSION 0) accepting the value '0' as so-version, and not defaulting to the softwares major version (here 1). This leads to the .so.1 being renamed to .so.0 in the final package. [1] https://invent.kde.org/frameworks/extra-cmake-modules/-/commit/1da0bba97d170e6d04eaf5555681c1b325cabcf5 PR: 273695 chinese/libime-jyutping/Makefile | 2 +- chinese/libime-jyutping/pkg-plist | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) -- You are receiving this mail because: You are on the CC list for the bug.