Index: head/devel/rapidjson/Makefile =================================================================== --- head/devel/rapidjson/Makefile (revision 384967) +++ head/devel/rapidjson/Makefile (revision 384968) @@ -1,34 +1,34 @@ # Created by: Yuri Victorovich # $FreeBSD$ PORTNAME= rapidjson -PORTVERSION= 0.150310 +PORTVERSION= 1.0.1 +DISTVERSIONPREFIX= v CATEGORIES= devel textproc MAINTAINER= yuri@rawbw.com 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= ${_LICENSE_PERMS_DEFAULT} USE_GITHUB= yes GH_ACCOUNT= miloyip -GH_COMMIT= c745c95 -GH_TAGNAME= ${GH_COMMIT} +GH_PROJECT= rapidjson USES= cmake compiler:c++11-lang gmake OPTIONS_DEFINE= DOCS EXAMPLES OPTIONS_DEFAULT=${OPTIONS_DEFINE} OPTIONS_SUB= yes post-patch: @${REINPLACE_CMD} -e 's|LIB_INSTALL_DIR}/pkgconfig"|CMAKE_INSTALL_PREFIX}/libdata/pkgconfig"|' ${WRKSRC}/CMakeLists.txt @${REINPLACE_CMD} -e 's|DOC_INSTALL_DIR}/examples"|CMAKE_INSTALL_PREFIX}/share/examples/${PORTNAME}"|' ${WRKSRC}/CMakeLists.txt post-stage: @${RM} -rf ${STAGEDIR}${EXAMPLESDIR}/CMakeFiles .include Index: head/devel/rapidjson/distinfo =================================================================== --- head/devel/rapidjson/distinfo (revision 384967) +++ head/devel/rapidjson/distinfo (revision 384968) @@ -1,2 +1,2 @@ -SHA256 (rapidjson-0.150310.tar.gz) = c1ea1694b32fe33466b90ab70e80105823286a9f1332431d1f6f0fc15ceac43e -SIZE (rapidjson-0.150310.tar.gz) = 582317 +SHA256 (miloyip-rapidjson-v1.0.1_GH0.tar.gz) = a9003ad5c6384896ed4fd1f4a42af108e88e1b582261766df32d717ba744ee73 +SIZE (miloyip-rapidjson-v1.0.1_GH0.tar.gz) = 724863 Index: head/devel/rapidjson/pkg-plist =================================================================== --- head/devel/rapidjson/pkg-plist (revision 384967) +++ head/devel/rapidjson/pkg-plist (revision 384968) @@ -1,45 +1,42 @@ include/rapidjson/allocators.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/filestream.h include/rapidjson/filewritestream.h include/rapidjson/internal/biginteger.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/stack.h include/rapidjson/internal/strfunc.h include/rapidjson/internal/strtod.h include/rapidjson/memorybuffer.h include/rapidjson/memorystream.h include/rapidjson/msinttypes/inttypes.h include/rapidjson/msinttypes/stdint.h include/rapidjson/prettywriter.h include/rapidjson/rapidjson.h include/rapidjson/reader.h include/rapidjson/stringbuffer.h include/rapidjson/writer.h lib/cmake/RapidJSON/RapidJSONConfig.cmake lib/cmake/RapidJSON/RapidJSONConfigVersion.cmake libdata/pkgconfig/RapidJSON.pc %%DOCS%%share/doc/RapidJSON/readme.md %%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeLists.txt -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Makefile %%PORTEXAMPLES%%%%EXAMPLESDIR%%/capitalize/capitalize.cpp -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cmake_install.cmake %%PORTEXAMPLES%%%%EXAMPLESDIR%%/condense/condense.cpp %%PORTEXAMPLES%%%%EXAMPLESDIR%%/messagereader/messagereader.cpp %%PORTEXAMPLES%%%%EXAMPLESDIR%%/pretty/pretty.cpp %%PORTEXAMPLES%%%%EXAMPLESDIR%%/prettyauto/prettyauto.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