diff options
author | Mikhail Pchelin <misha@FreeBSD.org> | 2017-10-30 14:20:02 +0000 |
---|---|---|
committer | Mikhail Pchelin <misha@FreeBSD.org> | 2017-10-30 14:20:02 +0000 |
commit | 7e76c3431ba4eb3a0ccaab9ad3b163cd909849ec (patch) | |
tree | 22edaeaa2a4ce12f727c11cec133e4761c6df066 /science | |
parent | c7c5a90d8908e043f48e526331dc6aa87a7f8d57 (diff) |
- update from 2.2 to 2.3
Approved by: jpaetzel (mentor)
Notes
Notes:
svn path=/head/; revision=453178
Diffstat (limited to 'science')
-rw-r--r-- | science/orthanc-webviewer/Makefile | 11 | ||||
-rw-r--r-- | science/orthanc-webviewer/distinfo | 10 |
2 files changed, 9 insertions, 12 deletions
diff --git a/science/orthanc-webviewer/Makefile b/science/orthanc-webviewer/Makefile index b2fd9c18da70..8e34eca8d44c 100644 --- a/science/orthanc-webviewer/Makefile +++ b/science/orthanc-webviewer/Makefile @@ -2,14 +2,13 @@ # $FreeBSD$ PORTNAME= orthanc-webviewer -PORTVERSION= 2.2 -PORTREVISION= 8 +PORTVERSION= 2.3 CATEGORIES= science graphics MASTER_SITES= http://orthanc-server.com/downloads/get.php?path=/plugin-webviewer/:main \ - http://www.montefiore.ulg.ac.be/~jodogne/Orthanc/ThirdPartyDownloads/WebViewer/:thirdparty + http://www.orthanc-server.com/downloads/third-party/WebViewer/:thirdparty DISTFILES= OrthancWebViewer-${PORTVERSION}.tar.gz:main \ jsPanel-2.3.3-fixed.zip:thirdparty \ - cornerstone-0.8.4.zip:thirdparty \ + cornerstone-0.11.0.zip:thirdparty \ jquery-ui-1.11.3.zip:thirdparty \ pako-0.2.5.zip:thirdparty \ js-url-1.8.6.zip:thirdparty @@ -21,8 +20,6 @@ COMMENT= Web viewer plugin for Orthanc LICENSE= AGPLv3 LICENSE_FILE= ${WRKSRC}/COPYING -BROKEN= fails to build - BUILD_DEPENDS= ${LOCALBASE}/include/orthanc/OrthancCPlugin.h:science/orthanc \ gtest-config:devel/googletest LIB_DEPENDS= libgdcmCommon.so:devel/gdcm \ @@ -43,7 +40,7 @@ PLIST_FILES= share/orthanc/plugins/libOrthancWebViewer.so \ post-extract: ${MKDIR} ${WRKSRC}/ThirdPartyDownloads ${CP} ${DISTDIR}/${DIST_SUBDIR}/jsPanel-2.3.3-fixed.zip ${WRKSRC}/ThirdPartyDownloads - ${CP} ${DISTDIR}/${DIST_SUBDIR}/cornerstone-0.8.4.zip ${WRKSRC}/ThirdPartyDownloads + ${CP} ${DISTDIR}/${DIST_SUBDIR}/cornerstone-0.11.0.zip ${WRKSRC}/ThirdPartyDownloads ${CP} ${DISTDIR}/${DIST_SUBDIR}/jquery-ui-1.11.3.zip ${WRKSRC}/ThirdPartyDownloads ${CP} ${DISTDIR}/${DIST_SUBDIR}/pako-0.2.5.zip ${WRKSRC}/ThirdPartyDownloads ${CP} ${DISTDIR}/${DIST_SUBDIR}/js-url-1.8.6.zip ${WRKSRC}/ThirdPartyDownloads diff --git a/science/orthanc-webviewer/distinfo b/science/orthanc-webviewer/distinfo index 0360405a9fad..ae8548d8c7ba 100644 --- a/science/orthanc-webviewer/distinfo +++ b/science/orthanc-webviewer/distinfo @@ -1,10 +1,10 @@ -TIMESTAMP = 1469016703 -SHA256 (orthanc/OrthancWebViewer-2.2.tar.gz) = 826a444b16aedce6a068c1c4b5d59c01067df05f85a85e99ceaae3533fd945b8 -SIZE (orthanc/OrthancWebViewer-2.2.tar.gz) = 158861 +TIMESTAMP = 1503851520 +SHA256 (orthanc/OrthancWebViewer-2.3.tar.gz) = e9f8b89fb2a63373cccd55267680a953ec49073872dbb8747bc662b4d7955c5e +SIZE (orthanc/OrthancWebViewer-2.3.tar.gz) = 162475 SHA256 (orthanc/jsPanel-2.3.3-fixed.zip) = 958a15c7009efbb865da62b5850a3a39661c62696e38b151c7f988f4ac445595 SIZE (orthanc/jsPanel-2.3.3-fixed.zip) = 826542 -SHA256 (orthanc/cornerstone-0.8.4.zip) = 87302c389d389054f30d89adb003388a13d5712e3945be133d45ae65d43372f4 -SIZE (orthanc/cornerstone-0.8.4.zip) = 617017 +SHA256 (orthanc/cornerstone-0.11.0.zip) = 1bada9f1f2981968f72daa352e712abea5cac3e0417fe59176f70a23261f1da9 +SIZE (orthanc/cornerstone-0.11.0.zip) = 935277 SHA256 (orthanc/jquery-ui-1.11.3.zip) = 045b52f293bf4f77c6689569064327495edd9e6434839b78a56299c555130282 SIZE (orthanc/jquery-ui-1.11.3.zip) = 400437 SHA256 (orthanc/pako-0.2.5.zip) = e493010e1b1af5c149631994365ed31e15722eed2d17cc1d95bd9af151f2005f |