From nobody Fri Oct 15 12:36:33 2021 X-Original-To: dev-commits-ports-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id F308817F1B7F; Fri, 15 Oct 2021 12:36:33 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HW5Nx6TFsz4cj5; Fri, 15 Oct 2021 12:36:33 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B9CAE26929; Fri, 15 Oct 2021 12:36:33 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 19FCaXMk080759; Fri, 15 Oct 2021 12:36:33 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 19FCaX83080758; Fri, 15 Oct 2021 12:36:33 GMT (envelope-from git) Date: Fri, 15 Oct 2021 12:36:33 GMT Message-Id: <202110151236.19FCaX83080758@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Nuno Teixeira Subject: git: ed1547a7fc77 - main - science/orthanc-dicomweb: Update to 1.7 List-Id: Commit messages for all branches of the ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-all@freebsd.org X-BeenThere: dev-commits-ports-all@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: eduardo X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: ed1547a7fc777be0ca26d18ef06e0f3c08adef45 Auto-Submitted: auto-generated X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by eduardo: URL: https://cgit.FreeBSD.org/ports/commit/?id=ed1547a7fc777be0ca26d18ef06e0f3c08adef45 commit ed1547a7fc777be0ca26d18ef06e0f3c08adef45 Author: Frank Scholl AuthorDate: 2021-10-15 12:34:51 +0000 Commit: Nuno Teixeira CommitDate: 2021-10-15 12:36:17 +0000 science/orthanc-dicomweb: Update to 1.7 ChangeLog: https://hg.orthanc-server.com/orthanc-dicomweb/file/default/NEWS PR: 259144 --- science/orthanc-dicomweb/Makefile | 5 +++-- science/orthanc-dicomweb/distinfo | 6 +++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/science/orthanc-dicomweb/Makefile b/science/orthanc-dicomweb/Makefile index 6d0e3669e0c2..cd4243a9b257 100644 --- a/science/orthanc-dicomweb/Makefile +++ b/science/orthanc-dicomweb/Makefile @@ -1,7 +1,7 @@ # Created by: maintainer.freebsd@xpoundit.com PORTNAME= orthanc-dicomweb -DISTVERSION= 1.6 +DISTVERSION= 1.7 CATEGORIES= science MASTER_SITES= https://www.orthanc-server.com/downloads/get.php?path=/plugin-dicom-web/:main \ https://www.orthanc-server.com/downloads/get.php?path=/orthanc/:framework \ @@ -41,9 +41,10 @@ USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/OrthancDicomWeb-${PORTVERSION} -CMAKE_OFF= USE_SYSTEM_UUID CMAKE_ARGS= -DORTHANC_FRAMEWORK_ROOT=${WRKSRC}/ThirdPartyDownloads/Orthanc-1.9.3/OrthancFramework/Sources \ -DORTHANC_FRAMEWORK_SOURCE=path +CMAKE_OFF= USE_SYSTEM_UUID + CFLAGS+= -DORTHANC_ENABLE_LOGGING_PLUGIN -DNDEBUG CXXFLAGS+= -DNDEBUG diff --git a/science/orthanc-dicomweb/distinfo b/science/orthanc-dicomweb/distinfo index 96c67bc641c5..33a7c12bb586 100644 --- a/science/orthanc-dicomweb/distinfo +++ b/science/orthanc-dicomweb/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1620903521 -SHA256 (orthanc/OrthancDicomWeb-1.6.tar.gz) = 4e5df573d6000c2707999222420efa7fcb62bea0b4f62369ffaa0277c5be8cd6 -SIZE (orthanc/OrthancDicomWeb-1.6.tar.gz) = 202325 +TIMESTAMP = 1634135821 +SHA256 (orthanc/OrthancDicomWeb-1.7.tar.gz) = 4e2f043ba1a0f9b83d21b5946c56002ef406b8c8129adf138dc9d2fd3d219d86 +SIZE (orthanc/OrthancDicomWeb-1.7.tar.gz) = 203473 SHA256 (orthanc/Orthanc-1.9.3.tar.gz) = 41cc35a3d15ecb0d7b834e8e28a740cc4ffa1f333c019a764228d60e96608960 SIZE (orthanc/Orthanc-1.9.3.tar.gz) = 1818313 SHA256 (orthanc/e2fsprogs-1.44.5.tar.gz) = 2e211fae27ef74d5af4a4e40b10b8df7f87c655933bd171aab4889bfc4e6d1cc