From owner-svn-ports-head@freebsd.org Wed Mar 16 10:36:36 2016 Return-Path: Delivered-To: svn-ports-head@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 7B18DAD3691; Wed, 16 Mar 2016 10:36:36 +0000 (UTC) (envelope-from rakuco@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 325C0C99; Wed, 16 Mar 2016 10:36:36 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2GAaZAt023886; Wed, 16 Mar 2016 10:36:35 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2GAaZQH023883; Wed, 16 Mar 2016 10:36:35 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201603161036.u2GAaZQH023883@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Wed, 16 Mar 2016 10:36:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r411220 - 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-head@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Mar 2016 10:36:36 -0000 Author: rakuco Date: Wed Mar 16 10:36:34 2016 New Revision: 411220 URL: https://svnweb.freebsd.org/changeset/ports/411220 Log: Update to 1.0.0. PR: 207450 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 Wed Mar 16 10:23:13 2016 (r411219) +++ head/science/orthanc/Makefile Wed Mar 16 10:36:34 2016 (r411220) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= orthanc -PORTVERSION= 0.9.4 +PORTVERSION= 1.0.0 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 @@ -85,8 +85,4 @@ post-install: IGNORE= supported only on 10.x by upstream, not all unit tests are passed .endif -.if ${OSVERSION} > 1100000 -BROKEN= unit tests are crashing, bug 200544 -.endif - .include Modified: head/science/orthanc/distinfo ============================================================================== --- head/science/orthanc/distinfo Wed Mar 16 10:23:13 2016 (r411219) +++ head/science/orthanc/distinfo Wed Mar 16 10:36:34 2016 (r411220) @@ -1,4 +1,4 @@ -SHA256 (orthanc/Orthanc-0.9.4.tar.gz) = 8cff5c50ea62d47fe99674c7c21297dd8e8bca6c38a5c9350f023f069d189c35 -SIZE (orthanc/Orthanc-0.9.4.tar.gz) = 1103580 +SHA256 (orthanc/Orthanc-1.0.0.tar.gz) = 3fc37a0fc91e597cc4004934b14726595b5e97b7e328e03dedb4454096bd1bbb +SIZE (orthanc/Orthanc-1.0.0.tar.gz) = 1164342 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 Wed Mar 16 10:23:13 2016 (r411219) +++ head/science/orthanc/pkg-plist Wed Mar 16 10:36:34 2016 (r411220) @@ -13,4 +13,6 @@ include/orthanc/OrthancCPlugin.h include/orthanc/OrthancCppDatabasePlugin.h %%DATADIR%%/plugins/libServeFolders.so %%DATADIR%%/plugins/libServeFolders.so.%%PORTVERSION%% +%%DATADIR%%/plugins/libModalityWorklists.so +%%DATADIR%%/plugins/libModalityWorklists.so.%%PORTVERSION%% sbin/Orthanc