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:           Mon Apr  8 15:45:01 UTC 2019

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

Log Message:
json-schema: update to 1.1.

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


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/textproc/json-schema/Makefile \
    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.1 pkgsrc/textproc/json-schema/Makefile:1.2
--- pkgsrc/textproc/json-schema/Makefile:1.1    Sun Dec 23 17:22:21 2018
+++ pkgsrc/textproc/json-schema/Makefile        Mon Apr  8 15:45:01 2019
@@ -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}
Index: pkgsrc/textproc/json-schema/PLIST
diff -u pkgsrc/textproc/json-schema/PLIST:1.1 pkgsrc/textproc/json-schema/PLIST:1.2
--- pkgsrc/textproc/json-schema/PLIST:1.1       Sun Dec 23 17:22:21 2018
+++ pkgsrc/textproc/json-schema/PLIST   Mon Apr  8 15:45:01 2019
@@ -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
Index: pkgsrc/textproc/json-schema/distinfo
diff -u pkgsrc/textproc/json-schema/distinfo:1.1 pkgsrc/textproc/json-schema/distinfo:1.2
--- pkgsrc/textproc/json-schema/distinfo:1.1    Sun Dec 23 17:22:21 2018
+++ pkgsrc/textproc/json-schema/distinfo        Mon Apr  8 15:45:01 2019
@@ -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