Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Jul 2015 15:51:13 +0000 (UTC)
From:      Bartek Rutkowski <robak@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r391422 - head/science/orthanc
Message-ID:  <201507061551.t66FpDYx031479@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: robak
Date: Mon Jul  6 15:51:12 2015
New Revision: 391422
URL: https://svnweb.freebsd.org/changeset/ports/391422

Log:
  science/orthanc: update 0.9.0 -> 0.9.1
  
  - Fix pkg-plist entries
  
  PR:		201333
  Submitted by:	Mikhail <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	Mon Jul  6 15:37:33 2015	(r391421)
+++ head/science/orthanc/Makefile	Mon Jul  6 15:51:12 2015	(r391422)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	orthanc
-PORTVERSION=	0.9.0
-PORTREVISION=	1
+PORTVERSION=	0.9.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
@@ -61,7 +60,7 @@ post-extract:
 	${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}/CMakeLists.txt
+	${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
 
@@ -80,7 +79,7 @@ post-install:
 	${MKDIR} ${STAGEDIR}${ETCDIR}
 	${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/Resources/Configuration.json
 	${CP} ${WRKSRC}/Resources/Configuration.json ${STAGEDIR}${ETCDIR}/orthanc.json.sample
-	${STRIP_CMD} ${STAGEDIR}${DATADIR}/plugins/libServeFolders.so.0.9.0
+	${STRIP_CMD} ${STAGEDIR}${DATADIR}/plugins/libServeFolders.so.${PORTVERSION}
 
 .include <bsd.port.pre.mk>
 

Modified: head/science/orthanc/distinfo
==============================================================================
--- head/science/orthanc/distinfo	Mon Jul  6 15:37:33 2015	(r391421)
+++ head/science/orthanc/distinfo	Mon Jul  6 15:51:12 2015	(r391422)
@@ -1,4 +1,4 @@
-SHA256 (orthanc/Orthanc-0.9.0.tar.gz) = f75f76a2aaa79951c8ece2137046f2572a91e96e31efe9e0ce99b644e4320d0a
-SIZE (orthanc/Orthanc-0.9.0.tar.gz) = 676749
+SHA256 (orthanc/Orthanc-0.9.1.tar.gz) = 96849183714c4d79feaf698be2efbd42c82e0c4b3d9103e237a0e1c7b138967e
+SIZE (orthanc/Orthanc-0.9.1.tar.gz) = 687249
 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	Mon Jul  6 15:37:33 2015	(r391421)
+++ head/science/orthanc/pkg-plist	Mon Jul  6 15:51:12 2015	(r391422)
@@ -1,11 +1,16 @@
-@dir(orthanc,orthanc,700) %%DATADIR%%/plugins
-@dir(orthanc,orthanc,700) /var/db/orthanc/db/db-v5
-@dir(orthanc,orthanc,700) /var/db/orthanc/db
-@dir(orthanc,orthanc,700) /var/db/orthanc
-@sample(orthanc,orthanc,600) %%ETCDIR%%/orthanc.json.sample
+@owner orthanc
+@group orthanc
+@mode 700
+@dir %%DATADIR%%/plugins
+@dir /var/db/orthanc/db/db-v5
+@dir /var/db/orthanc/db
+@dir /var/db/orthanc
+@mode 600
+@sample %%ETCDIR%%/orthanc.json.sample
+@mode
 include/orthanc/OrthancCDatabasePlugin.h
 include/orthanc/OrthancCPlugin.h
 include/orthanc/OrthancCppDatabasePlugin.h
 %%DATADIR%%/plugins/libServeFolders.so
-%%DATADIR%%/plugins/libServeFolders.so.0.9.0
+%%DATADIR%%/plugins/libServeFolders.so.0.9.1
 sbin/Orthanc



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