diff options
author | vanilla <vanilla@FreeBSD.org> | 2015-04-29 15:22:17 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2015-04-29 15:22:17 +0800 |
commit | 885389f2e09e9fb81e60e85c6548483ec8039ff0 (patch) | |
tree | 8cac274301dda2cdf39213d6420f5f5390638a6e /devel | |
parent | 77b9f239fe6a51b470cd479bc2653fd76dc1480b (diff) | |
download | freebsd-ports-gnome-885389f2e09e9fb81e60e85c6548483ec8039ff0.tar.gz freebsd-ports-gnome-885389f2e09e9fb81e60e85c6548483ec8039ff0.tar.zst freebsd-ports-gnome-885389f2e09e9fb81e60e85c6548483ec8039ff0.zip |
update to 1.0.1
PR: 199769
Submitted by: maintainer
Diffstat (limited to 'devel')
-rw-r--r-- | devel/rapidjson/Makefile | 6 | ||||
-rw-r--r-- | devel/rapidjson/distinfo | 4 | ||||
-rw-r--r-- | devel/rapidjson/pkg-plist | 3 |
3 files changed, 5 insertions, 8 deletions
diff --git a/devel/rapidjson/Makefile b/devel/rapidjson/Makefile index d0a1cd0d1fdd..5918a16a52bc 100644 --- a/devel/rapidjson/Makefile +++ b/devel/rapidjson/Makefile @@ -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 diff --git a/devel/rapidjson/distinfo b/devel/rapidjson/distinfo index 9ce29b2f7c6b..001e81d80799 100644 --- a/devel/rapidjson/distinfo +++ b/devel/rapidjson/distinfo @@ -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 diff --git a/devel/rapidjson/pkg-plist b/devel/rapidjson/pkg-plist index 2291da744b09..a4506150046b 100644 --- a/devel/rapidjson/pkg-plist +++ b/devel/rapidjson/pkg-plist @@ -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 |