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.1.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a4dc7ad057f9
branches:  trunk
changeset: 322104:a4dc7ad057f9
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Apr 08 15:45:01 2019 +0000

description:
json-schema: update to 1.1.

The include path for the header was changed to have a json/ prefix,
just like jsoncpp has.

diffstat:

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

diffs (41 lines):

diff -r c85a165cdd5d -r a4dc7ad057f9 textproc/json-schema/Makefile
--- a/textproc/json-schema/Makefile     Mon Apr 08 15:32:19 2019 +0000
+++ b/textproc/json-schema/Makefile     Mon Apr 08 15:45:01 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2018/12/23 17:22:21 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2019/04/08 15:45:01 wiz Exp $
 
-DISTNAME=      json-schema-1.0
+DISTNAME=      json-schema-1.1
 CATEGORIES=    textproc
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=nfotex/}
 GITHUB_RELEASE=        ${DISTNAME}
diff -r c85a165cdd5d -r a4dc7ad057f9 textproc/json-schema/PLIST
--- a/textproc/json-schema/PLIST        Mon Apr 08 15:32:19 2019 +0000
+++ b/textproc/json-schema/PLIST        Mon Apr 08 15:45:01 2019 +0000
@@ -1,6 +1,6 @@
-@comment $NetBSD: PLIST,v 1.1 2018/12/23 17:22:21 wiz Exp $
-include/Pointer.h
-include/SchemaValidator.h
-include/URI.h
+@comment $NetBSD: PLIST,v 1.2 2019/04/08 15:45:01 wiz Exp $
+include/json/Pointer.h
+include/json/SchemaValidator.h
+include/json/URI.h
 lib/libjson-schema.a
 lib/pkgconfig/json-schema.pc
diff -r c85a165cdd5d -r a4dc7ad057f9 textproc/json-schema/distinfo
--- a/textproc/json-schema/distinfo     Mon Apr 08 15:32:19 2019 +0000
+++ b/textproc/json-schema/distinfo     Mon Apr 08 15:45:01 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2018/12/23 17:22:21 wiz Exp $
+$NetBSD: distinfo,v 1.2 2019/04/08 15:45:01 wiz Exp $
 
-SHA1 (json-schema-1.0.tar.xz) = c72bac210f3f33a7d33fda06c60bf4905f8a4c44
-RMD160 (json-schema-1.0.tar.xz) = 914e046f12f6736b38bbcfa78e757127b272e849
-SHA512 (json-schema-1.0.tar.xz) = 190bfa8c529ee96f0232a145e6bf48e2b39ebcbbfef7cc78abaa0bf259d7f427b1e396842513f9dd59b1966d094d4665673356a420a3e55afd90b2c6a9ced489
-Size (json-schema-1.0.tar.xz) = 40228 bytes
+SHA1 (json-schema-1.1.tar.xz) = 6624c7d83984d3c5f80e1ac4e7c380b3679a6883
+RMD160 (json-schema-1.1.tar.xz) = 97cb66459937447ae52ae37470584e1f8b0e1f88
+SHA512 (json-schema-1.1.tar.xz) = e966fe347aedf6be664736a8fa55c2132bdb1fd844cf7d1c43fe5bdfa2808c8feb2e306b5d6a444cc6858fa4a3dae56e22ad64036f9b915e3d98e8f8971ba7a4
+Size (json-schema-1.1.tar.xz) = 40232 bytes



Home | Main Index | Thread Index | Old Index