Created attachment 233854 [details] patch Updated science/orthanc to 1.11.0. Checked the build on 12.3 and 13.0 (amd64) in poudriere.
^Triage: If there is a changelog or release notes URL available for this version, please add it to the URL field. Thanks!
CMAKE_OFF is duplicated. I will remove one of them.
There are pkg-plist issues. ====> Running Q/A tests (stage-qa) ====> Checking for pkg-plist issues (check-plist) ===> Parsing plist ===> Checking for items in STAGEDIR missing from pkg-plist Error: Orphaned: %%DATADIR%%/plugins/libHousekeeper.so Error: Orphaned: %%DATADIR%%/plugins/libHousekeeper.so.%%DISTVERSION%% ===> Checking for items in pkg-plist which are not in STAGEDIR ===> Error: Plist issues found. *** Error code 1 ^Triage: Please confirm this change passes QA (portlint, poudriere at least) For details and instructions, see: https://docs.freebsd.org/en/books/porters-handbook/#testing
Fernando, thank you for pointing out the plist issues - I overlooked these. Going to fix them soon and come back to you. Regards Frank
Created attachment 234325 [details] patch - removed duplicated CMAKE_OFF - pkg-plist includes new shared objects - removed PATCH_SITES and PATCHFILES, patch is included in 1.11.0 https://bugs.orthanc-server.com/show_bug.cgi?id=204 Can get committed, if OK. Thanks!
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=1895f7075221ac5e8956c259b7572a86a9873183 commit 1895f7075221ac5e8956c259b7572a86a9873183 Author: Frank Scholl <maintainer.freebsd@xpoundit.com> AuthorDate: 2022-05-30 14:32:04 +0000 Commit: Fernando Apesteguía <fernape@FreeBSD.org> CommitDate: 2022-05-30 14:53:38 +0000 science/orthanc: Update to 1.11.0 ChangeLog: https://hg.orthanc-server.com/orthanc/file/Orthanc-1.11.0/NEWS PR: 263920 Reported by: maintainer.freebsd@xpoundit.com (maintainer) science/orthanc/Makefile | 11 +++-------- science/orthanc/distinfo | 8 +++----- science/orthanc/pkg-plist | 2 ++ 3 files changed, 8 insertions(+), 13 deletions(-)
Committed, Thanks!