svn commit: r540989 - head/devel/simdjson
Yuri Victorovich
yuri at FreeBSD.org
Wed Jul 1 18:42:48 UTC 2020
Author: yuri
Date: Wed Jul 1 18:42:47 2020
New Revision: 540989
URL: https://svnweb.freebsd.org/changeset/ports/540989
Log:
devel/simdjson: Update 0.3.1 -> 0.4.6
PR: 247669
Approved by: olevole at olevole.ru
Modified:
head/devel/simdjson/Makefile
head/devel/simdjson/distinfo
head/devel/simdjson/pkg-plist
Modified: head/devel/simdjson/Makefile
==============================================================================
--- head/devel/simdjson/Makefile Wed Jul 1 18:38:02 2020 (r540988)
+++ head/devel/simdjson/Makefile Wed Jul 1 18:42:47 2020 (r540989)
@@ -1,19 +1,22 @@
# $FreeBSD$
PORTNAME= simdjson
-PORTVERSION= 0.3.1
DISTVERSIONPREFIX= v
+DISTVERSION= 0.4.6
CATEGORIES= devel
MAINTAINER= olevole at olevole.ru
COMMENT= Parsing gigabytes of JSON per second
LICENSE= APACHE20
+LICENSE_FILE= ${WRKSRC}/LICENSE
BROKEN_i386= does not build (error: unknown type name '__uint128_t')
-USES= cmake
-USE_LDCONFIG= yes
+USES= cmake compiler:c++17-lang
USE_GITHUB= yes
+USE_LDCONFIG= yes
+
+CMAKE_ON= SIMDJSON_JUST_LIBRARY
.include <bsd.port.mk>
Modified: head/devel/simdjson/distinfo
==============================================================================
--- head/devel/simdjson/distinfo Wed Jul 1 18:38:02 2020 (r540988)
+++ head/devel/simdjson/distinfo Wed Jul 1 18:42:47 2020 (r540989)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1587311426
-SHA256 (simdjson-simdjson-v0.3.1_GH0.tar.gz) = 9ae0b77139d6b854fe4d25db5e525762d3f7880f7146329767078397b6ed2f94
-SIZE (simdjson-simdjson-v0.3.1_GH0.tar.gz) = 4017181
+TIMESTAMP = 1593628564
+SHA256 (simdjson-simdjson-v0.4.6_GH0.tar.gz) = 2e6e708a5973eef7442ab19b3fe76bdd791cdc9b67020ca1190e00832517808b
+SIZE (simdjson-simdjson-v0.4.6_GH0.tar.gz) = 4119406
Modified: head/devel/simdjson/pkg-plist
==============================================================================
--- head/devel/simdjson/pkg-plist Wed Jul 1 18:38:02 2020 (r540988)
+++ head/devel/simdjson/pkg-plist Wed Jul 1 18:42:47 2020 (r540989)
@@ -1,26 +1,6 @@
-lib/cmake/simdjson/simdjson-config.cmake
+include/simdjson.h
lib/cmake/simdjson/simdjson-config-%%CMAKE_BUILD_TYPE%%.cmake
-lib/libsimdjson.so.1
+lib/cmake/simdjson/simdjson-config.cmake
lib/libsimdjson.so
-lib/libsimdjson.so.0.3.1
-include/simdjson.h
-include/simdjson/jsonioutil.h
-include/simdjson/portability.h
-include/simdjson/simdjson_version.h
-include/simdjson/document_stream.h
-include/simdjson/document.h
-include/simdjson/inline/padded_string.h
-include/simdjson/inline/document.h
-include/simdjson/inline/document_stream.h
-include/simdjson/inline/error.h
-include/simdjson/inline/parsedjson_iterator.h
-include/simdjson/internal/jsonformatutils.h
-include/simdjson/jsonparser.h
-include/simdjson/error.h
-include/simdjson/padded_string.h
-include/simdjson/common_defs.h
-include/simdjson/compiler_check.h
-include/simdjson/parsedjson.h
-include/simdjson/implementation.h
-include/simdjson/parsedjson_iterator.h
-include/simdjson/simdjson.h
+lib/libsimdjson.so.2
+lib/libsimdjson.so.2.0.0
More information about the svn-ports-head
mailing list