From owner-svn-ports-all@freebsd.org Wed Oct 7 13:02:04 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 011739D1B56; Wed, 7 Oct 2015 13:02:04 +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 9F7583C6; Wed, 7 Oct 2015 13:02:03 +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 t97D22dx022882; Wed, 7 Oct 2015 13:02:02 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t97D22WU022880; Wed, 7 Oct 2015 13:02:02 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201510071302.t97D22WU022880@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 7 Oct 2015 13:02:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r398762 - head/science/orthanc-postgresql 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: Wed, 07 Oct 2015 13:02:04 -0000 Author: amdmi3 Date: Wed Oct 7 13:02:02 2015 New Revision: 398762 URL: https://svnweb.freebsd.org/changeset/ports/398762 Log: - Update from 1.2 to 1.3, fix build - Add minimum required API version PR: 203609 Submitted by: mp39590@gmail.com (maintainer) MFH: 2015Q4 Modified: head/science/orthanc-postgresql/Makefile head/science/orthanc-postgresql/distinfo Modified: head/science/orthanc-postgresql/Makefile ============================================================================== --- head/science/orthanc-postgresql/Makefile Wed Oct 7 12:50:42 2015 (r398761) +++ head/science/orthanc-postgresql/Makefile Wed Oct 7 13:02:02 2015 (r398762) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= orthanc-portgresql -PORTVERSION= 1.2 +PORTVERSION= 1.3 CATEGORIES= science graphics MASTER_SITES= http://orthanc-server.com/downloads/get.php?path=/plugin-postgresql/ DISTNAME= OrthancPostgreSQL-${PORTVERSION} @@ -14,7 +14,7 @@ COMMENT= PostgreSQL plugin for Orthanc LICENSE= AGPLv3 LICENSE_FILE= ${WRKSRC}/COPYING -BUILD_DEPENDS= ${LOCALBASE}/include/orthanc/OrthancCPlugin.h:${PORTSDIR}/science/orthanc +BUILD_DEPENDS= orthanc>=0.9.4:${PORTSDIR}/science/orthanc LIB_DEPENDS= libboost_system.so:${PORTSDIR}/devel/boost-libs \ libjsoncpp.so:${PORTSDIR}/devel/jsoncpp Modified: head/science/orthanc-postgresql/distinfo ============================================================================== --- head/science/orthanc-postgresql/distinfo Wed Oct 7 12:50:42 2015 (r398761) +++ head/science/orthanc-postgresql/distinfo Wed Oct 7 13:02:02 2015 (r398762) @@ -1,2 +1,2 @@ -SHA256 (orthanc/OrthancPostgreSQL-1.2.tar.gz) = 629bf07a7365d9570b340f336cc2367b30fe6244d32ca881d7a3a0ea9802e8a9 -SIZE (orthanc/OrthancPostgreSQL-1.2.tar.gz) = 81424 +SHA256 (orthanc/OrthancPostgreSQL-1.3.tar.gz) = b8ecaa8b37fbd982f191c7c63288caa128a30884d811a5086a4f5ff68b32d6bd +SIZE (orthanc/OrthancPostgreSQL-1.3.tar.gz) = 90590