pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/jsoncpp jsoncpp: updated to 1.8.4



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4ba08abc7475
branches:  trunk
changeset: 326273:4ba08abc7475
user:      adam <adam%pkgsrc.org@localhost>
date:      Sun Dec 02 16:41:57 2018 +0000

description:
jsoncpp: updated to 1.8.4

1.8.4:
Functional changes
* Serialize UTF-8 string with Unicode escapes
* Un-deprecate removeMember overloads, return void
* Allow Json::Value to be used in a boolean context
* Use move ctor in append()
* Add value_type to improve integration with boost

Meta-changes
* Fix meson.build to allow using jsoncpp as a subproject
* Fix some compiler warnings

Update docs
* Update for TravisCI

diffstat:

 textproc/jsoncpp/Makefile |   9 ++++-----
 textproc/jsoncpp/distinfo |  10 +++++-----
 2 files changed, 9 insertions(+), 10 deletions(-)

diffs (39 lines):

diff -r 119ed19b066a -r 4ba08abc7475 textproc/jsoncpp/Makefile
--- a/textproc/jsoncpp/Makefile Sun Dec 02 16:38:41 2018 +0000
+++ b/textproc/jsoncpp/Makefile Sun Dec 02 16:41:57 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2017/05/23 12:35:11 mef Exp $
+# $NetBSD: Makefile,v 1.8 2018/12/02 16:41:57 adam Exp $
 
-DISTNAME=      jsoncpp-1.8.0
+DISTNAME=      jsoncpp-1.8.4
 CATEGORIES=    textproc
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=open-source-parsers/}
 
@@ -9,9 +9,8 @@
 COMMENT=       JSON reader and writer in C++
 LICENSE=       public-domain OR mit
 
-USE_CMAKE=     yes
-USE_LANGUAGES= c c++
-
+USE_CMAKE=             yes
+USE_LANGUAGES=         c c++
 PKGCONFIG_OVERRIDE=    pkg-config/jsoncpp.pc.in
 
 .include "../../mk/bsd.pkg.mk"
diff -r 119ed19b066a -r 4ba08abc7475 textproc/jsoncpp/distinfo
--- a/textproc/jsoncpp/distinfo Sun Dec 02 16:38:41 2018 +0000
+++ b/textproc/jsoncpp/distinfo Sun Dec 02 16:41:57 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2017/05/23 12:35:11 mef Exp $
+$NetBSD: distinfo,v 1.7 2018/12/02 16:41:57 adam Exp $
 
-SHA1 (jsoncpp-1.8.0.tar.gz) = 40f7f34551012f68e822664a0b179e7e6cac5a97
-RMD160 (jsoncpp-1.8.0.tar.gz) = 005a95ac9ab9c6752066eabfd751a220a9a9792f
-SHA512 (jsoncpp-1.8.0.tar.gz) = bd0aa56827932e5b50231216c9f501da12053bf9eed6e83210b5c52afb9aff610e71995446a7e2f5f4580ff37762956a307867d3eaa1aebd6ca31e574c9e4d4c
-Size (jsoncpp-1.8.0.tar.gz) = 206659 bytes
+SHA1 (jsoncpp-1.8.4.tar.gz) = 98a56dba0cc6378c91668b6e1c120a657820c45e
+RMD160 (jsoncpp-1.8.4.tar.gz) = 5444cc199daef95c3297aacafb7471d1a4e2b3bf
+SHA512 (jsoncpp-1.8.4.tar.gz) = f70361a3263dd8b9441374a9a409462be1426c0d6587c865171a80448ab73b3f69de2b4d70d2f0c541764e1e6cccc727dd53178347901f625ec6fb54fb94f4f1
+Size (jsoncpp-1.8.4.tar.gz) = 200226 bytes



Home | Main Index | Thread Index | Old Index