svn commit: r398765 - branches/2015Q4/science/orthanc-postgresql

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Oct 7 13:34:05 UTC 2015


Author: amdmi3
Date: Wed Oct  7 13:34:03 2015
New Revision: 398765
URL: https://svnweb.freebsd.org/changeset/ports/398765

Log:
  MFH: r398762
  
  - Update from 1.2 to 1.3, fix build
  - Add minimum required API version
  
  PR:		203609
  Submitted by:	mp39590 at gmail.com (maintainer)
  Approved by:	ports-secteam (erwin)

Modified:
  branches/2015Q4/science/orthanc-postgresql/Makefile
  branches/2015Q4/science/orthanc-postgresql/distinfo
Directory Properties:
  branches/2015Q4/   (props changed)

Modified: branches/2015Q4/science/orthanc-postgresql/Makefile
==============================================================================
--- branches/2015Q4/science/orthanc-postgresql/Makefile	Wed Oct  7 13:14:52 2015	(r398764)
+++ branches/2015Q4/science/orthanc-postgresql/Makefile	Wed Oct  7 13:34:03 2015	(r398765)
@@ -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: branches/2015Q4/science/orthanc-postgresql/distinfo
==============================================================================
--- branches/2015Q4/science/orthanc-postgresql/distinfo	Wed Oct  7 13:14:52 2015	(r398764)
+++ branches/2015Q4/science/orthanc-postgresql/distinfo	Wed Oct  7 13:34:03 2015	(r398765)
@@ -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


More information about the svn-ports-all mailing list