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

(-)b/science/orthanc/Makefile (-6 / +1 lines)
Lines 1-8 Link Here
1
# Created by: mp39590@gmail.com
1
# Created by: mp39590@gmail.com
2
# $FreeBSD$
3
2
4
PORTNAME=	orthanc
3
PORTNAME=	orthanc
5
PORTVERSION=	0.9.4
4
PORTVERSION=	1.0.0
6
CATEGORIES=	science graphics net www
5
CATEGORIES=	science graphics net www
7
MASTER_SITES=	http://orthanc-server.com/downloads/get.php?path=/orthanc/:main \
6
MASTER_SITES=	http://orthanc-server.com/downloads/get.php?path=/orthanc/:main \
8
		http://www.montefiore.ulg.ac.be/~jodogne/Orthanc/ThirdPartyDownloads/:mongoose
7
		http://www.montefiore.ulg.ac.be/~jodogne/Orthanc/ThirdPartyDownloads/:mongoose
Lines 85-92 post-install: Link Here
85
IGNORE=	supported only on 10.x by upstream, not all unit tests are passed
84
IGNORE=	supported only on 10.x by upstream, not all unit tests are passed
86
.endif
85
.endif
87
86
88
.if ${OSVERSION} > 1100000
89
BROKEN=	unit tests are crashing, bug 200544
90
.endif
91
92
.include <bsd.port.post.mk>
87
.include <bsd.port.post.mk>
(-)b/science/orthanc/distinfo (-2 / +2 lines)
Lines 1-4 Link Here
1
SHA256 (orthanc/Orthanc-0.9.4.tar.gz) = 8cff5c50ea62d47fe99674c7c21297dd8e8bca6c38a5c9350f023f069d189c35
1
SHA256 (orthanc/Orthanc-1.0.0.tar.gz) = 3fc37a0fc91e597cc4004934b14726595b5e97b7e328e03dedb4454096bd1bbb
2
SIZE (orthanc/Orthanc-0.9.4.tar.gz) = 1103580
2
SIZE (orthanc/Orthanc-1.0.0.tar.gz) = 1164342
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 (+2 lines)
Lines 13-16 include/orthanc/OrthancCPlugin.h Link Here
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.%%PORTVERSION%%
15
%%DATADIR%%/plugins/libServeFolders.so.%%PORTVERSION%%
16
%%DATADIR%%/plugins/libModalityWorklists.so
17
%%DATADIR%%/plugins/libModalityWorklists.so.%%PORTVERSION%%
16
sbin/Orthanc
18
sbin/Orthanc

Return to bug 207450