update to 1.0.1
PR: 199769 Submitted by: maintainer
This commit is contained in:
parent
e8f78e1e9a
commit
e58c3dbe3e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=384968
3 changed files with 5 additions and 8 deletions
|
@ -2,7 +2,8 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= rapidjson
|
||||
PORTVERSION= 0.150310
|
||||
PORTVERSION= 1.0.1
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= devel textproc
|
||||
|
||||
MAINTAINER= yuri@rawbw.com
|
||||
|
@ -15,8 +16,7 @@ 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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -5,7 +5,6 @@ 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
|
||||
|
@ -31,9 +30,7 @@ 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
|
||||
|
|
Loading…
Reference in a new issue