View | Details | Raw Unified | Return to bug 211264
Collapse All | Expand All

(-)b/science/orthanc-webviewer/Makefile (-3 / +4 lines)
Lines 2-9 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	orthanc-webviewer
4
PORTNAME=	orthanc-webviewer
5
PORTVERSION=	2.1
5
PORTVERSION=	2.2
6
PORTREVISION=	1
7
CATEGORIES=	science graphics
6
CATEGORIES=	science graphics
8
MASTER_SITES=	http://orthanc-server.com/downloads/get.php?path=/plugin-webviewer/:main \
7
MASTER_SITES=	http://orthanc-server.com/downloads/get.php?path=/plugin-webviewer/:main \
9
		http://www.montefiore.ulg.ac.be/~jodogne/Orthanc/ThirdPartyDownloads/WebViewer/:thirdparty
8
		http://www.montefiore.ulg.ac.be/~jodogne/Orthanc/ThirdPartyDownloads/WebViewer/:thirdparty
Lines 29-36 LIB_DEPENDS= libgdcmCommon.so:devel/gdcm \ Link Here
29
		libboost_filesystem.so:devel/boost-libs \
28
		libboost_filesystem.so:devel/boost-libs \
30
		libjsoncpp.so:devel/jsoncpp \
29
		libjsoncpp.so:devel/jsoncpp \
31
		libsqlite3.so:databases/sqlite3 \
30
		libsqlite3.so:databases/sqlite3 \
32
		libuuid.so:misc/e2fsprogs-libuuid
31
		libuuid.so:misc/e2fsprogs-libuuid \
32
		libgtest.so:devel/googletest
33
33
34
CFLAGS+=	-I${LOCALBASE}/include
34
CXXFLAGS+=	-I${LOCALBASE}/include
35
CXXFLAGS+=	-I${LOCALBASE}/include
35
LDFLAGS+=	-L${LOCALBASE}/lib
36
LDFLAGS+=	-L${LOCALBASE}/lib
36
37
(-)b/science/orthanc-webviewer/distinfo (-2 / +3 lines)
Lines 1-5 Link Here
1
SHA256 (orthanc/OrthancWebViewer-2.1.tar.gz) = b7ca105aa378499d1f28b037f6342b1ab2e0afb7a67f7203ce4c796522d251f8
1
TIMESTAMP = 1469016703
2
SIZE (orthanc/OrthancWebViewer-2.1.tar.gz) = 142536
2
SHA256 (orthanc/OrthancWebViewer-2.2.tar.gz) = 826a444b16aedce6a068c1c4b5d59c01067df05f85a85e99ceaae3533fd945b8
3
SIZE (orthanc/OrthancWebViewer-2.2.tar.gz) = 158861
3
SHA256 (orthanc/jsPanel-2.3.3-fixed.zip) = 958a15c7009efbb865da62b5850a3a39661c62696e38b151c7f988f4ac445595
4
SHA256 (orthanc/jsPanel-2.3.3-fixed.zip) = 958a15c7009efbb865da62b5850a3a39661c62696e38b151c7f988f4ac445595
4
SIZE (orthanc/jsPanel-2.3.3-fixed.zip) = 826542
5
SIZE (orthanc/jsPanel-2.3.3-fixed.zip) = 826542
5
SHA256 (orthanc/cornerstone-0.8.4.zip) = 87302c389d389054f30d89adb003388a13d5712e3945be133d45ae65d43372f4
6
SHA256 (orthanc/cornerstone-0.8.4.zip) = 87302c389d389054f30d89adb003388a13d5712e3945be133d45ae65d43372f4

Return to bug 211264