View | Details | Raw Unified | Return to bug 263920 | Differences between
and this patch

Collapse All | Expand All

(-)b/science/orthanc/Makefile (-6 / +1 lines)
Lines 1-15 Link Here
1
# Created by: maintainer.freebsd@xpoundit.com
1
# Created by: maintainer.freebsd@xpoundit.com
2
2
3
PORTNAME=	orthanc
3
PORTNAME=	orthanc
4
DISTVERSION=	1.10.1
4
DISTVERSION=	1.11.0
5
PORTREVISION=	2
6
CATEGORIES=	science
5
CATEGORIES=	science
7
MASTER_SITES=	https://www.orthanc-server.com/downloads/get.php?path=/orthanc/
6
MASTER_SITES=	https://www.orthanc-server.com/downloads/get.php?path=/orthanc/
8
DISTNAME=	Orthanc-${PORTVERSION}
7
DISTNAME=	Orthanc-${PORTVERSION}
9
8
10
PATCH_SITES=	https://hg.orthanc-server.com/orthanc/raw-rev/
11
PATCHFILES=	1f93dc290628:-p1 # fix https://bugs.orthanc-server.com/show_bug.cgi?id=204
12
13
MAINTAINER=	maintainer.freebsd@xpoundit.com
9
MAINTAINER=	maintainer.freebsd@xpoundit.com
14
COMMENT=	Lightweight DICOM server for healthcare and medical research
10
COMMENT=	Lightweight DICOM server for healthcare and medical research
15
11
Lines 40-46 CMAKE_ON= USE_SYSTEM_BOOST USE_SYSTEM_CIVETWEB USE_SYSTEM_DCMTK \ Link Here
40
		USE_SYSTEM_LIBJPEG USE_SYSTEM_LIBPNG USE_SYSTEM_LUA \
36
		USE_SYSTEM_LIBJPEG USE_SYSTEM_LIBPNG USE_SYSTEM_LUA \
41
		USE_SYSTEM_OPENSSL USE_SYSTEM_PUGIXML USE_SYSTEM_SQLITE \
37
		USE_SYSTEM_OPENSSL USE_SYSTEM_PUGIXML USE_SYSTEM_SQLITE \
42
		USE_SYSTEM_UUID USE_SYSTEM_ZLIB
38
		USE_SYSTEM_UUID USE_SYSTEM_ZLIB
43
CMAKE_OFF=	BUILD_CONNECTIVITY_CHECKS UNIT_TESTS_WITH_HTTP_CONNEXIONS
44
CMAKE_SOURCE_PATH=	${WRKSRC}/OrthancServer
39
CMAKE_SOURCE_PATH=	${WRKSRC}/OrthancServer
45
40
46
CFLAGS+=	-DNDEBUG
41
CFLAGS+=	-DNDEBUG
(-)b/science/orthanc/distinfo (-5 / +3 lines)
Lines 1-5 Link Here
1
TIMESTAMP = 1652716582
1
TIMESTAMP = 1652266484
2
SHA256 (Orthanc-1.10.1.tar.gz) = d1abd3bdc45cc6c34d8a4aa602174b3ed31952d598d8d8ee188dd0acc3c072a7
2
SHA256 (Orthanc-1.11.0.tar.gz) = 23949a70562487fd6e79d6f3f13c71a0fc90aa25e492fb3a99575fee0722c5af
3
SIZE (Orthanc-1.10.1.tar.gz) = 1882348
3
SIZE (Orthanc-1.11.0.tar.gz) = 1899829
4
SHA256 (1f93dc290628) = 5d622193638792c7e17fe8f4bc4535969fd8e5365c08f3024df3ddf294358d87
5
SIZE (1f93dc290628) = 3504
(-)b/science/orthanc/pkg-plist (+2 lines)
Lines 12-17 bin/OrthancRecoverCompressedFile Link Here
12
include/orthanc/OrthancCDatabasePlugin.h
12
include/orthanc/OrthancCDatabasePlugin.h
13
include/orthanc/OrthancCPlugin.h
13
include/orthanc/OrthancCPlugin.h
14
sbin/Orthanc
14
sbin/Orthanc
15
%%DATADIR%%/plugins/libHousekeeper.so
16
%%DATADIR%%/plugins/libHousekeeper.so.%%DISTVERSION%%
15
%%DATADIR%%/plugins/libModalityWorklists.so
17
%%DATADIR%%/plugins/libModalityWorklists.so
16
%%DATADIR%%/plugins/libModalityWorklists.so.%%DISTVERSION%%
18
%%DATADIR%%/plugins/libModalityWorklists.so.%%DISTVERSION%%
17
%%DATADIR%%/plugins/libServeFolders.so
19
%%DATADIR%%/plugins/libServeFolders.so

Return to bug 263920