Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Jul 2015 15:08:52 +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: r391071 - head/science/orthanc
Message-ID:  <201507011508.t61F8qFS076922@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Wed Jul  1 15:08:51 2015
New Revision: 391071
URL: https://svnweb.freebsd.org/changeset/ports/391071

Log:
  - Update MASTER_SITES
  - Extend CATEGORIES
  - Libs and pkg-plist clarification
  - Use BROKEN instead of IGNORE for FreeBSD 11, since the bug is believed to be temporary
  - Bump portrevision
  
  PR:		201163
  Submitted by:	mp39590@gmail.com (maintainer)

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

Modified: head/science/orthanc/Makefile
==============================================================================
--- head/science/orthanc/Makefile	Wed Jul  1 15:07:31 2015	(r391070)
+++ head/science/orthanc/Makefile	Wed Jul  1 15:08:51 2015	(r391071)
@@ -3,8 +3,9 @@
 
 PORTNAME=	orthanc
 PORTVERSION=	0.9.0
-CATEGORIES=	science graphics net
-MASTER_SITES=	SF/orthancserver/:main \
+PORTREVISION=	1
+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
 DISTFILES=	Orthanc-${PORTVERSION}.tar.gz:main \
 		mongoose-3.8.tgz:mongoose
@@ -13,6 +14,7 @@ DIST_SUBDIR=	${PORTNAME}
 MAINTAINER=	mp39590@gmail.com
 COMMENT=	RESTful DICOM server for healthcare and medical research
 
+# GPLv3 license, with the OpenSSL exception.
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/COPYING
 
@@ -22,7 +24,14 @@ LIB_DEPENDS=	libcurl.so:${PORTSDIR}/ftp/
 		libuuid.so:${PORTSDIR}/misc/e2fsprogs-libuuid \
 		libglog.so:${PORTSDIR}/devel/glog \
 		libboost_filesystem.so:${PORTSDIR}/devel/boost-libs \
-		libdcmimage.so:${PORTSDIR}/devel/dcmtk \
+		libboost_thread.so:${PORTSDIR}/devel/boost-libs \
+		libboost_system.so:${PORTSDIR}/devel/boost-libs \
+		libboost_date_time.so:${PORTSDIR}/devel/boost-libs \
+		libboost_regex.so:${PORTSDIR}/devel/boost-libs \
+		libboost_locale.so:${PORTSDIR}/devel/boost-libs \
+		libdcmdsig.so:${PORTSDIR}/devel/dcmtk \
+		libcharls.so:${PORTSDIR}/devel/dcmtk \
+		libdcmjpls.so:${PORTSDIR}/devel/dcmtk \
 		libsqlite3.so:${PORTSDIR}/databases/sqlite3 \
 		libpugixml.so:${PORTSDIR}/textproc/pugixml
 
@@ -53,6 +62,8 @@ post-extract:
 	${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}/CMakeLists.txt
+	${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
 
 # 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
@@ -78,7 +89,7 @@ IGNORE=	supported only on 10.1 by upstre
 .endif
 
 .if ${OSVERSION} > 1100000
-IGNORE=	unit tests are crashing, bug 200544
+BROKEN=	unit tests are crashing, bug 200544
 .endif
 
 .include <bsd.port.post.mk>

Modified: head/science/orthanc/pkg-plist
==============================================================================
--- head/science/orthanc/pkg-plist	Wed Jul  1 15:07:31 2015	(r391070)
+++ head/science/orthanc/pkg-plist	Wed Jul  1 15:08:51 2015	(r391071)
@@ -6,6 +6,6 @@
 include/orthanc/OrthancCDatabasePlugin.h
 include/orthanc/OrthancCPlugin.h
 include/orthanc/OrthancCppDatabasePlugin.h
-%%DATADIR%%/plugins/%%LUA_LIBDIR%%ServeFolders.so
-%%DATADIR%%/plugins/%%LUA_LIBDIR%%ServeFolders.so.0.9.0
+%%DATADIR%%/plugins/libServeFolders.so
+%%DATADIR%%/plugins/libServeFolders.so.0.9.0
 sbin/Orthanc



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