Bug 263920 - science/orthanc: Update to 1.11.0
Summary: science/orthanc: Update to 1.11.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Fernando Apesteguía
URL: https://hg.orthanc-server.com/orthanc...
Keywords: needs-qa
Depends on:
Blocks:
 
Reported: 2022-05-11 14:25 UTC by Frank Scholl
Modified: 2022-05-30 14:56 UTC (History)
1 user (show)

See Also:


Attachments
patch (936 bytes, patch)
2022-05-11 14:25 UTC, Frank Scholl
maintainer.freebsd: maintainer-approval+
Details | Diff
patch (2.21 KB, patch)
2022-05-30 13:59 UTC, Frank Scholl
maintainer.freebsd: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Frank Scholl 2022-05-11 14:25:07 UTC
Created attachment 233854 [details]
patch

Updated science/orthanc to 1.11.0.
Checked the build on 12.3 and 13.0 (amd64) in poudriere.
Comment 1 Fernando Apesteguía freebsd_committer freebsd_triage 2022-05-13 09:15:07 UTC
^Triage: If there is a changelog or release notes URL available for this version, please add it to the URL field.


Thanks!
Comment 2 Fernando Apesteguía freebsd_committer freebsd_triage 2022-05-13 09:18:36 UTC
CMAKE_OFF is duplicated. I will remove one of them.
Comment 3 Fernando Apesteguía freebsd_committer freebsd_triage 2022-05-13 14:22:38 UTC
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
Comment 4 Frank Scholl 2022-05-22 18:58:51 UTC
Fernando,

thank you for pointing out the plist issues - I overlooked these. Going to fix them soon and come back to you.

Regards

Frank
Comment 5 Frank Scholl 2022-05-30 13:59:56 UTC
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!
Comment 6 commit-hook freebsd_committer freebsd_triage 2022-05-30 14:56:32 UTC
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(-)
Comment 7 Fernando Apesteguía freebsd_committer freebsd_triage 2022-05-30 14:56:56 UTC
Committed,

Thanks!