From nobody Fri Oct 15 09:48:52 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 49DDB17F8245; Fri, 15 Oct 2021 09:48:53 +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 4HW1gT1bTPz4v1w; Fri, 15 Oct 2021 09:48:53 +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 133D124337; Fri, 15 Oct 2021 09:48:53 +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 19F9mqMP053578; Fri, 15 Oct 2021 09:48:52 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 19F9mqWK053577; Fri, 15 Oct 2021 09:48:52 GMT (envelope-from git) Date: Fri, 15 Oct 2021 09:48:52 GMT Message-Id: <202110150948.19F9mqWK053577@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: 83a3ec5958d0 - main - science/orthanc-mysql: Update to 4.3 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: 83a3ec5958d0638476ac0771122ee5fb0410f71a Auto-Submitted: auto-generated X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by eduardo: URL: https://cgit.FreeBSD.org/ports/commit/?id=83a3ec5958d0638476ac0771122ee5fb0410f71a commit 83a3ec5958d0638476ac0771122ee5fb0410f71a Author: Frank Scholl AuthorDate: 2021-10-15 09:46:33 +0000 Commit: Nuno Teixeira CommitDate: 2021-10-15 09:48:25 +0000 science/orthanc-mysql: Update to 4.3 ChangeLog: https://hg.orthanc-server.com/orthanc-databases/file/default/MySQL/NEWS PR: 259143 --- science/orthanc-mysql/Makefile | 10 ++++++---- science/orthanc-mysql/distinfo | 6 +++--- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/science/orthanc-mysql/Makefile b/science/orthanc-mysql/Makefile index c63b5c716eb9..6b41ad68762e 100644 --- a/science/orthanc-mysql/Makefile +++ b/science/orthanc-mysql/Makefile @@ -1,7 +1,7 @@ # Created by: maintainer.freebsd@xpoundit.com PORTNAME= orthanc-mysql -DISTVERSION= 4.0 +DISTVERSION= 4.3 CATEGORIES= science MASTER_SITES= https://www.orthanc-server.com/downloads/get.php?path=/plugin-mysql/:main \ https://www.orthanc-server.com/downloads/get.php?path=/orthanc/:framework \ @@ -30,12 +30,14 @@ USES= cmake localbase mysql:client python:build ssl USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/OrthancMySQL-${PORTVERSION} -CMAKE_SOURCE_PATH= ${WRKSRC}/MySQL -CMAKE_OFF= DBUILD_UNIT_TESTS USE_SYSTEM_ORTHANC_SDK USE_SYSTEM_UUID + CMAKE_ARGS= -DORTHANC_FRAMEWORK_ROOT=${WRKSRC}/MySQL/ThirdPartyDownloads/Orthanc-1.9.3/OrthancFramework/Sources \ -DORTHANC_FRAMEWORK_SOURCE=path -CXXFLAGS+= -I${LOCALBASE}/include -DNDEBUG +CMAKE_OFF= DBUILD_UNIT_TESTS USE_SYSTEM_ORTHANC_SDK USE_SYSTEM_UUID +CMAKE_SOURCE_PATH= ${WRKSRC}/MySQL + CFLAGS+= -DORTHANC_ENABLE_LOGGING_PLUGIN -DNDEBUG +CXXFLAGS+= -I${LOCALBASE}/include -DNDEBUG PLIST_SUB= DISTVERSION=${DISTVERSION} diff --git a/science/orthanc-mysql/distinfo b/science/orthanc-mysql/distinfo index 23cc7032cd8b..f73c567cbf40 100644 --- a/science/orthanc-mysql/distinfo +++ b/science/orthanc-mysql/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1620905033 -SHA256 (orthanc/OrthancMySQL-4.0.tar.gz) = 9420b7d3293768778fc4f60cc7d72c0e15c1287bead98f6c3a9beddf6865a09a -SIZE (orthanc/OrthancMySQL-4.0.tar.gz) = 318342 +TIMESTAMP = 1629969268 +SHA256 (orthanc/OrthancMySQL-4.3.tar.gz) = 7a22cbb482809bc1f6732e3e582cbbf4449e9205f297453ad4c7b7792956efba +SIZE (orthanc/OrthancMySQL-4.3.tar.gz) = 321585 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