pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/json-schema



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Apr  2 09:57:41 UTC 2020

Modified Files:
        pkgsrc/textproc/json-schema: Makefile PLIST distinfo

Log Message:
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)


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/textproc/json-schema/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/textproc/json-schema/PLIST \
    pkgsrc/textproc/json-schema/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/json-schema/Makefile
diff -u pkgsrc/textproc/json-schema/Makefile:1.5 pkgsrc/textproc/json-schema/Makefile:1.6
--- pkgsrc/textproc/json-schema/Makefile:1.5    Sun Aug 11 13:23:25 2019
+++ pkgsrc/textproc/json-schema/Makefile        Thu Apr  2 09:57:41 2020
@@ -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 @@ LICENSE=      modified-bsd
 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"

Index: pkgsrc/textproc/json-schema/PLIST
diff -u pkgsrc/textproc/json-schema/PLIST:1.3 pkgsrc/textproc/json-schema/PLIST:1.4
--- pkgsrc/textproc/json-schema/PLIST:1.3       Tue Apr  9 07:33:45 2019
+++ pkgsrc/textproc/json-schema/PLIST   Thu Apr  2 09:57:41 2020
@@ -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
Index: pkgsrc/textproc/json-schema/distinfo
diff -u pkgsrc/textproc/json-schema/distinfo:1.3 pkgsrc/textproc/json-schema/distinfo:1.4
--- pkgsrc/textproc/json-schema/distinfo:1.3    Tue Apr  9 07:33:45 2019
+++ pkgsrc/textproc/json-schema/distinfo        Thu Apr  2 09:57:41 2020
@@ -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