Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Aug 2016 17:00:53 +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: r420864 - head/science/orthanc-webviewer
Message-ID:  <201608251700.u7PH0r0Z064742@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Thu Aug 25 17:00:53 2016
New Revision: 420864
URL: https://svnweb.freebsd.org/changeset/ports/420864

Log:
  - Update to 2.2
  - While here, switch to USES=localbase
  
  PR:		211264
  Submitted by:	mp39590@gmail.com (maintainer)

Modified:
  head/science/orthanc-webviewer/Makefile
  head/science/orthanc-webviewer/distinfo

Modified: head/science/orthanc-webviewer/Makefile
==============================================================================
--- head/science/orthanc-webviewer/Makefile	Thu Aug 25 17:00:46 2016	(r420863)
+++ head/science/orthanc-webviewer/Makefile	Thu Aug 25 17:00:53 2016	(r420864)
@@ -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 \

Modified: head/science/orthanc-webviewer/distinfo
==============================================================================
--- head/science/orthanc-webviewer/distinfo	Thu Aug 25 17:00:46 2016	(r420863)
+++ head/science/orthanc-webviewer/distinfo	Thu Aug 25 17:00:53 2016	(r420864)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201608251700.u7PH0r0Z064742>