diff options
author | rakuco <rakuco@FreeBSD.org> | 2016-03-16 18:36:34 +0800 |
---|---|---|
committer | rakuco <rakuco@FreeBSD.org> | 2016-03-16 18:36:34 +0800 |
commit | e09e891e1d6d25a25104978257aedc556b658292 (patch) | |
tree | ba5f4deaedd894b24e45aa0ccb0ff4032492f37e /science | |
parent | 7b4efc20b57400d600bb47f230c572d6b7308f34 (diff) | |
download | freebsd-ports-gnome-e09e891e1d6d25a25104978257aedc556b658292.tar.gz freebsd-ports-gnome-e09e891e1d6d25a25104978257aedc556b658292.tar.zst freebsd-ports-gnome-e09e891e1d6d25a25104978257aedc556b658292.zip |
Update to 1.0.0.
PR: 207450
Submitted by: mp39590@gmail.com (maintainer)
Diffstat (limited to 'science')
-rw-r--r-- | science/orthanc/Makefile | 6 | ||||
-rw-r--r-- | science/orthanc/distinfo | 4 | ||||
-rw-r--r-- | science/orthanc/pkg-plist | 2 |
3 files changed, 5 insertions, 7 deletions
diff --git a/science/orthanc/Makefile b/science/orthanc/Makefile index a4cc9f68d290..38e52b075a87 100644 --- a/science/orthanc/Makefile +++ b/science/orthanc/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= orthanc -PORTVERSION= 0.9.4 +PORTVERSION= 1.0.0 CATEGORIES= science graphics net www MASTER_SITES= http://orthanc-server.com/downloads/get.php?path=/orthanc/:main \ http://www.montefiore.ulg.ac.be/~jodogne/Orthanc/ThirdPartyDownloads/:mongoose @@ -85,8 +85,4 @@ post-install: IGNORE= supported only on 10.x by upstream, not all unit tests are passed .endif -.if ${OSVERSION} > 1100000 -BROKEN= unit tests are crashing, bug 200544 -.endif - .include <bsd.port.post.mk> diff --git a/science/orthanc/distinfo b/science/orthanc/distinfo index 1efa94326cce..1b4bdf80eb72 100644 --- a/science/orthanc/distinfo +++ b/science/orthanc/distinfo @@ -1,4 +1,4 @@ -SHA256 (orthanc/Orthanc-0.9.4.tar.gz) = 8cff5c50ea62d47fe99674c7c21297dd8e8bca6c38a5c9350f023f069d189c35 -SIZE (orthanc/Orthanc-0.9.4.tar.gz) = 1103580 +SHA256 (orthanc/Orthanc-1.0.0.tar.gz) = 3fc37a0fc91e597cc4004934b14726595b5e97b7e328e03dedb4454096bd1bbb +SIZE (orthanc/Orthanc-1.0.0.tar.gz) = 1164342 SHA256 (orthanc/mongoose-3.8.tgz) = 6afc2c377614a01a24b78560a62d1316b29372afe08eae3715b56c877be71c6e SIZE (orthanc/mongoose-3.8.tgz) = 1577314 diff --git a/science/orthanc/pkg-plist b/science/orthanc/pkg-plist index 52cf3812d1c7..35d3e965efb0 100644 --- a/science/orthanc/pkg-plist +++ b/science/orthanc/pkg-plist @@ -13,4 +13,6 @@ include/orthanc/OrthancCPlugin.h include/orthanc/OrthancCppDatabasePlugin.h %%DATADIR%%/plugins/libServeFolders.so %%DATADIR%%/plugins/libServeFolders.so.%%PORTVERSION%% +%%DATADIR%%/plugins/libModalityWorklists.so +%%DATADIR%%/plugins/libModalityWorklists.so.%%PORTVERSION%% sbin/Orthanc |