Index: head/devel/rapidjson/Makefile =================================================================== --- head/devel/rapidjson/Makefile (revision 516384) +++ head/devel/rapidjson/Makefile (revision 516385) @@ -1,47 +1,47 @@ # Created by: Yuri Victorovich # $FreeBSD$ PORTNAME= rapidjson -PORTVERSION= 1.1.0 DISTVERSIONPREFIX= v -PORTREVISION= 6 +DISTVERSION= 1.1.0-524 +DISTVERSIONSUFFIX= -gc4c6a654 CATEGORIES= devel textproc MAINTAINER= yuri@FreeBSD.org COMMENT= Fast JSON parser/generator for C++ with both SAX/DOM style API LICENSE= unknown LICENSE_NAME= RapidJSON LICENSE_FILE= ${WRKSRC}/license.txt LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept USE_GITHUB= yes GH_ACCOUNT= Tencent USES= cmake compiler:c++11-lang pathfix + NO_ARCH= yes -CMAKE_OFF= RAPIDJSON_BUILD_TESTS +CMAKE_OFF= RAPIDJSON_BUILD_TESTS RAPIDJSON_BUILD_EXAMPLES -OPTIONS_DEFINE= DOXYGEN EXAMPLES +OPTIONS_DEFINE= DOXYGEN OPTIONS_DEFAULT=${OPTIONS_DEFINE} OPTIONS_SUB= yes DOXYGEN_BUILD_DEPENDS= doxygen:devel/doxygen DOXYGEN_CMAKE_BOOL= RAPIDJSON_BUILD_DOC -EXAMPLES_CMAKE_BOOL= RAPIDJSON_BUILD_EXAMPLES DATADIR= ${PREFIX}/share/doc/RapidJSON PORTDATA= * CXXFLAGS+= -Wno-error post-patch: @${REINPLACE_CMD} -e 's|DOC_INSTALL_DIR}/examples"|CMAKE_INSTALL_PREFIX}/share/examples/${PORTNAME}"| ; s| -march=native||' ${WRKSRC}/CMakeLists.txt @${REINPLACE_CMD} -e 's|.*travis.*||' ${WRKSRC}/CMakeLists.txt # travis_doc breaks cmake: see https://github.com/miloyip/rapidjson/issues/715 @${REINPLACE_CMD} -e 's|add_subdirectory.*googletest.*|link_directories(${LOCALBASE}/lib)|' ${WRKSRC}/test/CMakeLists.txt post-install: @${RM} -r ${STAGEDIR}${EXAMPLESDIR}/CMake* .include Index: head/devel/rapidjson/distinfo =================================================================== --- head/devel/rapidjson/distinfo (revision 516384) +++ head/devel/rapidjson/distinfo (revision 516385) @@ -1,3 +1,3 @@ -TIMESTAMP = 1514740231 -SHA256 (Tencent-rapidjson-v1.1.0_GH0.tar.gz) = bf7ced29704a1e696fbccf2a2b4ea068e7774fa37f6d7dd4039d0787f8bed98e -SIZE (Tencent-rapidjson-v1.1.0_GH0.tar.gz) = 1019402 +TIMESTAMP = 1572745628 +SHA256 (Tencent-rapidjson-v1.1.0-524-gc4c6a654_GH0.tar.gz) = 98a065a642353ad9cebc8aded755d06d1456a111f9e5529ed8c36834a1c97cba +SIZE (Tencent-rapidjson-v1.1.0-524-gc4c6a654_GH0.tar.gz) = 1057309 Index: head/devel/rapidjson/pkg-plist =================================================================== --- head/devel/rapidjson/pkg-plist (revision 516384) +++ head/devel/rapidjson/pkg-plist (revision 516385) @@ -1,53 +1,40 @@ include/rapidjson/allocators.h +include/rapidjson/cursorstreamwrapper.h include/rapidjson/document.h include/rapidjson/encodedstream.h include/rapidjson/encodings.h include/rapidjson/error/en.h include/rapidjson/error/error.h include/rapidjson/filereadstream.h include/rapidjson/filewritestream.h include/rapidjson/fwd.h include/rapidjson/internal/biginteger.h +include/rapidjson/internal/clzll.h include/rapidjson/internal/diyfp.h include/rapidjson/internal/dtoa.h include/rapidjson/internal/ieee754.h include/rapidjson/internal/itoa.h include/rapidjson/internal/meta.h include/rapidjson/internal/pow10.h include/rapidjson/internal/regex.h include/rapidjson/internal/stack.h include/rapidjson/internal/strfunc.h include/rapidjson/internal/strtod.h include/rapidjson/internal/swap.h include/rapidjson/istreamwrapper.h include/rapidjson/memorybuffer.h include/rapidjson/memorystream.h include/rapidjson/msinttypes/inttypes.h include/rapidjson/msinttypes/stdint.h include/rapidjson/ostreamwrapper.h include/rapidjson/pointer.h include/rapidjson/prettywriter.h include/rapidjson/rapidjson.h include/rapidjson/reader.h include/rapidjson/schema.h include/rapidjson/stream.h include/rapidjson/stringbuffer.h include/rapidjson/writer.h lib/cmake/RapidJSON/RapidJSONConfig.cmake lib/cmake/RapidJSON/RapidJSONConfigVersion.cmake libdata/pkgconfig/RapidJSON.pc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/capitalize/capitalize.cpp -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/condense/condense.cpp -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/filterkey/filterkey.cpp -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/filterkeydom/filterkeydom.cpp -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jsonx/jsonx.cpp -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/messagereader/messagereader.cpp -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/parsebyparts/parsebyparts.cpp -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pretty/pretty.cpp -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/prettyauto/prettyauto.cpp -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/schemavalidator/schemavalidator.cpp -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/serialize/serialize.cpp -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/simpledom/simpledom.cpp -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/simplereader/simplereader.cpp -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/simplewriter/simplewriter.cpp -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/tutorial.cpp