diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-10-07 21:02:02 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-10-07 21:02:02 +0800 |
commit | 95d371e09ae42760d1c3fcbe23571a569d7eea19 (patch) | |
tree | 7023feb4a32f19fc4846977646d3d5011d72a97a /science | |
parent | 1c59e4f3c51972466aaf50d4cda4a30e20427c26 (diff) | |
download | freebsd-ports-gnome-95d371e09ae42760d1c3fcbe23571a569d7eea19.tar.gz freebsd-ports-gnome-95d371e09ae42760d1c3fcbe23571a569d7eea19.tar.zst freebsd-ports-gnome-95d371e09ae42760d1c3fcbe23571a569d7eea19.zip |
- Update from 1.2 to 1.3, fix build
- Add minimum required API version
PR: 203609
Submitted by: mp39590@gmail.com (maintainer)
MFH: 2015Q4
Diffstat (limited to 'science')
-rw-r--r-- | science/orthanc-postgresql/Makefile | 4 | ||||
-rw-r--r-- | science/orthanc-postgresql/distinfo | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/science/orthanc-postgresql/Makefile b/science/orthanc-postgresql/Makefile index d6386d12745f..a097dadd535f 100644 --- a/science/orthanc-postgresql/Makefile +++ b/science/orthanc-postgresql/Makefile @@ -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 diff --git a/science/orthanc-postgresql/distinfo b/science/orthanc-postgresql/distinfo index 3b8bfba03c2e..c6d9b3439e5a 100644 --- a/science/orthanc-postgresql/distinfo +++ b/science/orthanc-postgresql/distinfo @@ -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 |