Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Oct 2017 14:45:19 +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: r453181 - in head/science/orthanc: . files
Message-ID:  <201710301445.v9UEjJAF008962@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: misha
Date: Mon Oct 30 14:45:19 2017
New Revision: 453181
URL: https://svnweb.freebsd.org/changeset/ports/453181

Log:
  - update from 1.1.0 to 1.3.0
  
  Approved by:	jpaetzel (mentor)

Deleted:
  head/science/orthanc/files/patch-Core_SQLite_FunctionContext.cpp
  head/science/orthanc/files/patch-Core_SQLite_FunctionContext.h
  head/science/orthanc/files/patch-OrthancServer_FromDcmtkBridge.cpp
  head/science/orthanc/files/patch-OrthancServer_OrthancInitialization.cpp
Modified:
  head/science/orthanc/Makefile
  head/science/orthanc/distinfo
  head/science/orthanc/files/patch-Resources_Configuration.json

Modified: head/science/orthanc/Makefile
==============================================================================
--- head/science/orthanc/Makefile	Mon Oct 30 14:31:11 2017	(r453180)
+++ head/science/orthanc/Makefile	Mon Oct 30 14:45:19 2017	(r453181)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	orthanc
-PORTVERSION=	1.1.0
-PORTREVISION=	8
+PORTVERSION=	1.3.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
@@ -18,6 +17,8 @@ COMMENT=	RESTful DICOM server for healthcare and medic
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+BROKEN_powerpc64=	fails to configure: CMake: Looking for C++ include pugixml.hpp - not found
+
 LIB_DEPENDS=	libcurl.so:ftp/curl \
 		libjsoncpp.so:devel/jsoncpp \
 		libuuid.so:misc/e2fsprogs-libuuid \
@@ -35,8 +36,6 @@ LIB_DEPENDS=	libcurl.so:ftp/curl \
 		libgtest.so:devel/googletest \
 		libpugixml.so:textproc/pugixml
 
-BROKEN_powerpc64=	fails to configure: CMake: Looking for C++ include pugixml.hpp - not found
-
 CMAKE_ARGS=	-DDCMTK_LIBRARIES="dcmdsig;charls;dcmjpls" \
 		-DDCMTK_DIR="${LOCALBASE}" \
 		-DDCMTK_DICTIONARY_DIR="${LOCALBASE}/share/dcmtk" \
@@ -73,8 +72,10 @@ post-patch:
 # Some tests require connections to be made to the outside world, this is
 # definitely unsupported behaviour and therefor those tests are disabled with
 # cmake variable above (-DUNIT_TESTS_WITH_HTTP_CONNEXIONS=OFF).
-post-build:
-	@cd ${BUILD_WRKSRC} && ./UnitTests
+#
+# Tests run is temporary disabled: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=215393
+#post-build:
+#	@cd ${BUILD_WRKSRC} && ./UnitTests
 
 post-install:
 	${MKDIR} ${STAGEDIR}/var/db/orthanc/db/db-v5

Modified: head/science/orthanc/distinfo
==============================================================================
--- head/science/orthanc/distinfo	Mon Oct 30 14:31:11 2017	(r453180)
+++ head/science/orthanc/distinfo	Mon Oct 30 14:45:19 2017	(r453181)
@@ -1,5 +1,5 @@
-TIMESTAMP = 1469014978
-SHA256 (orthanc/Orthanc-1.1.0.tar.gz) = e8e7ce79dc327b8d0cd4917a520d867260eb58a34a2eea5e24a56db3540edbd4
-SIZE (orthanc/Orthanc-1.1.0.tar.gz) = 1152366
+TIMESTAMP = 1508149082
+SHA256 (orthanc/Orthanc-1.3.0.tar.gz) = a68b3c3fda8ea5cd065d356b314737634d8088d6ab2380c9ccfa433cc8fe61de
+SIZE (orthanc/Orthanc-1.3.0.tar.gz) = 1231636
 SHA256 (orthanc/mongoose-3.8.tgz) = 6afc2c377614a01a24b78560a62d1316b29372afe08eae3715b56c877be71c6e
 SIZE (orthanc/mongoose-3.8.tgz) = 1577314

Modified: head/science/orthanc/files/patch-Resources_Configuration.json
==============================================================================
--- head/science/orthanc/files/patch-Resources_Configuration.json	Mon Oct 30 14:31:11 2017	(r453180)
+++ head/science/orthanc/files/patch-Resources_Configuration.json	Mon Oct 30 14:45:19 2017	(r453181)
@@ -1,23 +1,23 @@
---- Resources/Configuration.json.orig	2015-02-12 13:47:38 UTC
+--- Resources/Configuration.json.orig	2017-07-19 11:10:48 UTC
 +++ Resources/Configuration.json
-@@ -9,12 +9,12 @@
- 
-   // Path to the directory that holds the heavyweight files
-   // (i.e. the raw DICOM instances)
+@@ -10,12 +10,12 @@
+   // Path to the directory that holds the heavyweight files (i.e. the
+   // raw DICOM instances). Backslashes must be either escaped by
+   // doubling them, or replaced by forward slashes "/".
 -  "StorageDirectory" : "OrthancStorage",
 +  "StorageDirectory" : "/var/db/orthanc/db-v5",
  
-   // Path to the directory that holds the SQLite index (if unset,
-   // the value of StorageDirectory is used). This index could be
-   // stored on a RAM-drive or a SSD device for performance reasons.
+   // Path to the directory that holds the SQLite index (if unset, the
+   // value of StorageDirectory is used). This index could be stored on
+   // a RAM-drive or a SSD device for performance reasons.
 -  "IndexDirectory" : "OrthancStorage",
 +  "IndexDirectory" : "/var/db/orthanc/db-v5",
  
    // Enable the transparent compression of the DICOM instances
    "StorageCompression" : false,
-@@ -39,6 +39,7 @@
-   // folders, in which case they will be scanned non-recursively to
-   // find shared libraries.
+@@ -41,6 +41,7 @@
+   // find shared libraries. Backslashes must be either escaped by
+   // doubling them, or replaced by forward slashes "/".
    "Plugins" : [
 +    "%%PREFIX%%/share/orthanc/plugins/"
    ],



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710301445.v9UEjJAF008962>