mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
devel/jsoncpp: Update 1.9.2 -> 1.9.3
Add support for "make test". PR: 246953 Submitted by: daniel.engberg.lists@pyret.net
This commit is contained in:
parent
1cac3275db
commit
db057df1ce
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=540853
@ -2,7 +2,7 @@
|
|||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= jsoncpp
|
PORTNAME= jsoncpp
|
||||||
PORTVERSION= 1.9.2
|
PORTVERSION= 1.9.3
|
||||||
CATEGORIES= devel
|
CATEGORIES= devel
|
||||||
|
|
||||||
MAINTAINER= yuri@FreeBSD.org
|
MAINTAINER= yuri@FreeBSD.org
|
||||||
@ -11,10 +11,16 @@ COMMENT= JSON reader and writer library for C++
|
|||||||
LICENSE= MIT
|
LICENSE= MIT
|
||||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||||
|
|
||||||
USES= compiler:c++11-lang meson pkgconfig
|
USES= compiler:c++11-lang meson pkgconfig python:3.6+,build,test
|
||||||
USE_GITHUB= yes
|
USE_GITHUB= yes
|
||||||
GH_ACCOUNT= open-source-parsers
|
GH_ACCOUNT= open-source-parsers
|
||||||
MESON_ARGS= --default-library=both
|
MESON_ARGS= --default-library=both
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
|
|
||||||
|
TEST_TARGET= test
|
||||||
|
|
||||||
|
post-patch:
|
||||||
|
@${REINPLACE_CMD} -e 's|python3|${PYTHON_VERSION}|g' \
|
||||||
|
${PATCH_WRKSRC}/meson.build
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1577016318
|
TIMESTAMP = 1591169160
|
||||||
SHA256 (open-source-parsers-jsoncpp-1.9.2_GH0.tar.gz) = 77a402fb577b2e0e5d0bdc1cf9c65278915cdb25171e3452c68b6da8a561f8f0
|
SHA256 (open-source-parsers-jsoncpp-1.9.3_GH0.tar.gz) = 8593c1d69e703563d94d8c12244e2e18893eeb9a8a9f8aa3d09a327aa45c8f7d
|
||||||
SIZE (open-source-parsers-jsoncpp-1.9.2_GH0.tar.gz) = 211341
|
SIZE (open-source-parsers-jsoncpp-1.9.3_GH0.tar.gz) = 212922
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
include/json/allocator.h
|
include/json/allocator.h
|
||||||
include/json/assertions.h
|
include/json/assertions.h
|
||||||
include/json/autolink.h
|
|
||||||
include/json/config.h
|
include/json/config.h
|
||||||
include/json/forwards.h
|
include/json/forwards.h
|
||||||
include/json/json.h
|
include/json/json.h
|
||||||
@ -11,5 +10,5 @@ include/json/version.h
|
|||||||
include/json/writer.h
|
include/json/writer.h
|
||||||
lib/libjsoncpp.a
|
lib/libjsoncpp.a
|
||||||
lib/libjsoncpp.so
|
lib/libjsoncpp.so
|
||||||
lib/libjsoncpp.so.22
|
lib/libjsoncpp.so.24
|
||||||
libdata/pkgconfig/jsoncpp.pc
|
libdata/pkgconfig/jsoncpp.pc
|
||||||
|
Loading…
Reference in New Issue
Block a user