Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Aug 2015 10:15:51 +0000 (UTC)
From:      Thomas Zander <riggs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r394397 - head/science/orthanc
Message-ID:  <201508161015.t7GAFpiX095562@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: riggs
Date: Sun Aug 16 10:15:50 2015
New Revision: 394397
URL: https://svnweb.freebsd.org/changeset/ports/394397

Log:
  Update to upstream version 0.9.3
  
  PR:		202274
  Submitted by:	mp39590@gmail.com (maintainer)

Modified:
  head/science/orthanc/Makefile
  head/science/orthanc/distinfo
  head/science/orthanc/pkg-plist

Modified: head/science/orthanc/Makefile
==============================================================================
--- head/science/orthanc/Makefile	Sun Aug 16 09:13:56 2015	(r394396)
+++ head/science/orthanc/Makefile	Sun Aug 16 10:15:50 2015	(r394397)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	orthanc
-PORTVERSION=	0.9.1
+PORTVERSION=	0.9.3
 CATEGORIES=	science graphics net www
 MASTER_SITES=	http://orthanc-server.com/downloads/get.php?path=/orthanc/:main \
 		http://www.montefiore.ulg.ac.be/~jodogne/Orthanc/ThirdPartyDownloads/:mongoose
@@ -21,7 +21,6 @@ BUILD_DEPENDS=	gtest-config:${PORTSDIR}/
 LIB_DEPENDS=	libcurl.so:${PORTSDIR}/ftp/curl \
 		libjsoncpp.so:${PORTSDIR}/devel/jsoncpp \
 		libuuid.so:${PORTSDIR}/misc/e2fsprogs-libuuid \
-		libglog.so:${PORTSDIR}/devel/glog \
 		libboost_filesystem.so:${PORTSDIR}/devel/boost-libs \
 		libboost_thread.so:${PORTSDIR}/devel/boost-libs \
 		libboost_system.so:${PORTSDIR}/devel/boost-libs \
@@ -56,13 +55,11 @@ GROUPS=		orthanc
 # cmake variables to tell that mongoose is not presented on the host OS and
 # should be build together with the software instead.
 # https://www.mail-archive.com/mongoose-users@googlegroups.com/msg00625.html
-post-extract:
+post-patch:
 	${MKDIR} ${WRKSRC}/ThirdPartyDownloads
 	${CP} ${DISTDIR}/${DIST_SUBDIR}/mongoose-3.8.tgz ${WRKSRC}/ThirdPartyDownloads
 	# Orthanc hardcodes /usr/local paths for libs and includes.
-	${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' ${WRKSRC}/Resources/CMake/Compiler.cmake
-	${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' ${WRKSRC}/Resources/CMake/JsonCppConfiguration.cmake
-	${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' ${WRKSRC}/Resources/CMake/SQLiteConfiguration.cmake
+	@${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' ${WRKSRC}/Resources/CMake/*.cmake
 
 # There is no way to disable building of test units without a patch, on other
 # hand it brings only one build dependency (devel/googletest) and running it was

Modified: head/science/orthanc/distinfo
==============================================================================
--- head/science/orthanc/distinfo	Sun Aug 16 09:13:56 2015	(r394396)
+++ head/science/orthanc/distinfo	Sun Aug 16 10:15:50 2015	(r394397)
@@ -1,4 +1,4 @@
-SHA256 (orthanc/Orthanc-0.9.1.tar.gz) = 96849183714c4d79feaf698be2efbd42c82e0c4b3d9103e237a0e1c7b138967e
-SIZE (orthanc/Orthanc-0.9.1.tar.gz) = 687249
+SHA256 (orthanc/Orthanc-0.9.3.tar.gz) = b0cfa7223c038d5ba13b823531da40e0edcec57105bd84ed36294f09aef4d0f3
+SIZE (orthanc/Orthanc-0.9.3.tar.gz) = 675679
 SHA256 (orthanc/mongoose-3.8.tgz) = 6afc2c377614a01a24b78560a62d1316b29372afe08eae3715b56c877be71c6e
 SIZE (orthanc/mongoose-3.8.tgz) = 1577314

Modified: head/science/orthanc/pkg-plist
==============================================================================
--- head/science/orthanc/pkg-plist	Sun Aug 16 09:13:56 2015	(r394396)
+++ head/science/orthanc/pkg-plist	Sun Aug 16 10:15:50 2015	(r394397)
@@ -12,5 +12,5 @@ include/orthanc/OrthancCDatabasePlugin.h
 include/orthanc/OrthancCPlugin.h
 include/orthanc/OrthancCppDatabasePlugin.h
 %%DATADIR%%/plugins/libServeFolders.so
-%%DATADIR%%/plugins/libServeFolders.so.0.9.1
+%%DATADIR%%/plugins/libServeFolders.so.0.9.3
 sbin/Orthanc



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