Date: Sun, 30 Oct 2022 18:13:50 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 461a3e1b92c8 - main - devel/simdjson: Update 2.2.0 -> 3.0.0; Add tests Message-ID: <202210301813.29UIDoZV054164@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=461a3e1b92c8a03ddfe27cd4d64a8e31cfad2757 commit 461a3e1b92c8a03ddfe27cd4d64a8e31cfad2757 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-10-30 18:11:26 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-10-30 18:13:48 +0000 devel/simdjson: Update 2.2.0 -> 3.0.0; Add tests PR: 265305 Approved by: olevole@olevole.ru (mnaintainer's timeout; 115 days) --- devel/simdjson/Makefile | 7 ++++--- devel/simdjson/distinfo | 6 +++--- devel/simdjson/pkg-plist | 5 +++-- 3 files changed, 10 insertions(+), 8 deletions(-) diff --git a/devel/simdjson/Makefile b/devel/simdjson/Makefile index def75f03784c..f2b488596f4a 100644 --- a/devel/simdjson/Makefile +++ b/devel/simdjson/Makefile @@ -1,6 +1,6 @@ PORTNAME= simdjson DISTVERSIONPREFIX= v -DISTVERSION= 2.2.0 +DISTVERSION= 3.0.0 CATEGORIES= devel MAINTAINER= olevole@olevole.ru @@ -13,11 +13,12 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BROKEN_i386= does not build (error: unknown type name '__uint128_t') CXXFLAGS_powerpc64= -mpower8-vector -USES= cmake compiler:c++17-lang +USES= cmake:testing compiler:c++17-lang USE_GITHUB= yes USE_LDCONFIG= yes -CMAKE_TESTING_TARGET= all_tests +CMAKE_TESTING_ON= SIMDJSON_DEVELOPER_MODE +CMAKE_TESTING_OFF= SIMDJSON_JUST_LIBRARY CMAKE_ON= SIMDJSON_JUST_LIBRARY \ BUILD_SHARED_LIBS diff --git a/devel/simdjson/distinfo b/devel/simdjson/distinfo index e3ea6fb785c4..57c2e939ce96 100644 --- a/devel/simdjson/distinfo +++ b/devel/simdjson/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1657687458 -SHA256 (simdjson-simdjson-v2.2.0_GH0.tar.gz) = 011974352049e986bdcdf64fc807cf3ab901865240f4ae8e3de670dd42aab099 -SIZE (simdjson-simdjson-v2.2.0_GH0.tar.gz) = 1618992 +TIMESTAMP = 1667150945 +SHA256 (simdjson-simdjson-v3.0.0_GH0.tar.gz) = e6dd4bfaad2fd9599e6a026476db39a3bb9529436d3508ac3ae643bc663526c5 +SIZE (simdjson-simdjson-v3.0.0_GH0.tar.gz) = 1628275 diff --git a/devel/simdjson/pkg-plist b/devel/simdjson/pkg-plist index a13026f8df50..8e3d27bbaafd 100644 --- a/devel/simdjson/pkg-plist +++ b/devel/simdjson/pkg-plist @@ -4,5 +4,6 @@ lib/cmake/simdjson/simdjson-config.cmake lib/cmake/simdjson/simdjsonTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/simdjson/simdjsonTargets.cmake lib/libsimdjson.so -lib/libsimdjson.so.13 -lib/libsimdjson.so.13.0.0 +lib/libsimdjson.so.14 +lib/libsimdjson.so.14.0.0 +libdata/pkgconfig/simdjson.pc
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202210301813.29UIDoZV054164>