Date: Wed, 7 Oct 2015 13:02:02 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r398762 - head/science/orthanc-postgresql Message-ID: <201510071302.t97D22WU022880@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510071302.t97D22WU022880>