View | Details | Raw Unified | Return to bug 199769
Collapse All | Expand All

(-)devel/rapidjson/Makefile (-3 / +3 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	rapidjson
4
PORTNAME=	rapidjson
5
PORTVERSION=	0.150310
5
PORTVERSION=	1.0.1
6
DISTVERSIONPREFIX=	v
6
CATEGORIES=	devel textproc
7
CATEGORIES=	devel textproc
7
8
8
MAINTAINER=	yuri@rawbw.com
9
MAINTAINER=	yuri@rawbw.com
Lines 15-22 Link Here
15
16
16
USE_GITHUB=	yes
17
USE_GITHUB=	yes
17
GH_ACCOUNT=	miloyip
18
GH_ACCOUNT=	miloyip
18
GH_COMMIT=	c745c95
19
GH_PROJECT=	rapidjson
19
GH_TAGNAME=	${GH_COMMIT}
20
20
21
USES=		cmake compiler:c++11-lang gmake
21
USES=		cmake compiler:c++11-lang gmake
22
22
(-)devel/rapidjson/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (rapidjson-0.150310.tar.gz) = c1ea1694b32fe33466b90ab70e80105823286a9f1332431d1f6f0fc15ceac43e
1
SHA256 (rapidjson-v1.0.1_GH0.tar.gz) = a9003ad5c6384896ed4fd1f4a42af108e88e1b582261766df32d717ba744ee73
2
SIZE (rapidjson-0.150310.tar.gz) = 582317
2
SIZE (rapidjson-v1.0.1_GH0.tar.gz) = 724863
(-)devel/rapidjson/pkg-plist (-3 lines)
Lines 5-11 Link Here
5
include/rapidjson/error/en.h
5
include/rapidjson/error/en.h
6
include/rapidjson/error/error.h
6
include/rapidjson/error/error.h
7
include/rapidjson/filereadstream.h
7
include/rapidjson/filereadstream.h
8
include/rapidjson/filestream.h
9
include/rapidjson/filewritestream.h
8
include/rapidjson/filewritestream.h
10
include/rapidjson/internal/biginteger.h
9
include/rapidjson/internal/biginteger.h
11
include/rapidjson/internal/diyfp.h
10
include/rapidjson/internal/diyfp.h
Lines 31-39 Link Here
31
libdata/pkgconfig/RapidJSON.pc
30
libdata/pkgconfig/RapidJSON.pc
32
%%DOCS%%share/doc/RapidJSON/readme.md
31
%%DOCS%%share/doc/RapidJSON/readme.md
33
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeLists.txt
32
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeLists.txt
34
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Makefile
35
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/capitalize/capitalize.cpp
33
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/capitalize/capitalize.cpp
36
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cmake_install.cmake
37
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/condense/condense.cpp
34
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/condense/condense.cpp
38
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/messagereader/messagereader.cpp
35
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/messagereader/messagereader.cpp
39
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pretty/pretty.cpp
36
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pretty/pretty.cpp

Return to bug 199769