From owner-svn-ports-all@freebsd.org Thu Aug 25 17:01:00 2016 Return-Path: Delivered-To: svn-ports-all@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 67A5CBC6044; Thu, 25 Aug 2016 17:01:00 +0000 (UTC) (envelope-from amdmi3@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 0AC7D15A4; Thu, 25 Aug 2016 17:00:59 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7PH0xZv064876; Thu, 25 Aug 2016 17:00:59 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7PH0xXQ064874; Thu, 25 Aug 2016 17:00:59 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201608251700.u7PH0xXQ064874@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 25 Aug 2016 17:00:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r420865 - head/science/orthanc-dicomweb X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Aug 2016 17:01:00 -0000 Author: amdmi3 Date: Thu Aug 25 17:00:58 2016 New Revision: 420865 URL: https://svnweb.freebsd.org/changeset/ports/420865 Log: - Update to 0.3 - While here, switch to USES=localbase PR: 211265 Submitted by: mp39590@gmail.com (maintainer) Modified: head/science/orthanc-dicomweb/Makefile head/science/orthanc-dicomweb/distinfo Modified: head/science/orthanc-dicomweb/Makefile ============================================================================== --- head/science/orthanc-dicomweb/Makefile Thu Aug 25 17:00:53 2016 (r420864) +++ head/science/orthanc-dicomweb/Makefile Thu Aug 25 17:00:58 2016 (r420865) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= orthanc-dicomweb -PORTVERSION= 0.2 -PORTREVISION= 1 +PORTVERSION= 0.3 CATEGORIES= science net MASTER_SITES= http://orthanc-server.com/downloads/get.php?path=/plugin-dicom-web/ DISTNAME= OrthancDicomWeb-${PORTVERSION} @@ -15,8 +14,7 @@ COMMENT= WADO and DICOMweb support for O LICENSE= AGPLv3 LICENSE_FILE= ${WRKSRC}/COPYING -BUILD_DEPENDS= ${LOCALBASE}/include/orthanc/OrthancCPlugin.h:science/orthanc \ - gtest-config:devel/googletest +BUILD_DEPENDS= ${LOCALBASE}/include/orthanc/OrthancCPlugin.h:science/orthanc LIB_DEPENDS= libgdcmCommon.so:devel/gdcm \ libboost_filesystem.so:devel/boost-libs \ libboost_thread.so:devel/boost-libs \ @@ -26,12 +24,10 @@ LIB_DEPENDS= libgdcmCommon.so:devel/gdcm libboost_locale.so:devel/boost-libs \ libjsoncpp.so:devel/jsoncpp \ libuuid.so:misc/e2fsprogs-libuuid \ - libpugixml.so:textproc/pugixml + libpugixml.so:textproc/pugixml \ + libgtest.so:devel/googletest -CXXFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib - -USES= cmake:outsource python:build +USES= cmake:outsource localbase python:build WRKSRC= ${WRKDIR}/OrthancDicomWeb-${PORTVERSION} PLIST_FILES= share/orthanc/plugins/libOrthancDicomWeb.so \ Modified: head/science/orthanc-dicomweb/distinfo ============================================================================== --- head/science/orthanc-dicomweb/distinfo Thu Aug 25 17:00:53 2016 (r420864) +++ head/science/orthanc-dicomweb/distinfo Thu Aug 25 17:00:58 2016 (r420865) @@ -1,2 +1,3 @@ -SHA256 (orthanc/OrthancDicomWeb-0.2.tar.gz) = 9e799bbb3faec0db7111cfd6753908ab5eb113a05f92bdcab088cde8defe7e0f -SIZE (orthanc/OrthancDicomWeb-0.2.tar.gz) = 127241 +TIMESTAMP = 1469021505 +SHA256 (orthanc/OrthancDicomWeb-0.3.tar.gz) = 0576e1ed1caf3373cfa08bc830b7cf0e6b78c8b6ae5a70b86caceaa97f00dbc0 +SIZE (orthanc/OrthancDicomWeb-0.3.tar.gz) = 152753