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> |