pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/json-schema json-schema: update to 1.3.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/62c4cad5f967
branches:  trunk
changeset: 414800:62c4cad5f967
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Apr 02 09:57:41 2020 +0000

description:
json-schema: update to 1.3.

1.3 [2020-03-31]
================

* option to add default values during validation
* add thread-safe API
* build static library by default (jsoncpp only builds static library by default)

diffstat:

 textproc/json-schema/Makefile |   6 +++---
 textproc/json-schema/PLIST    |   5 +++--
 textproc/json-schema/distinfo |  10 +++++-----
 3 files changed, 11 insertions(+), 10 deletions(-)

diffs (51 lines):

diff -r de3a94a05e95 -r 62c4cad5f967 textproc/json-schema/Makefile
--- a/textproc/json-schema/Makefile     Thu Apr 02 09:47:03 2020 +0000
+++ b/textproc/json-schema/Makefile     Thu Apr 02 09:57:41 2020 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2019/08/11 13:23:25 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2020/04/02 09:57:41 wiz Exp $
 
-DISTNAME=      json-schema-1.2
-PKGREVISION=   1
+DISTNAME=      json-schema-1.3
 CATEGORIES=    textproc
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=nfotex/}
 GITHUB_RELEASE=        ${DISTNAME}
@@ -15,6 +14,7 @@
 USE_CMAKE=             yes
 USE_LANGUAGES=         c c++
 USE_TOOLS+=            perl:test pkg-config
+CMAKE_ARGS+=           -DBUILD_SHARED_LIBS=ON
 TEST_TARGET=           test
 
 .include "../../devel/pcre/buildlink3.mk"
diff -r de3a94a05e95 -r 62c4cad5f967 textproc/json-schema/PLIST
--- a/textproc/json-schema/PLIST        Thu Apr 02 09:47:03 2020 +0000
+++ b/textproc/json-schema/PLIST        Thu Apr 02 09:57:41 2020 +0000
@@ -1,8 +1,9 @@
-@comment $NetBSD: PLIST,v 1.3 2019/04/09 07:33:45 wiz Exp $
+@comment $NetBSD: PLIST,v 1.4 2020/04/02 09:57:41 wiz Exp $
+bin/json-validate
 include/json/Pointer.h
 include/json/SchemaValidator.h
 include/json/URI.h
 lib/libjson-schema.so
 lib/libjson-schema.so.1
-lib/libjson-schema.so.1.0
+lib/libjson-schema.so.1.1
 lib/pkgconfig/json-schema.pc
diff -r de3a94a05e95 -r 62c4cad5f967 textproc/json-schema/distinfo
--- a/textproc/json-schema/distinfo     Thu Apr 02 09:47:03 2020 +0000
+++ b/textproc/json-schema/distinfo     Thu Apr 02 09:57:41 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2019/04/09 07:33:45 wiz Exp $
+$NetBSD: distinfo,v 1.4 2020/04/02 09:57:41 wiz Exp $
 
-SHA1 (json-schema-1.2.tar.xz) = a66c508aafd84aff3e99db3bf9d1e2757fdd7293
-RMD160 (json-schema-1.2.tar.xz) = 4a01badf19e5ba0aa58a485c87a50c3d8bccaf5d
-SHA512 (json-schema-1.2.tar.xz) = 4c58560d11063d10e15740713a8c8fae59e59c7d029419282a6e92b47d29452c541fee9d04debfb2400ef57b8445520f1e5af11d76c970a2d06f021accc96c77
-Size (json-schema-1.2.tar.xz) = 40444 bytes
+SHA1 (json-schema-1.3.tar.xz) = 3770809889a9dea7497deab7cafc63bd0b04b9f8
+RMD160 (json-schema-1.3.tar.xz) = 881bb6ead49b8fda8a10ab8cecc192281aae7c06
+SHA512 (json-schema-1.3.tar.xz) = e4fd7d8eadf854a48829a44e3b7372a6d8e38de8562a20d3695220dd15e9b49607db9efacc9cfdd7f95214278331699c68fb49a5137207bb9860ca24e003925a
+Size (json-schema-1.3.tar.xz) = 43160 bytes



Home | Main Index | Thread Index | Old Index