From owner-svn-ports-head@freebsd.org Mon Oct 30 14:20:03 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 73050E5E209; Mon, 30 Oct 2017 14:20:03 +0000 (UTC) (envelope-from misha@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4BC0563ED5; Mon, 30 Oct 2017 14:20:03 +0000 (UTC) (envelope-from misha@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v9UEK2gw096498; Mon, 30 Oct 2017 14:20:02 GMT (envelope-from misha@FreeBSD.org) Received: (from misha@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v9UEK2Bo096496; Mon, 30 Oct 2017 14:20:02 GMT (envelope-from misha@FreeBSD.org) Message-Id: <201710301420.v9UEK2Bo096496@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: misha set sender to misha@FreeBSD.org using -f From: Mikhail Pchelin Date: Mon, 30 Oct 2017 14:20:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r453178 - head/science/orthanc-webviewer X-SVN-Group: ports-head X-SVN-Commit-Author: misha X-SVN-Commit-Paths: head/science/orthanc-webviewer X-SVN-Commit-Revision: 453178 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Oct 2017 14:20:03 -0000 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