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)
This commit is contained in:
parent
59993b4ee7
commit
1895f70752
@ -1,15 +1,11 @@
|
||||
# Created by: maintainer.freebsd@xpoundit.com
|
||||
|
||||
PORTNAME= orthanc
|
||||
DISTVERSION= 1.10.1
|
||||
PORTREVISION= 2
|
||||
DISTVERSION= 1.11.0
|
||||
CATEGORIES= science
|
||||
MASTER_SITES= https://www.orthanc-server.com/downloads/get.php?path=/orthanc/
|
||||
DISTNAME= Orthanc-${PORTVERSION}
|
||||
|
||||
PATCH_SITES= https://hg.orthanc-server.com/orthanc/raw-rev/
|
||||
PATCHFILES= 1f93dc290628:-p1 # fix https://bugs.orthanc-server.com/show_bug.cgi?id=204
|
||||
|
||||
MAINTAINER= maintainer.freebsd@xpoundit.com
|
||||
COMMENT= Lightweight DICOM server for healthcare and medical research
|
||||
|
||||
@ -32,9 +28,8 @@ USES= cmake gnome iconv jpeg lua python:build sqlite ssl
|
||||
USE_GNOME= libxml2
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
WRKSRC= ${WRKDIR}/Orthanc-${PORTVERSION}
|
||||
USE_RC_SUBR= orthanc
|
||||
|
||||
CMAKE_OFF= BUILD_CONNECTIVITY_CHECKS UNIT_TESTS_WITH_HTTP_CONNEXIONS
|
||||
CMAKE_ON= USE_SYSTEM_BOOST USE_SYSTEM_CIVETWEB USE_SYSTEM_DCMTK \
|
||||
USE_SYSTEM_GOOGLE_TEST USE_SYSTEM_JSONCPP USE_SYSTEM_LIBICONV \
|
||||
USE_SYSTEM_LIBJPEG USE_SYSTEM_LIBPNG USE_SYSTEM_LUA \
|
||||
@ -46,7 +41,7 @@ CMAKE_SOURCE_PATH= ${WRKSRC}/OrthancServer
|
||||
CFLAGS+= -DNDEBUG
|
||||
CXXFLAGS+= -DNDEBUG
|
||||
|
||||
USE_RC_SUBR= orthanc
|
||||
WRKSRC= ${WRKDIR}/Orthanc-${PORTVERSION}
|
||||
|
||||
USERS= orthanc
|
||||
GROUPS= orthanc
|
||||
|
@ -1,5 +1,3 @@
|
||||
TIMESTAMP = 1652716582
|
||||
SHA256 (Orthanc-1.10.1.tar.gz) = d1abd3bdc45cc6c34d8a4aa602174b3ed31952d598d8d8ee188dd0acc3c072a7
|
||||
SIZE (Orthanc-1.10.1.tar.gz) = 1882348
|
||||
SHA256 (1f93dc290628) = 5d622193638792c7e17fe8f4bc4535969fd8e5365c08f3024df3ddf294358d87
|
||||
SIZE (1f93dc290628) = 3504
|
||||
TIMESTAMP = 1652266484
|
||||
SHA256 (Orthanc-1.11.0.tar.gz) = 23949a70562487fd6e79d6f3f13c71a0fc90aa25e492fb3a99575fee0722c5af
|
||||
SIZE (Orthanc-1.11.0.tar.gz) = 1899829
|
||||
|
@ -12,6 +12,8 @@ bin/OrthancRecoverCompressedFile
|
||||
include/orthanc/OrthancCDatabasePlugin.h
|
||||
include/orthanc/OrthancCPlugin.h
|
||||
sbin/Orthanc
|
||||
%%DATADIR%%/plugins/libHousekeeper.so
|
||||
%%DATADIR%%/plugins/libHousekeeper.so.%%DISTVERSION%%
|
||||
%%DATADIR%%/plugins/libModalityWorklists.so
|
||||
%%DATADIR%%/plugins/libModalityWorklists.so.%%DISTVERSION%%
|
||||
%%DATADIR%%/plugins/libServeFolders.so
|
||||
|
Loading…
Reference in New Issue
Block a user