View | Details | Raw Unified | Return to bug 203377
Collapse All | Expand All

(-)b/science/orthanc/Makefile (-3 / +4 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	orthanc
4
PORTNAME=	orthanc
5
PORTVERSION=	0.9.3
5
PORTVERSION=	0.9.4
6
CATEGORIES=	science graphics net www
6
CATEGORIES=	science graphics net www
7
MASTER_SITES=	http://orthanc-server.com/downloads/get.php?path=/orthanc/:main \
7
MASTER_SITES=	http://orthanc-server.com/downloads/get.php?path=/orthanc/:main \
8
		http://www.montefiore.ulg.ac.be/~jodogne/Orthanc/ThirdPartyDownloads/:mongoose
8
		http://www.montefiore.ulg.ac.be/~jodogne/Orthanc/ThirdPartyDownloads/:mongoose
Lines 38-44 CMAKE_ARGS= -DDCMTK_LIBRARIES="dcmdsig;charls;dcmjpls" \ Link Here
38
		-DUSE_SYSTEM_MONGOOSE=OFF \
38
		-DUSE_SYSTEM_MONGOOSE=OFF \
39
		-DUNIT_TESTS_WITH_HTTP_CONNEXIONS=OFF
39
		-DUNIT_TESTS_WITH_HTTP_CONNEXIONS=OFF
40
40
41
USES=		cmake:outsource python:build lua:51 dos2unix
41
USES=		cmake:outsource dos2unix lua:51 python:build
42
DOS2UNIX_FILES=	CMakeLists.txt
42
DOS2UNIX_FILES=	CMakeLists.txt
43
USE_LDCONFIG=	yes
43
USE_LDCONFIG=	yes
44
USE_OPENSSL=	yes
44
USE_OPENSSL=	yes
Lines 46-51 USE_RC_SUBR= orthanc Link Here
46
WRKSRC=		${WRKDIR}/Orthanc-${PORTVERSION}
46
WRKSRC=		${WRKDIR}/Orthanc-${PORTVERSION}
47
USERS=		orthanc
47
USERS=		orthanc
48
GROUPS=		orthanc
48
GROUPS=		orthanc
49
PLIST_SUB+=	PORTVERSION=${PORTVERSION}
49
50
50
# This is mongoose sources, downloaded from Orthanc author homepage.  Orthanc
51
# This is mongoose sources, downloaded from Orthanc author homepage.  Orthanc
51
# requires mongoose webserver, but after version 3.8, mongoose developers has
52
# requires mongoose webserver, but after version 3.8, mongoose developers has
Lines 81-87 post-install: Link Here
81
.include <bsd.port.pre.mk>
82
.include <bsd.port.pre.mk>
82
83
83
.if ${OSVERSION} < 1001000
84
.if ${OSVERSION} < 1001000
84
IGNORE=	supported only on 10.1 by upstream, not all unit tests are passed
85
IGNORE=	supported only on 10.x by upstream, not all unit tests are passed
85
.endif
86
.endif
86
87
87
.if ${OSVERSION} > 1100000
88
.if ${OSVERSION} > 1100000
(-)b/science/orthanc/distinfo (-2 / +2 lines)
Lines 1-4 Link Here
1
SHA256 (orthanc/Orthanc-0.9.3.tar.gz) = b0cfa7223c038d5ba13b823531da40e0edcec57105bd84ed36294f09aef4d0f3
1
SHA256 (orthanc/Orthanc-0.9.4.tar.gz) = 8cff5c50ea62d47fe99674c7c21297dd8e8bca6c38a5c9350f023f069d189c35
2
SIZE (orthanc/Orthanc-0.9.3.tar.gz) = 675679
2
SIZE (orthanc/Orthanc-0.9.4.tar.gz) = 1103580
3
SHA256 (orthanc/mongoose-3.8.tgz) = 6afc2c377614a01a24b78560a62d1316b29372afe08eae3715b56c877be71c6e
3
SHA256 (orthanc/mongoose-3.8.tgz) = 6afc2c377614a01a24b78560a62d1316b29372afe08eae3715b56c877be71c6e
4
SIZE (orthanc/mongoose-3.8.tgz) = 1577314
4
SIZE (orthanc/mongoose-3.8.tgz) = 1577314
(-)b/science/orthanc/pkg-plist (-1 / +1 lines)
Lines 12-16 include/orthanc/OrthancCDatabasePlugin.h Link Here
12
include/orthanc/OrthancCPlugin.h
12
include/orthanc/OrthancCPlugin.h
13
include/orthanc/OrthancCppDatabasePlugin.h
13
include/orthanc/OrthancCppDatabasePlugin.h
14
%%DATADIR%%/plugins/libServeFolders.so
14
%%DATADIR%%/plugins/libServeFolders.so
15
%%DATADIR%%/plugins/libServeFolders.so.0.9.3
15
%%DATADIR%%/plugins/libServeFolders.so.%%PORTVERSION%%
16
sbin/Orthanc
16
sbin/Orthanc

Return to bug 203377