svn commit: r391422 - head/science/orthanc
Bartek Rutkowski
robak at FreeBSD.org
Mon Jul 6 15:51:14 UTC 2015
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 at 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 @@
- at dir(orthanc,orthanc,700) %%DATADIR%%/plugins
- at dir(orthanc,orthanc,700) /var/db/orthanc/db/db-v5
- at dir(orthanc,orthanc,700) /var/db/orthanc/db
- at dir(orthanc,orthanc,700) /var/db/orthanc
- at sample(orthanc,orthanc,600) %%ETCDIR%%/orthanc.json.sample
+ at owner orthanc
+ at group orthanc
+ at mode 700
+ at dir %%DATADIR%%/plugins
+ at dir /var/db/orthanc/db/db-v5
+ at dir /var/db/orthanc/db
+ at dir /var/db/orthanc
+ at mode 600
+ at sample %%ETCDIR%%/orthanc.json.sample
+ at 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
More information about the svn-ports-all
mailing list