Date: Mon, 30 Oct 2017 14:20:02 +0000 (UTC) From: Mikhail Pchelin <misha@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r453178 - head/science/orthanc-webviewer Message-ID: <201710301420.v9UEK2Bo096496@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: misha Date: Mon Oct 30 14:20:02 2017 New Revision: 453178 URL: https://svnweb.freebsd.org/changeset/ports/453178 Log: - update from 2.2 to 2.3 Approved by: jpaetzel (mentor) Modified: head/science/orthanc-webviewer/Makefile head/science/orthanc-webviewer/distinfo Modified: head/science/orthanc-webviewer/Makefile ============================================================================== --- head/science/orthanc-webviewer/Makefile Mon Oct 30 14:19:32 2017 (r453177) +++ head/science/orthanc-webviewer/Makefile Mon Oct 30 14:20:02 2017 (r453178) @@ -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 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 Modified: head/science/orthanc-webviewer/distinfo ============================================================================== --- head/science/orthanc-webviewer/distinfo Mon Oct 30 14:19:32 2017 (r453177) +++ head/science/orthanc-webviewer/distinfo Mon Oct 30 14:20:02 2017 (r453178) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710301420.v9UEK2Bo096496>