From owner-svn-ports-all@freebsd.org Sun Aug 16 10:15:52 2015 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 436EA9BA83E; Sun, 16 Aug 2015 10:15:52 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 33C487EC; Sun, 16 Aug 2015 10:15:52 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7GAFq1Y095565; Sun, 16 Aug 2015 10:15:52 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7GAFpiX095562; Sun, 16 Aug 2015 10:15:51 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201508161015.t7GAFpiX095562@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sun, 16 Aug 2015 10:15:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r394397 - head/science/orthanc 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.20 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: Sun, 16 Aug 2015 10:15:52 -0000 Author: riggs Date: Sun Aug 16 10:15:50 2015 New Revision: 394397 URL: https://svnweb.freebsd.org/changeset/ports/394397 Log: Update to upstream version 0.9.3 PR: 202274 Submitted by: mp39590@gmail.com (maintainer) Modified: head/science/orthanc/Makefile head/science/orthanc/distinfo head/science/orthanc/pkg-plist Modified: head/science/orthanc/Makefile ============================================================================== --- head/science/orthanc/Makefile Sun Aug 16 09:13:56 2015 (r394396) +++ head/science/orthanc/Makefile Sun Aug 16 10:15:50 2015 (r394397) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= orthanc -PORTVERSION= 0.9.1 +PORTVERSION= 0.9.3 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 @@ -21,7 +21,6 @@ BUILD_DEPENDS= gtest-config:${PORTSDIR}/ LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \ libjsoncpp.so:${PORTSDIR}/devel/jsoncpp \ libuuid.so:${PORTSDIR}/misc/e2fsprogs-libuuid \ - libglog.so:${PORTSDIR}/devel/glog \ libboost_filesystem.so:${PORTSDIR}/devel/boost-libs \ libboost_thread.so:${PORTSDIR}/devel/boost-libs \ libboost_system.so:${PORTSDIR}/devel/boost-libs \ @@ -56,13 +55,11 @@ GROUPS= orthanc # cmake variables to tell that mongoose is not presented on the host OS and # should be build together with the software instead. # https://www.mail-archive.com/mongoose-users@googlegroups.com/msg00625.html -post-extract: +post-patch: ${MKDIR} ${WRKSRC}/ThirdPartyDownloads ${CP} ${DISTDIR}/${DIST_SUBDIR}/mongoose-3.8.tgz ${WRKSRC}/ThirdPartyDownloads # Orthanc hardcodes /usr/local paths for libs and includes. - ${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' ${WRKSRC}/Resources/CMake/Compiler.cmake - ${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' ${WRKSRC}/Resources/CMake/JsonCppConfiguration.cmake - ${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' ${WRKSRC}/Resources/CMake/SQLiteConfiguration.cmake + @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' ${WRKSRC}/Resources/CMake/*.cmake # There is no way to disable building of test units without a patch, on other # hand it brings only one build dependency (devel/googletest) and running it was Modified: head/science/orthanc/distinfo ============================================================================== --- head/science/orthanc/distinfo Sun Aug 16 09:13:56 2015 (r394396) +++ head/science/orthanc/distinfo Sun Aug 16 10:15:50 2015 (r394397) @@ -1,4 +1,4 @@ -SHA256 (orthanc/Orthanc-0.9.1.tar.gz) = 96849183714c4d79feaf698be2efbd42c82e0c4b3d9103e237a0e1c7b138967e -SIZE (orthanc/Orthanc-0.9.1.tar.gz) = 687249 +SHA256 (orthanc/Orthanc-0.9.3.tar.gz) = b0cfa7223c038d5ba13b823531da40e0edcec57105bd84ed36294f09aef4d0f3 +SIZE (orthanc/Orthanc-0.9.3.tar.gz) = 675679 SHA256 (orthanc/mongoose-3.8.tgz) = 6afc2c377614a01a24b78560a62d1316b29372afe08eae3715b56c877be71c6e SIZE (orthanc/mongoose-3.8.tgz) = 1577314 Modified: head/science/orthanc/pkg-plist ============================================================================== --- head/science/orthanc/pkg-plist Sun Aug 16 09:13:56 2015 (r394396) +++ head/science/orthanc/pkg-plist Sun Aug 16 10:15:50 2015 (r394397) @@ -12,5 +12,5 @@ include/orthanc/OrthancCDatabasePlugin.h include/orthanc/OrthancCPlugin.h include/orthanc/OrthancCppDatabasePlugin.h %%DATADIR%%/plugins/libServeFolders.so -%%DATADIR%%/plugins/libServeFolders.so.0.9.1 +%%DATADIR%%/plugins/libServeFolders.so.0.9.3 sbin/Orthanc