From owner-svn-ports-all@freebsd.org Mon Sep 28 13:39:01 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 E312AA0ABDA; Mon, 28 Sep 2015 13:39:00 +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 C835F106E; Mon, 28 Sep 2015 13:39:00 +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 t8SDd06g096662; Mon, 28 Sep 2015 13:39:00 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8SDd0xk096659; Mon, 28 Sep 2015 13:39:00 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201509281339.t8SDd0xk096659@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Mon, 28 Sep 2015 13:39:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r398113 - 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: Mon, 28 Sep 2015 13:39:01 -0000 Author: riggs Date: Mon Sep 28 13:38:59 2015 New Revision: 398113 URL: https://svnweb.freebsd.org/changeset/ports/398113 Log: Upgrade to upstream version 0.9.4 PR: 203377 Submitted by: mp39590@gmail.com Modified: head/science/orthanc/Makefile head/science/orthanc/distinfo head/science/orthanc/pkg-plist Modified: head/science/orthanc/Makefile ============================================================================== --- head/science/orthanc/Makefile Mon Sep 28 13:27:24 2015 (r398112) +++ head/science/orthanc/Makefile Mon Sep 28 13:38:59 2015 (r398113) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= orthanc -PORTVERSION= 0.9.3 +PORTVERSION= 0.9.4 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 @@ -38,7 +38,7 @@ CMAKE_ARGS= -DDCMTK_LIBRARIES="dcmdsig;c -DUSE_SYSTEM_MONGOOSE=OFF \ -DUNIT_TESTS_WITH_HTTP_CONNEXIONS=OFF -USES= cmake:outsource python:build lua:51 dos2unix +USES= cmake:outsource dos2unix lua:51 python:build DOS2UNIX_FILES= CMakeLists.txt USE_LDCONFIG= yes USE_OPENSSL= yes @@ -46,6 +46,7 @@ USE_RC_SUBR= orthanc WRKSRC= ${WRKDIR}/Orthanc-${PORTVERSION} USERS= orthanc GROUPS= orthanc +PLIST_SUB+= PORTVERSION=${PORTVERSION} # This is mongoose sources, downloaded from Orthanc author homepage. Orthanc # requires mongoose webserver, but after version 3.8, mongoose developers has @@ -81,7 +82,7 @@ post-install: .include .if ${OSVERSION} < 1001000 -IGNORE= supported only on 10.1 by upstream, not all unit tests are passed +IGNORE= supported only on 10.x by upstream, not all unit tests are passed .endif .if ${OSVERSION} > 1100000 Modified: head/science/orthanc/distinfo ============================================================================== --- head/science/orthanc/distinfo Mon Sep 28 13:27:24 2015 (r398112) +++ head/science/orthanc/distinfo Mon Sep 28 13:38:59 2015 (r398113) @@ -1,4 +1,4 @@ -SHA256 (orthanc/Orthanc-0.9.3.tar.gz) = b0cfa7223c038d5ba13b823531da40e0edcec57105bd84ed36294f09aef4d0f3 -SIZE (orthanc/Orthanc-0.9.3.tar.gz) = 675679 +SHA256 (orthanc/Orthanc-0.9.4.tar.gz) = 8cff5c50ea62d47fe99674c7c21297dd8e8bca6c38a5c9350f023f069d189c35 +SIZE (orthanc/Orthanc-0.9.4.tar.gz) = 1103580 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 Mon Sep 28 13:27:24 2015 (r398112) +++ head/science/orthanc/pkg-plist Mon Sep 28 13:38:59 2015 (r398113) @@ -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.3 +%%DATADIR%%/plugins/libServeFolders.so.%%PORTVERSION%% sbin/Orthanc