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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c22a4577e386
branches:  trunk
changeset: 322136:c22a4577e386
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Apr 09 07:33:45 2019 +0000

description:
json-schema: update to 1.2.

1.2 [2019-04-09]

* add this NEWS.md file
* build shared library by default (needs jsoncpp shared library)
* fix pkgconfig file

diffstat:

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

diffs (42 lines):

diff -r ce3e6633213a -r c22a4577e386 textproc/json-schema/Makefile
--- a/textproc/json-schema/Makefile     Tue Apr 09 07:09:22 2019 +0000
+++ b/textproc/json-schema/Makefile     Tue Apr 09 07:33:45 2019 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2019/04/09 07:09:02 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2019/04/09 07:33:45 wiz Exp $
 
-DISTNAME=      json-schema-1.1
-PKGREVISION=   1
+DISTNAME=      json-schema-1.2
 CATEGORIES=    textproc
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=nfotex/}
 GITHUB_RELEASE=        ${DISTNAME}
diff -r ce3e6633213a -r c22a4577e386 textproc/json-schema/PLIST
--- a/textproc/json-schema/PLIST        Tue Apr 09 07:09:22 2019 +0000
+++ b/textproc/json-schema/PLIST        Tue Apr 09 07:33:45 2019 +0000
@@ -1,6 +1,8 @@
-@comment $NetBSD: PLIST,v 1.2 2019/04/08 15:45:01 wiz Exp $
+@comment $NetBSD: PLIST,v 1.3 2019/04/09 07:33:45 wiz Exp $
 include/json/Pointer.h
 include/json/SchemaValidator.h
 include/json/URI.h
-lib/libjson-schema.a
+lib/libjson-schema.so
+lib/libjson-schema.so.1
+lib/libjson-schema.so.1.0
 lib/pkgconfig/json-schema.pc
diff -r ce3e6633213a -r c22a4577e386 textproc/json-schema/distinfo
--- a/textproc/json-schema/distinfo     Tue Apr 09 07:09:22 2019 +0000
+++ b/textproc/json-schema/distinfo     Tue Apr 09 07:33:45 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2019/04/08 15:45:01 wiz Exp $
+$NetBSD: distinfo,v 1.3 2019/04/09 07:33:45 wiz Exp $
 
-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
+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



Home | Main Index | Thread Index | Old Index