diff options
author | Thomas Zander <riggs@FreeBSD.org> | 2015-08-16 10:15:50 +0000 |
---|---|---|
committer | Thomas Zander <riggs@FreeBSD.org> | 2015-08-16 10:15:50 +0000 |
commit | bd246b5df1283434f0eb1df8d6db7c7d89224f70 (patch) | |
tree | fe16534ed08ee184d2f182ef0fb411d3eed17dc1 /science | |
parent | 09dfb9fa32061ad4813814e4d40e7a8e463afa6d (diff) | |
download | ports-bd246b5df1283434f0eb1df8d6db7c7d89224f70.tar.gz ports-bd246b5df1283434f0eb1df8d6db7c7d89224f70.zip |
Update to upstream version 0.9.3
PR: 202274
Submitted by: mp39590@gmail.com (maintainer)
Notes
Notes:
svn path=/head/; revision=394397
Diffstat (limited to 'science')
-rw-r--r-- | science/orthanc/Makefile | 9 | ||||
-rw-r--r-- | science/orthanc/distinfo | 4 | ||||
-rw-r--r-- | science/orthanc/pkg-plist | 2 |
3 files changed, 6 insertions, 9 deletions
diff --git a/science/orthanc/Makefile b/science/orthanc/Makefile index eae453aa5e4d..7814c28a1491 100644 --- a/science/orthanc/Makefile +++ b/science/orthanc/Makefile @@ -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}/devel/googletest 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 diff --git a/science/orthanc/distinfo b/science/orthanc/distinfo index 5c6fac7812e3..11c8e4bd5d5f 100644 --- a/science/orthanc/distinfo +++ b/science/orthanc/distinfo @@ -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 diff --git a/science/orthanc/pkg-plist b/science/orthanc/pkg-plist index f041b644e42a..a6756d11f1a7 100644 --- a/science/orthanc/pkg-plist +++ b/science/orthanc/pkg-plist @@ -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 |