diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2016-08-26 01:00:53 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2016-08-26 01:00:53 +0800 |
commit | 2e0b6e270f0280ab3d2540fcf92e6af9f596bd67 (patch) | |
tree | 58a88dc3d2ca5a66a7fb7ef22e92b68469eebc47 /science | |
parent | 2ee3e035f1992c0c8d13048545bd345cd22089f0 (diff) | |
download | freebsd-ports-graphics-2e0b6e270f0280ab3d2540fcf92e6af9f596bd67.tar.gz freebsd-ports-graphics-2e0b6e270f0280ab3d2540fcf92e6af9f596bd67.tar.zst freebsd-ports-graphics-2e0b6e270f0280ab3d2540fcf92e6af9f596bd67.zip |
- Update to 2.2
- While here, switch to USES=localbase
PR: 211264
Submitted by: mp39590@gmail.com (maintainer)
Diffstat (limited to 'science')
-rw-r--r-- | science/orthanc-webviewer/Makefile | 11 | ||||
-rw-r--r-- | science/orthanc-webviewer/distinfo | 5 |
2 files changed, 7 insertions, 9 deletions
diff --git a/science/orthanc-webviewer/Makefile b/science/orthanc-webviewer/Makefile index ac3aade4d60..559d912b228 100644 --- a/science/orthanc-webviewer/Makefile +++ b/science/orthanc-webviewer/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= orthanc-webviewer -PORTVERSION= 2.1 -PORTREVISION= 1 +PORTVERSION= 2.2 CATEGORIES= science graphics MASTER_SITES= http://orthanc-server.com/downloads/get.php?path=/plugin-webviewer/:main \ http://www.montefiore.ulg.ac.be/~jodogne/Orthanc/ThirdPartyDownloads/WebViewer/:thirdparty @@ -29,12 +28,10 @@ LIB_DEPENDS= libgdcmCommon.so:devel/gdcm \ libboost_filesystem.so:devel/boost-libs \ libjsoncpp.so:devel/jsoncpp \ libsqlite3.so:databases/sqlite3 \ - libuuid.so:misc/e2fsprogs-libuuid + libuuid.so:misc/e2fsprogs-libuuid \ + libgtest.so:devel/googletest -CXXFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib - -USES= cmake:outsource python:build +USES= cmake:outsource localbase python:build WRKSRC= ${WRKDIR}/OrthancWebViewer-${PORTVERSION} PLIST_FILES= share/orthanc/plugins/libOrthancWebViewer.so \ diff --git a/science/orthanc-webviewer/distinfo b/science/orthanc-webviewer/distinfo index bd4b1581663..0360405a9fa 100644 --- a/science/orthanc-webviewer/distinfo +++ b/science/orthanc-webviewer/distinfo @@ -1,5 +1,6 @@ -SHA256 (orthanc/OrthancWebViewer-2.1.tar.gz) = b7ca105aa378499d1f28b037f6342b1ab2e0afb7a67f7203ce4c796522d251f8 -SIZE (orthanc/OrthancWebViewer-2.1.tar.gz) = 142536 +TIMESTAMP = 1469016703 +SHA256 (orthanc/OrthancWebViewer-2.2.tar.gz) = 826a444b16aedce6a068c1c4b5d59c01067df05f85a85e99ceaae3533fd945b8 +SIZE (orthanc/OrthancWebViewer-2.2.tar.gz) = 158861 SHA256 (orthanc/jsPanel-2.3.3-fixed.zip) = 958a15c7009efbb865da62b5850a3a39661c62696e38b151c7f988f4ac445595 SIZE (orthanc/jsPanel-2.3.3-fixed.zip) = 826542 SHA256 (orthanc/cornerstone-0.8.4.zip) = 87302c389d389054f30d89adb003388a13d5712e3945be133d45ae65d43372f4 |