--- orthanc/Makefile 2015-07-04 16:41:58.001340000 +0300 +++ orthanc/Makefile 2015-07-04 18:53:05.103379000 +0300 @@ -2,8 +2,7 @@ # $FreeBSD: head/science/orthanc/Makefile 391071 2015-07-01 15:08:51Z amdmi3 $ 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 @@ ${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 @@ ${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 --- orthanc/distinfo 2015-07-04 16:41:58.001957000 +0300 +++ orthanc/distinfo 2015-07-04 16:45:29.086988000 +0300 @@ -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 --- orthanc/pkg-plist 2015-07-04 16:41:58.039902000 +0300 +++ orthanc/pkg-plist 2015-07-04 17:53:41.191805000 +0300 @@ -7,5 +7,5 @@ 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